aboutsummaryrefslogtreecommitdiffstats
path: root/library/RLCMAC_CSN1_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/RLCMAC_CSN1_Types.ttcn')
-rw-r--r--library/RLCMAC_CSN1_Types.ttcn17
1 files changed, 13 insertions, 4 deletions
diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn
index 076b1c16..2335c29d 100644
--- a/library/RLCMAC_CSN1_Types.ttcn
+++ b/library/RLCMAC_CSN1_Types.ttcn
@@ -52,7 +52,9 @@ module RLCMAC_CSN1_Types {
type record TenTlli {
BIT2 presence ('10'B),
GprsTlli tlli
- } with { variant "" };
+ } with { variant ""
+ variant (tlli) "BYTEORDER(first)"
+ };
type union GlobalTfiOrTlli {
NullGlobalTfi global_tfi,
@@ -78,7 +80,9 @@ module RLCMAC_CSN1_Types {
type record IO_Tlli {
BIT2 presence ('10'B),
GprsTlli tlli
- } with { variant "" };
+ } with { variant ""
+ variant (tlli) "BYTEORDER(first)"
+ };
type record IIO_Tqi {
BIT3 presence ('110'B),
PacketRequestReference pkt_req_ref
@@ -244,6 +248,7 @@ module RLCMAC_CSN1_Types {
variant (cont_res_tlli) "PRESENCE(cont_res_tlli_present = '1'B)"
variant (pkt_ta) "PRESENCE(pkt_ta_present = '1'B)"
variant (pwr_ctrl) "PRESENCE(pwr_ctrl_present = '1'B)"
+ variant (cont_res_tlli) "BYTEORDER(first)"
};
type record PacketUlAckNack {
PageMode page_mode,
@@ -323,12 +328,16 @@ module RLCMAC_CSN1_Types {
GprsTlli tlli,
CtrlAck ctrl_ack
/* TODO: Rel5 additions */
- } with { variant "" };
+ } with { variant ""
+ variant (tlli) "BYTEORDER(first)"
+ };
/* 1.2.8b Packet Uplink Dummy Control Block */
type record PacketUlDummy {
GprsTlli tlli
- } with { variant "" };
+ } with { variant ""
+ variant (tlli) "BYTEORDER(first)"
+ };
/* 11.2.0.2 */
type union RlcmacUlCtrlUnion {