ZSMS_RXQ_LEN
sc->rxq_tail = (sc->rxq_tail + 1) & ~ZSMS_RXQ_LEN;
sc->rxq_head = (sc->rxq_head + 1) & ~ZSMS_RXQ_LEN;
uint8_t rxq[ZSMS_RXQ_LEN];