Harald Welte has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/88/14088/1
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: newchange
Gerrit-Change-Id: I5f971dc7ec797a311841ac5b947c5c493780786f
Gerrit-Change-Number: 14088
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>