Do not assert on received data.
[bertos.git] / bertos / net / ax25.c
index 32adf4ebbfe435c1f6635bf1001a97ab1e2ee342..d2c2639b105805a79385722277cdf4081cf6618e 100644 (file)
@@ -63,7 +63,6 @@ static void ax25_decode(AX25Ctx *ctx)
        uint8_t *buf = ctx->buf;
 
        DECODE_CALL(buf, msg.dst.call);
-       ASSERT(!(*buf & 0x01));
        msg.dst.ssid = (*buf++ >> 1) & 0x0F;
 
        DECODE_CALL(buf, msg.src.call);