fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/27942 )
Change subject: osmo-bts-trx: rx_tchh_fn(): work-around BER ~50% in AFS_SID_UPDATE_CN
......................................................................
osmo-bts-trx: rx_tchh_fn(): work-around BER ~50% in AFS_SID_UPDATE_CN
Change-Id: I97bb7a23aaabf48e22e1449978aa6518a41a3c98
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/42/27942/1
diff --git a/src/osmo-bts-trx/sched_lchan_tchh.c b/src/osmo-bts-trx/sched_lchan_tchh.c
index 7b0f96a..6aadf54 100644
--- a/src/osmo-bts-trx/sched_lchan_tchh.c
+++ b/src/osmo-bts-trx/sched_lchan_tchh.c
@@ -211,7 +211,8 @@
"Received AMR DTX frame (rc=%d, BER %d/%d): %s\n",
rc, n_errors, n_bits_total,
gsm0503_amr_dtx_frame_name(chan_state->amr_last_dtx));
- is_sub = 1;
+ if (chan_state->amr_last_dtx != AHS_SID_UPDATE_CN) // XXX
+ is_sub = 1;
}
/* See comment in function rx_tchf_fn() */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/27942
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I97bb7a23aaabf48e22e1449978aa6518a41a3c98
Gerrit-Change-Number: 27942
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange