Change in osmo-ttcn3-hacks[master]: RLCMAC_CSN1: Fix missing padding zero bits in UlAckNackEgprs

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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 10 17:47:59 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21094 )


Change subject: RLCMAC_CSN1: Fix missing padding zero bits in UlAckNackEgprs
......................................................................

RLCMAC_CSN1: Fix missing padding zero bits in UlAckNackEgprs

Se 3GPP TS 44.060 Table 11.2.28.1

Change-Id: Iee04f39b43dc42efb9c2d96c46ff8e496664594a
---
M library/RLCMAC_CSN1_Templates.ttcn
M library/RLCMAC_CSN1_Types.ttcn
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/94/21094/1

diff --git a/library/RLCMAC_CSN1_Templates.ttcn b/library/RLCMAC_CSN1_Templates.ttcn
index 21a7c46..727d4b8 100644
--- a/library/RLCMAC_CSN1_Templates.ttcn
+++ b/library/RLCMAC_CSN1_Templates.ttcn
@@ -196,6 +196,7 @@
 	};
 
 	template UlAckNackEgprs tr_UlAckNackEgprs(template GprsTlli tlli := *) := {
+		msg_excape := '00'B,
 		ch_coding_cmd := ?,
 		resegment := ?,
 		preemptive_tx := ?,
diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn
index 5ef7c44..1ffb85b 100644
--- a/library/RLCMAC_CSN1_Types.ttcn
+++ b/library/RLCMAC_CSN1_Types.ttcn
@@ -482,6 +482,7 @@
 		variant (cont_res_tlli) "BYTEORDER(first)"
 	};
 	type record UlAckNackEgprs {
+		BIT2			msg_excape ('00'B),
 		EgprsChCodingCommand	ch_coding_cmd,
 		BIT1			resegment,
 		BIT1			preemptive_tx,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21094
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iee04f39b43dc42efb9c2d96c46ff8e496664594a
Gerrit-Change-Number: 21094
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201110/e800f890/attachment.htm>


More information about the gerrit-log mailing list