Skip to content
Success

Changes

Summary

  1. gsmtap_csd_rlp_process(): fix frame reassembly for TCH/F4.8 (details)
Commit 02ecc352a1928fedc6bda3c56bb6501bcb73b1ea by Vadim Yanitskiy
gsmtap_csd_rlp_process(): fix frame reassembly for TCH/F4.8

Unfortunately this approach cannot work because bit E7 simply does
not exist in NT mode: that bit position gets replaced by one of
D-prime bits belonging to the RLP frame.  Let's use TDMA Fn of the
given TCH.ind to distinguish between the 1st and 2nd halves of an
RLP frame, like we do in csd_v110_rtp_encode().

Related: OS#6578
Change-Id: Ia6b3b03faa066ca7fd828d24ba2559ac69c0362a
The file was modifiedsrc/common/l1sap.c
The file was modifiedinclude/osmo-bts/csd_v110.h
The file was modifiedsrc/common/csd_v110.c