Attention is currently required from: pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32630 )
Change subject: l1sap: Accept RFC5993 and TS 101.318 HR GSM payload ......................................................................
Patch Set 4:
(1 comment)
File src/common/l1sap.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32630/comment/c501f731_c7db076f PS3, Line 1949: static struct msgb *rtppayload_convert_hr(const uint8_t *rtp_pl, uint8_t rtp_pl_len, struct gsm_lchan *lchan)
This looks much clearer now, thanks! […]
I have tried to put it in a switch now but that turns out problematic since we then have to add an else in each case that carries out the no-conversation path. Adding an empty switch(rtp_pl_len) at the top with an OSMO_ASSERT in the default would work.