Attention is currently required from: fixeria.
falconia has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-bts/+/38312?usp=email )
Change subject: l1sap: call csd_v110_rtp_decode() in l1sap_tch_rts_ind() ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: I don't like the approach of moving the call to `csd_v110_rtp_decode()` from where it is now - you are then having to do more memory moves than were necessary before. Why not instead keep the call to `csd_v110_rtp_decode()` where it is, and only move the call to `gsmtap_csd_rlp_process()`?