aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-30 10:31:39 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-02 13:18:23 +0200
commit3c4cbf6dd6f74fea3e5018cfafa22c8ff4863939 (patch)
treebef390a351e31bd4ab4119f45940fd31618ca08d /library
parent6cd217e48ba893ac191b77c2f1efe5d9a0ccfead (diff)
L1CTL_Types: dl_info is part of TRAFFIC_CONF, not just TRAFFIC_IND
Diffstat (limited to 'library')
-rw-r--r--library/L1CTL_Types.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index d883a224..7403099e 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -175,7 +175,8 @@ module L1CTL_Types {
header.msg_type = L1CTL_RACH_CONF,
header.msg_type = L1CTL_DATA_IND,
header.msg_type = L1CTL_DATA_CONF,
- header.msg_type = L1CTL_TRAFFIC_IND)"
+ header.msg_type = L1CTL_TRAFFIC_IND,
+ header.msg_type = L1CTL_TRAFFIC_CONF)"
variant (payload) "CROSSTAG(fbsb_conf, header.msg_type = L1CTL_FBSB_CONF;
ccch_mode_conf, header.msg_type = L1CTL_CCCH_MODE_CONF;
tch_mode_conf, header.msg_type = L1CTL_TCH_MODE_CONF;