Attention is currently required from: laforge, fixeria.

fixeria uploaded patch set #3 to this change.

View Change

osmo-bts-trx: rx_tchh_fn(): fix HR SID detection (wrong offset)

For some reason, gsm0503_tch_hr_decode() outputs frames with length
of 15 bytes (120 bits), while according to TS 101 318, section 5.2
the GSM half rate codec has frame length of 14 bytes (112 bits).

osmo_hr_check_sid() follows TS 101 318 and expects a buffer of
14 bytes (112 bits), so we should skip the first octet prepended
by tch_hr_reassemble().

Change-Id: Ie5fa776dcb2b2203a97aed56ecbf2450af7d87c1
Related: SYS#5853
---
M src/osmo-bts-trx/sched_lchan_tchh.c
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/30/27430/3

To view, visit change 27430. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ie5fa776dcb2b2203a97aed56ecbf2450af7d87c1
Gerrit-Change-Number: 27430
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Attention: laforge <laforge@osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newpatchset