aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-05-08 17:21:58 +0200
committerAnders Broman <a.broman58@gmail.com>2017-05-08 17:40:14 +0000
commit07fc801684ebff7aff02505cdb2c120caea846e0 (patch)
tree23253171d9be4fb97dc0151f8bba877925c505aa /epan/dissectors/packet-gsm_rlcmac.h
parentab504191fccdb7db1d9559ac0592f22872586133 (diff)
[GSM RLCMAC] Update : PACKET RESOURCE REQUEST to Release 14.0.0
Change-Id: I41e6ebf862f0bd9523778053d40f18ae7385a5bd Reviewed-on: https://code.wireshark.org/review/21560 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_rlcmac.h')
-rw-r--r--epan/dissectors/packet-gsm_rlcmac.h145
1 files changed, 145 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_rlcmac.h b/epan/dissectors/packet-gsm_rlcmac.h
index 5a6dfb45a8..6ecd004555 100644
--- a/epan/dissectors/packet-gsm_rlcmac.h
+++ b/epan/dissectors/packet-gsm_rlcmac.h
@@ -1432,6 +1432,148 @@ typedef struct
guint8 CV_BEP_8PSK;
} EGPRS_BEP_LinkQualityMeasurements_t;
+typedef struct{
+guint8 RB_ID;
+guint8 RADIO_PRIORITY;
+
+gboolean Exist_RLC_BLOCK_COUNT;
+guint8 RLC_BLOCK_COUNT;
+
+gboolean Exist_Iu_Mode_ChRequestDesk;
+//IU_Mode_Channel_Request_Desk_t IU_Mode_Channel_Request_Desk1;
+
+}IU_Mode_Channel_Request_Desk_t;
+
+typedef struct{
+ gboolean Exist_G_RNTI_Extension;
+ guint8 G_RNTI_Extension;
+ IU_Mode_Channel_Request_Desk_t IU_Mode_Channel_Request_Desk;
+
+}IU_Mode_Channel_Request_Desk_RNTI_t;
+
+typedef struct{
+ guint8 PFI;
+ guint8 RADIO_PRIORITY;
+ guint8 RLC_Mode;
+
+ gboolean Exist_LCC_PDU;
+ guint8 LCC_PDU;
+
+ gboolean Exist_Ext_Channel_Request_desc;
+
+}Ext_Channel_Request_desc_t;
+
+
+typedef struct{
+ gboolean Exist_GMSK_MEAN_BEP;
+ guint8 GMSK_MEAN_BEP;
+ guint8 GMSK_CV_BEP;
+
+ gboolean Exist_8PSK_MEAN_BEP;
+ guint8 p8PSK_MEAN_BEP;
+ guint8 p8PSK_CV_BEP;
+
+ gboolean Exist_QPSK_MEAN_BEP;
+ guint8 QPSK_MEAN_BEP;
+ guint8 QPSK_CV_BEP;
+
+ gboolean Exist_16QAM_NSR_MEAN_BEP;
+ guint8 p16QAM_NSR_MEAN_BEP;
+ guint8 p16QAM_NSR_CV_BEP;
+
+ gboolean Exist_32QAM_NSR_MEAN_BEP;
+ guint8 p32QAM_NSR_MEAN_BEP;
+ guint8 p32QAM_NSR_CV_BEP;
+
+ gboolean Exist_16QAM_HSR_MEAN_BEP;
+ guint8 p16QAM_HSR_MEAN_BEP;
+ guint8 p16QAM_HSR_CV_BEP;
+
+ gboolean Exist_32QAM_HSR_MEAN_BEP;
+ guint8 p32QAM_HSR_MEAN_BEP;
+ guint8 p32QAM_HSR_CV_BEP;
+
+ }EGPRS_BEP_LinkQualityMeasurements_type2_t;
+
+typedef struct
+{
+ gboolean Exist;
+ guint8 REPORTED_MODULATION;
+ guint8 MEAN_BEP_TN;
+
+}BEP_MeasurementReport_type2_t;
+
+typedef struct
+{
+ gboolean Exist;
+ guint8 I_LEVEL;
+}InterferenceMeasurementReport_type2_t;
+
+typedef struct
+{
+ gboolean Exist_BEP_MEASUREMENTS;
+ BEP_MeasurementReport_type2_t BEP_MEASUREMENTS[8];
+
+ gboolean Exist_INTERFERENCE_MEASUREMENTS;
+ InterferenceMeasurementReport_type2_t INTERFERENCE_MEASUREMENTS[8];
+
+}EGPRS_TimeslotLinkQualityMeasurements_type2_t;
+
+
+typedef struct
+{
+ gboolean Exist_Downlink_eTFI;
+ guint8 DOWNLINK_ETFI;
+
+}PRR_AdditionsR12_t;
+
+typedef struct
+{
+ guint8 LOW_ACCESS_PRIORITY_SIGNALLING;
+
+ gboolean Exist_AdditionsR12;
+ PRR_AdditionsR12_t AdditionsR12;
+
+}PRR_AdditionsR10_t;
+
+typedef struct
+{
+ guint8 EARLY_TBF_ESTABLISHMENT;
+
+ gboolean Exist_EGPRS_BEP_LinkQualityMeasurements_type2;
+ EGPRS_BEP_LinkQualityMeasurements_type2_t EGPRS_BEP_LinkQualityMeasurements_type2;
+
+ gboolean Exist_EGPRS_TimeslotLinkQualityMeasurements_type2;
+ EGPRS_TimeslotLinkQualityMeasurements_type2_t EGPRS_TimeslotLinkQualityMeasurements_type2;
+
+ gboolean Exist_AdditionsR10;
+ PRR_AdditionsR10_t AdditionsR10;
+
+}PRR_AdditionsR7_t;
+
+typedef struct
+{
+ gboolean Exist_Ext_Channel_Request_desc;
+ Ext_Channel_Request_desc_t Ext_Channel_Request_desc;
+
+ guint8 Exist_AdditionsR7;
+ PRR_AdditionsR7_t AdditionsR7;
+
+} PRR_AdditionsR6_t;
+
+typedef struct
+{
+ guint8 Exist_Iu_Mode_ChRequestDesk;
+ IU_Mode_Channel_Request_Desk_RNTI_t IU_Mode_Channel_Request_Desk_RNTI;
+
+ guint8 Exist_HFN_LSB;
+ guint8 HFN_LSb;
+
+ guint8 Exist_AdditionsR6;
+ PRR_AdditionsR6_t AdditionsR6;
+
+}PRR_AdditionsR5_t;
+
typedef struct
{
gboolean Exist_EGPRS_BEP_LinkQualityMeasurements;
@@ -1445,6 +1587,9 @@ typedef struct
guint8 MS_RAC_AdditionalInformationAvailable;
guint8 RetransmissionOfPRR;
+
+ guint8 Exist_AdditionsR5;
+ PRR_AdditionsR5_t AdditionsR5;
} PRR_AdditionsR99_t;
typedef struct