laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/21415 )

Change subject: trxcon/scheduler: clarify the content of Measurement results
......................................................................

trxcon/scheduler: clarify the content of Measurement results

Change-Id: I26546dcbc853166e351d00260936b1b9d584ae03
---
M src/host/trxcon/sched_prim.c
1 file changed, 15 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/host/trxcon/sched_prim.c b/src/host/trxcon/sched_prim.c
index e5204ba..f4f5e40 100644
--- a/src/host/trxcon/sched_prim.c
+++ b/src/host/trxcon/sched_prim.c
@@ -144,8 +144,21 @@
                /* LAPDm header */
                0x01, 0x03, 0x49,

-               /* Measurement report (see 3GPP TS 44.018, section 10.5.2.20) */
-               0x06, 0x15, 0x36, 0x36, 0x01, 0xC0,
+               /* RR Management messages, Measurement Report */
+               0x06, 0x15,
+
+               /* Measurement results (see 3GPP TS 44.018, section 10.5.2.20):
+                *   0... .... = BA-USED: 0
+                *   .0.. .... = DTX-USED: DTX was not used
+                *   ..11 0110 = RXLEV-FULL-SERVING-CELL: -57 <= x < -56 dBm 
(54)
+                *   0... .... = 3G-BA-USED: 0
+                *   .0.. .... = MEAS-VALID: The measurement results are valid
+                *   ..11 0110 = RXLEV-SUB-SERVING-CELL: -57 <= x < -56 dBm (54)
+                *   0... .... = SI23_BA_USED: 0
+                *   .000 .... = RXQUAL-FULL-SERVING-CELL: BER < 0.2%, Mean 
value 0.14% (0)
+                *   .... 000. = RXQUAL-SUB-SERVING-CELL: BER < 0.2%, Mean 
value 0.14% (0)
+                *   .... ...1  11.. .... = NO-NCELL-M: Neighbour cell 
information not available */
+               0x36, 0x36, 0x01, 0xc0,

                /* 0** -- Padding with zeroes */
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I26546dcbc853166e351d00260936b1b9d584ae03
Gerrit-Change-Number: 21415
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to