[MERGED] osmo-ttcn3-hacks[master]: L1CTL_Types: dl_info is part of TRAFFIC_CONF, not just TRAFF...

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 Apr 2 19:01:25 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: L1CTL_Types: dl_info is part of TRAFFIC_CONF, not just TRAFFIC_IND
......................................................................


L1CTL_Types: dl_info is part of TRAFFIC_CONF, not just TRAFFIC_IND

Change-Id: I575b981d6ea59702927bbb2a2ae24b2e8652cc5d
---
M library/L1CTL_Types.ttcn
1 file changed, 2 insertions(+), 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 d883a22..7403099 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -175,7 +175,8 @@
 					     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;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I575b981d6ea59702927bbb2a2ae24b2e8652cc5d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list