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

2018-03-12 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: L1CTL_Types: Fix bit-ordering in FBSB_REQ
..


L1CTL_Types: Fix bit-ordering in FBSB_REQ

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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 := '0'B,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idbfdf1e855489c37a7212573ef51bd7fc63f24f7
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder


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

2018-03-12 Thread Harald Welte

Patch Set 1: Code-Review+2

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Idbfdf1e855489c37a7212573ef51bd7fc63f24f7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte 
Gerrit-HasComments: No


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

2018-03-12 Thread Harald Welte

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 := '0'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