Change in osmocom-bb[master]: trxcon/scheduler: clarify Measurement results padding

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Nov 30 15:09:05 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/21414 )


Change subject: trxcon/scheduler: clarify Measurement results padding
......................................................................

trxcon/scheduler: clarify Measurement results padding

Table 10.5.2.20.0 "Measurement Results Contents" in 3GPP TS 44.018
is clear on what should be used as padding - '0**', i.e. zeroes.

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



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/14/21414/1

diff --git a/src/host/trxcon/sched_prim.c b/src/host/trxcon/sched_prim.c
index fc0f05d..e5204ba 100644
--- a/src/host/trxcon/sched_prim.c
+++ b/src/host/trxcon/sched_prim.c
@@ -144,10 +144,10 @@
 		/* LAPDm header */
 		0x01, 0x03, 0x49,
 
-		/* Measurement report */
+		/* Measurement report (see 3GPP TS 44.018, section 10.5.2.20) */
 		0x06, 0x15, 0x36, 0x36, 0x01, 0xC0,
 
-		/* TODO: Padding? Randomize if so */
+		/* 0** -- Padding with zeroes */
 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 	};

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I4db6845c98aded10291134f416da98fd0f4f58e3
Gerrit-Change-Number: 21414
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201130/1c13c943/attachment.htm>


More information about the gerrit-log mailing list