Attention is currently required from: pespin.
1 comment:
File src/osmo-bts-trx/sched_lchan_tchf.c:
Patch Set #2, Line 406: msg_tch->l2h += sizeof(struct amr_hdr);
maybe assert that len > sizeof(struct amr_hdr).
`osmo_amr_rtp_dec()` ensures that msgb has enough data in it, not only `struct amr_hdr` but also as much payload bytes as needed for the indicated `AMR FT`. So this is not really needed, we return early above if msgb is incomplete.
To view, visit change 33703. To unsubscribe, or for help writing mail filters, visit settings.