RSL_Types: Add support for RSL_IE_MSG_ID as used in ERROR REPORT

Change-Id: I5f971dc7ec797a311841ac5b947c5c493780786f
This commit is contained in:
Harald Welte 2019-05-19 20:38:18 +02:00
parent ee25aaed96
commit a670615e5a
1 changed files with 2 additions and 0 deletions

View File

@ -688,6 +688,7 @@ module RSL_Types {
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 @@ module RSL_Types {
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;