Change in osmo-ttcn3-hacks[master]: RSL_Types: Add support for RSL_IE_MSG_ID as used in ERROR REPORT

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 May 20 19:40:50 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14088 )

Change subject: RSL_Types: Add support for RSL_IE_MSG_ID as used in ERROR REPORT
......................................................................

RSL_Types: Add support for RSL_IE_MSG_ID as used in ERROR REPORT

Change-Id: I5f971dc7ec797a311841ac5b947c5c493780786f
---
M library/RSL_Types.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 3b1a311..39ba3d3 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -688,6 +688,7 @@
 		RSL_IE_MS_Power		ms_power,
 		uint8_t			timing_adv,
 		RSL_IE_MultirateCtrl	multirate_ctrl,
+		uint8_t			msg_id,
 		RSL_IE_FrameNumber	frame_nr,
 		RSL_IE_Cause		cause,
 		uint8_t			access_delay,
@@ -738,6 +739,7 @@
 					ms_power, iei = RSL_IE_MS_POWER;
 					timing_adv, iei = RSL_IE_TIMING_ADVANCE;
 					multirate_ctrl, iei = RSL_IE_MR_CONTROL;
+					msg_id, iei = RSL_IE_MSG_ID;
 
 					frame_nr, iei = RSL_IE_FRAME_NUMBER;
 					cause, iei = RSL_IE_CAUSE;

-- 
To view, visit https://gerrit.osmocom.org/14088
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5f971dc7ec797a311841ac5b947c5c493780786f
Gerrit-Change-Number: 14088
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190520/e159f9e4/attachment.htm>


More information about the gerrit-log mailing list