aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-09 16:17:45 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-12 14:26:54 +0000
commit344c0cf6cf1593495efbbd4575417391c72e6e1a (patch)
tree4bb343a826bf86c7888971837f868ff8d3657446
parent439e546539b18fba44d0a1606238075663ada575 (diff)
L1CTL_Types: Fix bit-ordering in FBSB_REQ
-rw-r--r--library/L1CTL_Types.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 33a01a81..a86690ed 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -212,7 +212,7 @@ module L1CTL_Types {
boolean sb,
boolean fb1,
boolean fb0
- } with { variant "" };
+ } with { variant "FIELDORDER(msb)" };
template L1ctlFbsbFlags t_L1CTL_FBSB_F_ALL := {
padding := '00000'B,