[PATCH] osmo-ttcn3-hacks[master]: L1CTL_Types: Fix bit-ordering in FBSB_REQ

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Mar 12 14:07:39 UTC 2018


Review at  https://gerrit.osmocom.org/7231

L1CTL_Types: Fix bit-ordering in FBSB_REQ

Change-Id: Idbfdf1e855489c37a7212573ef51bd7fc63f24f7
---
M library/L1CTL_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 33a01a8..a86690e 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -212,7 +212,7 @@
 		boolean		sb,
 		boolean		fb1,
 		boolean		fb0
-	} with { variant "" };
+	} with { variant "FIELDORDER(msb)" };
 
 	template L1ctlFbsbFlags t_L1CTL_FBSB_F_ALL := {
 		padding := '00000'B,

-- 
To view, visit https://gerrit.osmocom.org/7231
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idbfdf1e855489c37a7212573ef51bd7fc63f24f7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list