<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17051">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_rlcmac: Update : PACKET RESOURCE REQUEST to Release 14.0.0<br><br>Port from wireshark.git 07fc801684ebff7aff02505cdb2c120caea846e0.<br><br>Ported-by: Pau Espin Pedrol <pespin@sysmocom.de><br>Change-Id: Iceb59c58406180bc57fe6eb27127b4d11a0a3df7<br>---<br>M src/gsm_rlcmac.cpp<br>M src/gsm_rlcmac.h<br>2 files changed, 295 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gsm_rlcmac.cpp b/src/gsm_rlcmac.cpp</span><br><span>index 8d846a1..546e7fb 100644</span><br><span>--- a/src/gsm_rlcmac.cpp</span><br><span>+++ b/src/gsm_rlcmac.cpp</span><br><span>@@ -1097,6 +1097,152 @@</span><br><span> CSN_DESCR_END  (EGPRS_BEP_LinkQualityMeasurements_t)</span><br><span> </span><br><span> static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(IU_Mode_Channel_Request_Desk_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (IU_Mode_Channel_Request_Desk_t,  RB_ID,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (IU_Mode_Channel_Request_Desk_t,  RADIO_PRIORITY,  2),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (IU_Mode_Channel_Request_Desk_t, Exist_RLC_BLOCK_COUNT, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (IU_Mode_Channel_Request_Desk_t,  RLC_BLOCK_COUNT,  8),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (IU_Mode_Channel_Request_Desk_t, Exist_Iu_Mode_ChRequestDesk, 1), /* Don't use M_REC_TARRAY as we don't support multiple TBFs */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (IU_Mode_Channel_Request_Desk_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(IU_Mode_Channel_Request_Desk_RNTI_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (IU_Mode_Channel_Request_Desk_RNTI_t, Exist_G_RNTI_Extension, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (IU_Mode_Channel_Request_Desk_RNTI_t,  G_RNTI_Extension,  4),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (IU_Mode_Channel_Request_Desk_RNTI_t, IU_Mode_Channel_Request_Desk, IU_Mode_Channel_Request_Desk_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (IU_Mode_Channel_Request_Desk_RNTI_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(Ext_Channel_Request_desc_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (Ext_Channel_Request_desc_t,  PFI, 7),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (Ext_Channel_Request_desc_t,  RADIO_PRIORITY,  2),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (Ext_Channel_Request_desc_t,  RLC_Mode, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (Ext_Channel_Request_desc_t, Exist_LCC_PDU, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (Ext_Channel_Request_desc_t,  LCC_PDU,  1),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (Ext_Channel_Request_desc_t, Exist_Ext_Channel_Request_desc, 1), /* Don't use M_REC_TARRAY as we don't support multiple TBFs */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (Ext_Channel_Request_desc_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(EGPRS_BEP_LinkQualityMeasurements_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_GMSK_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  GMSK_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  GMSK_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_8PSK_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p8PSK_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p8PSK_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_QPSK_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  QPSK_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  QPSK_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_16QAM_NSR_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p16QAM_NSR_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p16QAM_NSR_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_32QAM_NSR_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p32QAM_NSR_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p32QAM_NSR_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_16QAM_HSR_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p16QAM_HSR_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p16QAM_HSR_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_BEP_LinkQualityMeasurements_type2_t, Exist_32QAM_HSR_MEAN_BEP, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p32QAM_HSR_MEAN_BEP,  5),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (EGPRS_BEP_LinkQualityMeasurements_type2_t,  p32QAM_HSR_CV_BEP, 3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (EGPRS_BEP_LinkQualityMeasurements_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(BEP_MeasurementReport_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (BEP_MeasurementReport_type2_t, Exist, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (BEP_MeasurementReport_type2_t,  REPORTED_MODULATION,  2),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (BEP_MeasurementReport_type2_t,  MEAN_BEP_TN,  4),</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (BEP_MeasurementReport_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(InterferenceMeasurementReport_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (InterferenceMeasurementReport_type2_t, Exist, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (InterferenceMeasurementReport_type2_t,  I_LEVEL,  4),</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (InterferenceMeasurementReport_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(EGPRS_TimeslotLinkQualityMeasurements_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_TimeslotLinkQualityMeasurements_type2_t, Exist_BEP_MEASUREMENTS, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE_ARRAY (EGPRS_TimeslotLinkQualityMeasurements_type2_t, BEP_MEASUREMENTS, BEP_MeasurementReport_type2_t, 8),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (EGPRS_TimeslotLinkQualityMeasurements_type2_t, Exist_INTERFERENCE_MEASUREMENTS, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE_ARRAY (EGPRS_TimeslotLinkQualityMeasurements_type2_t, INTERFERENCE_MEASUREMENTS, InterferenceMeasurementReport_type2_t, 8),</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (EGPRS_TimeslotLinkQualityMeasurements_type2_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(PRR_AdditionsR12_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (PRR_AdditionsR12_t, Exist_Downlink_eTFI, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (PRR_AdditionsR12_t,  DOWNLINK_ETFI,  3),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (PRR_AdditionsR12_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(PRR_AdditionsR10_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (PRR_AdditionsR10_t,  LOW_ACCESS_PRIORITY_SIGNALLING,  1),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST_OR_NULL(PRR_AdditionsR10_t, Exist_AdditionsR12, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR10_t, AdditionsR12, PRR_AdditionsR12_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (PRR_AdditionsR10_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(PRR_AdditionsR7_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (PRR_AdditionsR7_t,  EARLY_TBF_ESTABLISHMENT,  1),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (PRR_AdditionsR7_t, Exist_EGPRS_BEP_LinkQualityMeasurements_type2, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR7_t, EGPRS_BEP_LinkQualityMeasurements_type2, EGPRS_BEP_LinkQualityMeasurements_type2_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (PRR_AdditionsR7_t, Exist_EGPRS_TimeslotLinkQualityMeasurements_type2, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR7_t, EGPRS_TimeslotLinkQualityMeasurements_type2, EGPRS_TimeslotLinkQualityMeasurements_type2_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST_OR_NULL(PRR_AdditionsR7_t, Exist_AdditionsR10, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR7_t, AdditionsR10, PRR_AdditionsR10_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (PRR_AdditionsR7_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(PRR_AdditionsR6_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (PRR_AdditionsR6_t, Exist_Ext_Channel_Request_desc, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR6_t, Ext_Channel_Request_desc, Ext_Channel_Request_desc_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST_OR_NULL(PRR_AdditionsR6_t, Exist_AdditionsR7, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR6_t, AdditionsR7, PRR_AdditionsR7_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (PRR_AdditionsR6_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_BEGIN(PRR_AdditionsR5_t)</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (PRR_AdditionsR5_t, Exist_Iu_Mode_ChRequestDesk, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR5_t, IU_Mode_Channel_Request_Desk_RNTI, IU_Mode_Channel_Request_Desk_RNTI_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (PRR_AdditionsR5_t, Exist_HFN_LSB, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (PRR_AdditionsR5_t,  HFN_LSb, 7),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST_OR_NULL(PRR_AdditionsR5_t, Exist_AdditionsR6, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR5_t, AdditionsR6, PRR_AdditionsR6_t),</span><br><span style="color: hsl(120, 100%, 40%);">+CSN_DESCR_END  (PRR_AdditionsR5_t)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static const</span><br><span> CSN_DESCR_BEGIN(PRR_AdditionsR99_t)</span><br><span>   M_NEXT_EXIST (PRR_AdditionsR99_t, Exist_EGPRS_BEP_LinkQualityMeasurements, 1),</span><br><span>   M_TYPE       (PRR_AdditionsR99_t, EGPRS_BEP_LinkQualityMeasurements, EGPRS_BEP_LinkQualityMeasurements_t),</span><br><span>@@ -1109,6 +1255,10 @@</span><br><span> </span><br><span>   M_UINT       (PRR_AdditionsR99_t,  MS_RAC_AdditionalInformationAvailable,  1),</span><br><span>   M_UINT       (PRR_AdditionsR99_t,  RetransmissionOfPRR,  1),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST_OR_NULL(PRR_AdditionsR99_t, Exist_AdditionsR5, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (PRR_AdditionsR99_t, AdditionsR5, PRR_AdditionsR5_t),</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> CSN_DESCR_END  (PRR_AdditionsR99_t)</span><br><span> </span><br><span> static const</span><br><span>diff --git a/src/gsm_rlcmac.h b/src/gsm_rlcmac.h</span><br><span>index e9b355d..f6979e7 100644</span><br><span>--- a/src/gsm_rlcmac.h</span><br><span>+++ b/src/gsm_rlcmac.h</span><br><span>@@ -1409,6 +1409,148 @@</span><br><span>   guint8   CV_BEP_8PSK;</span><br><span> } EGPRS_BEP_LinkQualityMeasurements_t;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct{</span><br><span style="color: hsl(120, 100%, 40%);">+guint8  RB_ID;</span><br><span style="color: hsl(120, 100%, 40%);">+guint8  RADIO_PRIORITY;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+gboolean  Exist_RLC_BLOCK_COUNT;</span><br><span style="color: hsl(120, 100%, 40%);">+guint8   RLC_BLOCK_COUNT;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+gboolean  Exist_Iu_Mode_ChRequestDesk;</span><br><span style="color: hsl(120, 100%, 40%);">+//IU_Mode_Channel_Request_Desk_t IU_Mode_Channel_Request_Desk1;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} IU_Mode_Channel_Request_Desk_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean   Exist_G_RNTI_Extension;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8    G_RNTI_Extension;</span><br><span style="color: hsl(120, 100%, 40%);">+    IU_Mode_Channel_Request_Desk_t  IU_Mode_Channel_Request_Desk;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} IU_Mode_Channel_Request_Desk_RNTI_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct{</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  PFI;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  RADIO_PRIORITY;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  RLC_Mode;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean  Exist_LCC_PDU;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  LCC_PDU;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_Ext_Channel_Request_desc;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} Ext_Channel_Request_desc_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_GMSK_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 GMSK_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 GMSK_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_8PSK_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p8PSK_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p8PSK_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_QPSK_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 QPSK_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 QPSK_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_16QAM_NSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p16QAM_NSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p16QAM_NSR_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_32QAM_NSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p32QAM_NSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p32QAM_NSR_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_16QAM_HSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p16QAM_HSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p16QAM_HSR_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_32QAM_HSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p32QAM_HSR_MEAN_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 p32QAM_HSR_CV_BEP;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} EGPRS_BEP_LinkQualityMeasurements_type2_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 REPORTED_MODULATION;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 MEAN_BEP_TN;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} BEP_MeasurementReport_type2_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 I_LEVEL;</span><br><span style="color: hsl(120, 100%, 40%);">+} InterferenceMeasurementReport_type2_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_BEP_MEASUREMENTS;</span><br><span style="color: hsl(120, 100%, 40%);">+    BEP_MeasurementReport_type2_t BEP_MEASUREMENTS[8];</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_INTERFERENCE_MEASUREMENTS;</span><br><span style="color: hsl(120, 100%, 40%);">+    InterferenceMeasurementReport_type2_t INTERFERENCE_MEASUREMENTS[8];</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} EGPRS_TimeslotLinkQualityMeasurements_type2_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_Downlink_eTFI;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 DOWNLINK_ETFI;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} PRR_AdditionsR12_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 LOW_ACCESS_PRIORITY_SIGNALLING;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_AdditionsR12;</span><br><span style="color: hsl(120, 100%, 40%);">+    PRR_AdditionsR12_t  AdditionsR12;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} PRR_AdditionsR10_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  EARLY_TBF_ESTABLISHMENT;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_EGPRS_BEP_LinkQualityMeasurements_type2;</span><br><span style="color: hsl(120, 100%, 40%);">+    EGPRS_BEP_LinkQualityMeasurements_type2_t EGPRS_BEP_LinkQualityMeasurements_type2;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_EGPRS_TimeslotLinkQualityMeasurements_type2;</span><br><span style="color: hsl(120, 100%, 40%);">+    EGPRS_TimeslotLinkQualityMeasurements_type2_t EGPRS_TimeslotLinkQualityMeasurements_type2;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_AdditionsR10;</span><br><span style="color: hsl(120, 100%, 40%);">+    PRR_AdditionsR10_t AdditionsR10;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} PRR_AdditionsR7_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    gboolean Exist_Ext_Channel_Request_desc;</span><br><span style="color: hsl(120, 100%, 40%);">+    Ext_Channel_Request_desc_t  Ext_Channel_Request_desc;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8 Exist_AdditionsR7;</span><br><span style="color: hsl(120, 100%, 40%);">+    PRR_AdditionsR7_t  AdditionsR7;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} PRR_AdditionsR6_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  Exist_Iu_Mode_ChRequestDesk;</span><br><span style="color: hsl(120, 100%, 40%);">+    IU_Mode_Channel_Request_Desk_RNTI_t  IU_Mode_Channel_Request_Desk_RNTI;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  Exist_HFN_LSB;</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8    HFN_LSb;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+    guint8  Exist_AdditionsR6;</span><br><span style="color: hsl(120, 100%, 40%);">+    PRR_AdditionsR6_t AdditionsR6;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+} PRR_AdditionsR5_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> typedef struct</span><br><span> {</span><br><span>   gboolean                                 Exist_EGPRS_BEP_LinkQualityMeasurements;</span><br><span>@@ -1422,6 +1564,9 @@</span><br><span> </span><br><span>   guint8                                   MS_RAC_AdditionalInformationAvailable;</span><br><span>   guint8                                   RetransmissionOfPRR;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  guint8                                   Exist_AdditionsR5;</span><br><span style="color: hsl(120, 100%, 40%);">+  PRR_AdditionsR5_t                        AdditionsR5;</span><br><span> } PRR_AdditionsR99_t;</span><br><span> </span><br><span> typedef struct</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17051">change 17051</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-pcu/+/17051"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iceb59c58406180bc57fe6eb27127b4d11a0a3df7 </div>
<div style="display:none"> Gerrit-Change-Number: 17051 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>