Bug #6168
closedosmo-bts-trx: proper measurement aggregation for CSD
100%
Description
Currently data calls spam the logging with errors like this:
DMEAS ERROR measurement.c:683 (bts=0,trx=0,ts=3,ss=0) Incorrect number of SUB measurements detected! (1 vs exp 2)
There used to be even more errors, so I had to suppress some of them:
https://gerrit.osmocom.org/c/osmo-bts/+/33074 measurement: suppress unsupported tch_mode warnings for CSD
Related issues
Updated by fixeria 3 months ago
- Related to Feature #1572: Circuit Switched Data (CSD) Support in osmo-bts added
Updated by fixeria 2 months ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
The warnings are no longer seen with these patches applied:
remote: https://gerrit.osmocom.org/c/osmo-bts/+/34591 osmo-bts-trx: rx_tchh_fn(): fix copy-pasted comment [NEW]
remote: https://gerrit.osmocom.org/c/osmo-bts/+/34592 meas: lchan_meas_sub_num_expected(): proper cmode enforcement [NEW]
remote: https://gerrit.osmocom.org/c/osmo-bts/+/34593 meas: handle VAMOS specific chan modes [NEW]
remote: https://gerrit.osmocom.org/c/osmo-bts/+/34594 meas: fix ts45008_83_is_sub(): DTX is permitted on TCH/F sign [NEW]
remote: https://gerrit.osmocom.org/c/osmo-bts/+/34595 meas: ts45008_83_is_sub(): properly handle CSD modes [NEW]
remote: https://gerrit.osmocom.org/c/osmo-bts/+/34596 meas: lchan_meas_sub_num_expected(): handle CSD modes [NEW]