Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/13197


Change subject: trxcon/scheduler: clarify decoding of incomplete xCCH blocks
......................................................................

trxcon/scheduler: clarify decoding of incomplete xCCH blocks

Inspired by Sylvain's message at #osmocom.
Change-Id: I3f499837413e1dbd0ca62229dc9cb6f0f7475a42
---
M src/host/trxcon/sched_lchan_xcch.c
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/97/13197/1

diff --git a/src/host/trxcon/sched_lchan_xcch.c 
b/src/host/trxcon/sched_lchan_xcch.c
index 71eb38d..2d2b1d9 100644
--- a/src/host/trxcon/sched_lchan_xcch.c
+++ b/src/host/trxcon/sched_lchan_xcch.c
@@ -92,6 +92,10 @@
                        (*first_fn) % ts->mf_layout->period,
                        ts->mf_layout->period,
                        lchan_desc->name);
+               /* NOTE: xCCH has an insane amount of redundancy for error
+                * correction, so even just 2 valid bursts might be enough
+                * to reconstruct some L2 frames. This is why we do not
+                * abort here. */
        }

        /* Attempt to decode */

--
To view, visit https://gerrit.osmocom.org/13197
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f499837413e1dbd0ca62229dc9cb6f0f7475a42
Gerrit-Change-Number: 13197
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to