Change in osmo-pcu[master]: gsm_rlcmac.h: #if 0 unused stuff

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jan 28 21:38:29 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17041 )

Change subject: gsm_rlcmac.h: #if 0 unused stuff
......................................................................

gsm_rlcmac.h: #if 0 unused stuff

Port of wireshark.git 2ef0c615946cd290aa9463c637169da0a1ca7972.

Ported-by: Pau Espin Pedrol <pespin at sysmocom.de>
Change-Id: Ia2e80664d293a2a95372213b4164c3e72259e0bb
---
M src/gsm_rlcmac.h
1 file changed, 107 insertions(+), 86 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/gsm_rlcmac.h b/src/gsm_rlcmac.h
index 0ac1207..6c82669 100644
--- a/src/gsm_rlcmac.h
+++ b/src/gsm_rlcmac.h
@@ -216,7 +216,7 @@
 typedef struct
 {
   guint8       TMSI[TMSI_LEN];
-}TMSI_t;
+} TMSI_t;
 
 typedef guint16 CellId_t;
 
@@ -355,6 +355,7 @@
   } Id;
 };
 
+#if 0
 struct OV_MobileId    /* Struct for optional mobile identity */
 {
   unsigned char   IEI;
@@ -368,7 +369,7 @@
   LAI_PRIORITY_AVAILABLE,
   LAI_PRIORITY_FORBIDDEN,
   LAI_PRIORITY_FORCED
-}LAI_Priority_t;
+} LAI_Priority_t;
 
 typedef enum
 {
@@ -378,33 +379,34 @@
   NOM_GSM,
   NOM_PS_ONLY,
   NOM_UNKNOWN
-}NMO_t;
+} NMO_t;
 
 typedef enum
 {
   COMBINED,
   NOT_COMBINED,
   SAME_AS_BEFORE
-}ProcedureMode_t;
+} ProcedureMode_t;
 
 typedef struct
 {
   guint8               Cause;
   LAI_t               LAI;
   struct OV_MobileId  MobileId;
-}CombinedResult_t;
+} CombinedResult_t;
 
 typedef enum
 {
   R97,
   R99
-}MSCR_t, SGSNR_t;
+} MSCR_t, SGSNR_t;
 
 typedef struct
 {
   guint8    NbrOfElements;
   PLMN_t   Element[MAX_ELEMENTS_IN_EQPLMN_LIST];
-}EqPLMN_List_t;
+} EqPLMN_List_t;
+#endif
 
 #define MAX_PCCCH                       16
 #define MAX_RFL_LENGTH                  16 /* length of RFL in PSI2 */
@@ -485,11 +487,13 @@
 /* <P1 Rest Octets>
  * <P2 Rest Octets>
  */
+#if 0
 #define  SF_VBS  0   /* VBS (broadcast call reference) */
 #define  SF_VGCS  1  /* VGCS (group call reference) */
 
 #define  AF_AckIsNotRequired  0  /* acknowledgement is not required */
 #define  AF_AckIsRequired    1  /* acknowledgement is required */
+#endif
 
 typedef struct
 {
@@ -821,6 +825,7 @@
   } u;
 } IA_PacketAssignment_t;
 
+#if 0
 typedef struct
 {
   guint8 UnionType;
@@ -855,7 +860,7 @@
 {
   ExtendedRA_Info_Array_t ExtendedRA_Info;
 } IAR_t;
-
+#endif
 
 /* Packet Polling Request */
 typedef struct
@@ -886,6 +891,7 @@
   guint8 Extension_Info[MAX_EXTENSION_LENGTH_IN_BYTES];/* ( val (extension length)+1 ) 04.60/12.26 */
 } Extension_Bits_t;
 
+#if 0
 typedef struct
 {
   guint8 DTM_SUPPORT                  : 1;
@@ -935,7 +941,7 @@
     GPRS_ExtensionInfoWithEGPRS_t    GPRS_ExtensionInfoWithEGPRS;
     GPRS_ExtensionInfoWithoutEGPRS_t GPRS_ExtensionInfoWithoutEGPRS;
     NonGPRS_ExtensionInfo_t          NonGPRS_ExtensionInfo;
-    guint8                            Extension_Information[MAX_EXTENSION_LENGTH_IN_BYTES];
+    guint8                           Extension_Information[MAX_EXTENSION_LENGTH_IN_BYTES];
   } u;
 } Optional_Extension_Information_t;
 
@@ -945,7 +951,7 @@
   guint8   BEP_PERIOD;
   gboolean EGPRS_PACKET_CHANNEL_REQUEST;
 } EGPRS_OptionalExtensionInformation_t;
-
+#endif
 
 typedef struct
 {
@@ -1010,14 +1016,16 @@
 
 /* < Packet TBF Release message content > */
 typedef guint8 TBF_RELEASE_CAUSE_t;
+#if 0
 #define  TBF_RELEASE_CAUSE_NORMAL (0x00)
 #define  TBF_RELEASE_CAUSE_ABNORMAL (0x02)
+#endif
 
 typedef struct
 {
   guint8               MESSAGE_TYPE;
   guint8               PAGE_MODE;
-  Global_TFI_t        Global_TFI;
+  Global_TFI_t         Global_TFI;
   guint8               UPLINK_RELEASE;
   guint8               DOWNLINK_RELEASE;
   TBF_RELEASE_CAUSE_t TBF_RELEASE_CAUSE;
@@ -1055,10 +1063,12 @@
 
 typedef Packet_Control_Acknowledgement_t Packet_Ctrl_Ack_t;
 
+#if 0
 typedef struct
 {
   guint8 CTRL_ACK;
 } Packet_Control_Acknowledgement_11_bit_t, Packet_Control_Acknowledgement_8_bit_t;
+#endif
 
 /* < Packet Downlink Dummy Control Block message content > */
 typedef struct
@@ -1201,11 +1211,13 @@
   AccTech_GSMOther = 0xf
 } AccessTechnology_t;
 
+#if 0
 typedef struct
 {
   guint8              CountAccessTechnologies;
   AccessTechnology_t AccessTechnologies[MAX_ACCESS_TECHNOLOGIES_COUNT];
 } AccessTechnologiesRequest_t;
+#endif
 
 typedef struct
 {
@@ -1567,14 +1579,14 @@
   guint8 Exist_Measurement_Bandwidth;
   guint8 Measurement_Bandwidth;
   guint16 Physical_Layer_Cell_Identity;
-}EUTRAN_Target_Cell_t;
+} EUTRAN_Target_Cell_t;
 
 typedef struct
 {
   guint32 UTRAN_CI;
   guint8 Exist_PLMN_ID;
   PLMN_t  PLMN_ID;
-}UTRAN_CSG_Target_Cell_t;
+} UTRAN_CSG_Target_Cell_t;
 
 typedef struct
 {
@@ -1582,7 +1594,7 @@
   guint16 Tracking_Area_Code;
   guint8 Exist_PLMN_ID;
   PLMN_t  PLMN_ID;
-}EUTRAN_CSG_Target_Cell_t;
+} EUTRAN_CSG_Target_Cell_t;
 
 typedef struct
 {
@@ -1590,7 +1602,7 @@
   UTRAN_CSG_Target_Cell_t UTRAN_CSG_Target_Cell;
   guint8 Exist_EUTRAN_CSG_Target_Cell;
   EUTRAN_CSG_Target_Cell_t EUTRAN_CSG_Target_Cell;
-}PCCF_AdditionsR9_t;
+} PCCF_AdditionsR9_t;
 
 typedef struct
 {
@@ -1598,7 +1610,7 @@
   EUTRAN_Target_Cell_t EUTRAN_Target_Cell;
   guint8 Exist_AdditionsR9;
   PCCF_AdditionsR9_t AdditionsR9;
-}PCCF_AdditionsR8_t;
+} PCCF_AdditionsR8_t;
 
 typedef struct
 {
@@ -1767,11 +1779,13 @@
   } u;
 } PU_AckNack_EGPRS_t;
 
+#if 0
 enum PUAN_Type
 {
   PUAN_GPRS,
   PUAN_EGPRS
 };
+#endif
 
 typedef struct
 {
@@ -2048,11 +2062,13 @@
   } u;
 } PUA_EGPRS_t;
 
+#if 0
 enum PUA_Type
 {
   PUA_GPRS,
   PUA_EGPRS
 };
+#endif
 
 typedef struct
 {
@@ -2098,7 +2114,7 @@
 typedef struct
 {
   DTM_Packet_Uplink_Assignment_t DTM_Packet_Uplink_Assignment;
-}DTM_UL_t;
+} DTM_UL_t;
 
 /* < DTM Packet Channel Request message content > */
 typedef struct
@@ -2107,7 +2123,7 @@
   Channel_Request_Description_t Channel_Request_Description;
   gboolean                                 Exist_PFI;
   guint8                                   PFI;
-}DTM_Channel_Request_Description_t;
+} DTM_Channel_Request_Description_t;
 
 /* < Packet Downlink Assignment message content > */
 typedef struct
@@ -2213,18 +2229,18 @@
 typedef struct
 {
   DTM_Packet_Downlink_Assignment_t DTM_Packet_Downlink_Assignment;
-}DTM_DL_t;
+} DTM_DL_t;
 
 typedef struct
 {
   GPRS_Cell_Options_t GPRS_Cell_Options;
   GPRS_Power_Control_Parameters_t GPRS_Power_Control_Parameters;
-}DTM_GPRS_Broadcast_Information_t;
+} DTM_GPRS_Broadcast_Information_t;
 
 typedef struct
 {
   DTM_GPRS_Broadcast_Information_t DTM_GPRS_Broadcast_Information;
-}DTM_GPRS_B_t;
+} DTM_GPRS_B_t;
 
 /* < Packet Paging Request message content > */
 typedef struct
@@ -2275,7 +2291,7 @@
 
   guint8 Count_Repeated_Page_info;
   Repeated_Page_info_t Repeated_Page_info[5];
-}  Packet_Paging_Request_t;
+} Packet_Paging_Request_t;
 
 typedef struct
 {
@@ -2430,11 +2446,13 @@
   } u;
 } PTR_EGPRS_t;
 
+#if 0
 enum PTR_Type
 {
   PTR_GPRS,
   PTR_EGPRS
 };
+#endif
 
 typedef struct
 {
@@ -2739,14 +2757,14 @@
   guint8  TIME_GROUP;
   guint8 Exist_GUAR_CONSTANT_PWR_BLKS;
   guint8  GUAR_CONSTANT_PWR_BLKS;
-}COMPACT_Cell_Sel_t;
+} COMPACT_Cell_Sel_t;
 
 typedef struct
 {
   guint8  FREQ_DIFF_LENGTH;
   guint16 FREQUENCY_DIFF;
   COMPACT_Cell_Sel_t  COMPACT_Cell_Sel_Remain_Cells;
-}COMPACT_Neighbour_Cell_Param_Remaining_t;
+} COMPACT_Neighbour_Cell_Param_Remaining_t;
 
 typedef struct
 {
@@ -2755,20 +2773,20 @@
   guint8  NR_OF_REMAINING_CELLS;
   guint8  FREQ_DIFF_LENGTH;
   COMPACT_Neighbour_Cell_Param_Remaining_t  COMPACT_Neighbour_Cell_Param_Remaining[16];
-}COMPACT_Neighbour_Cell_Param_t;
+} COMPACT_Neighbour_Cell_Param_t;
 
 typedef struct
 {
   Cell_Identification_t Cell_Identification;
   guint8  COMPACT_Neighbour_Cell_Param_Count;
   COMPACT_Neighbour_Cell_Param_t COMPACT_Neighbour_Cell_Param[8];
-}COMPACT_Info_t;
+} COMPACT_Info_t;
 
 typedef struct
 {
   guint8  Exist_CCN_Support_Desc;
   CCN_Support_Description_t CCN_Support_Desc;
-}PSI3_AdditionR4_t;
+} PSI3_AdditionR4_t;
 
 typedef struct
 {
@@ -2776,7 +2794,7 @@
   COMPACT_Info_t COMPACT_Info;
   guint8 Exist_AdditionR4;
   PSI3_AdditionR4_t AdditionR4;
-}PSI3_AdditionR99_t;
+} PSI3_AdditionR99_t;
 
 typedef struct
 {
@@ -2785,7 +2803,7 @@
   LSA_Parameters_t LSA_Parameters;
   guint8 Exist_AdditionR99;
   PSI3_AdditionR99_t AdditionR99;
-}PSI3_AdditionR98_t;
+} PSI3_AdditionR98_t;
 
 typedef struct
 {
@@ -2884,7 +2902,7 @@
   guint8   INVALID_BSIC_REPORTING;
   guint8  Exist_NCC_PERMITTED;
   guint8   NCC_PERMITTED;
-  
+
   gboolean Exist_GPRSMeasurementParams;
   MeasurementParams_t   GPRSMeasurementParams;
   gboolean Exist_GPRSMeasurementParams3G;
@@ -2897,7 +2915,7 @@
   OffsetThreshold_t OffsetThreshold_700;
   guint8 Exist_OffsetThreshold_810;
   OffsetThreshold_t OffsetThreshold_810;
-}PSI5_AdditionsR7;
+} PSI5_AdditionsR7;
 
 typedef struct
 {
@@ -2905,7 +2923,7 @@
   GPRS_AdditionalMeasurementParams3G_t GPRS_AdditionalMeasurementParams3G;
   guint8 Exist_AdditionsR7;
   PSI5_AdditionsR7 AdditionsR7;
-}PSI5_AdditionsR5;
+} PSI5_AdditionsR5;
 
 typedef struct
 {
@@ -2913,7 +2931,7 @@
   ENH_Reporting_Parameters_t ENH_Reporting_Param;
   guint8 Exist_AdditionsR5;
   PSI5_AdditionsR5 AdditionisR5;
-}PSI5_AdditionsR99;
+} PSI5_AdditionsR99;
 
 typedef struct
 {
@@ -3197,7 +3215,7 @@
   guint32  CSG_ID;
   gboolean Access_Mode;
   guint8   REPORTING_QUANTITY;
-}UTRAN_CSG_Measurement_Report_t;
+} UTRAN_CSG_Measurement_Report_t;
 
 typedef struct
 {
@@ -3208,7 +3226,7 @@
   guint32  CSG_ID;
   gboolean Access_Mode;
   guint8   REPORTING_QUANTITY;
-}EUTRAN_CSG_Measurement_Report_t;
+} EUTRAN_CSG_Measurement_Report_t;
 
 typedef struct
 {
@@ -3216,20 +3234,20 @@
   UTRAN_CSG_Measurement_Report_t  UTRAN_CSG_Meas_Rpt;
   gboolean  Exist_EUTRAN_CSG_Meas_Rpt;
   EUTRAN_CSG_Measurement_Report_t  EUTRAN_CSG_Meas_Rpt;
-}PMR_AdditionsR9_t;
+} PMR_AdditionsR9_t;
 
 typedef struct
 {
   guint8  EUTRAN_FREQUENCY_INDEX;
   guint16 CELL_IDENTITY;
   guint8  REPORTING_QUANTITY;
-}EUTRAN_Measurement_Report_Body_t;
+} EUTRAN_Measurement_Report_Body_t;
 
 typedef struct
 {
   guint8 N_EUTRAN;
   EUTRAN_Measurement_Report_Body_t Report[4];
-}EUTRAN_Measurement_Report_t;
+} EUTRAN_Measurement_Report_t;
 
 typedef struct
 {
@@ -3237,7 +3255,7 @@
   EUTRAN_Measurement_Report_t  EUTRAN_Meas_Rpt;
   gboolean   Exist_AdditionsR9;
   PMR_AdditionsR9_t  AdditionsR9;
-}PMR_AdditionsR8_t;
+} PMR_AdditionsR8_t;
 
 typedef struct
 {
@@ -3245,7 +3263,7 @@
   guint8        GRNTI;
   gboolean     Exist_AdditionsR8;
   PMR_AdditionsR8_t  AdditionsR8;
-}PMR_AdditionsR5_t;
+} PMR_AdditionsR5_t;
 
 typedef struct
 {
@@ -3327,14 +3345,14 @@
   guint8 Exist_UTRAN_CSG_Target_Cell;
   UTRAN_CSG_Target_Cell_t UTRAN_CSG_Target_Cell;
   guint8 Exist_EUTRAN_CSG_Target_Cell;
-  EUTRAN_CSG_Target_Cell_t EUTRAN_CSG_Target_Cell;  
-}PEMR_AdditionsR9_t;
+  EUTRAN_CSG_Target_Cell_t EUTRAN_CSG_Target_Cell;
+} PEMR_AdditionsR9_t;
 
 typedef struct
 {
   gboolean  Exist_REPORTING_QUANTITY;
   guint8     REPORTING_QUANTITY;
-}Bitmap_Report_Quantity_t;
+} Bitmap_Report_Quantity_t;
 
 typedef struct
 {
@@ -3344,7 +3362,7 @@
   EUTRAN_Measurement_Report_t EUTRAN_Meas_Rpt;
   gboolean   Exist_AdditionsR9;
   PEMR_AdditionsR9_t AdditionsR9;
-}PEMR_AdditionsR8_t;
+} PEMR_AdditionsR8_t;
 
 typedef struct
 {
@@ -3352,7 +3370,7 @@
   guint8     GRNTI_Ext;
   gboolean  Exist_AdditionsR8;
   PEMR_AdditionsR8_t  AdditionsR8;
-}PEMR_AdditionsR5_t;
+} PEMR_AdditionsR5_t;
 
 typedef struct
 {
@@ -3400,7 +3418,7 @@
   guint8  BANDWITH_TDD;
   guint8  CELL_PARAMETER;
   guint8  Sync_Case_TSTD;
-}TDD_Target_Cell_Notif_t;
+} TDD_Target_Cell_Notif_t;
 
 typedef struct
 {
@@ -3418,21 +3436,21 @@
   guint8 Measurement_Bandwidth;
   guint16 Physical_Layer_Cell_Identity;
   guint8 Reporting_Quantity;
-}Target_EUTRAN_Cell_Notif_t;
+} Target_EUTRAN_Cell_Notif_t;
 
 typedef struct
 {
   guint8  EUTRAN_FREQUENCY_INDEX;
   guint16 CELL_IDENTITY;
   guint8  REPORTING_QUANTITY;
-}Eutran_Ccn_Measurement_Report_Cell_t;
+} Eutran_Ccn_Measurement_Report_Cell_t;
 
 typedef struct
 {
   gboolean  ThreeG_BA_USED;
   guint8    N_EUTRAN;
   Eutran_Ccn_Measurement_Report_Cell_t Eutran_Ccn_Measurement_Report_Cell[4];
-}Eutran_Ccn_Measurement_Report_t;
+} Eutran_Ccn_Measurement_Report_t;
 
 typedef struct
 {
@@ -3445,7 +3463,7 @@
   Target_EUTRAN_Cell_Notif_t Target_EUTRAN_Cell;
   guint8 Exist_Eutran_Ccn_Measurement_Report;
   Eutran_Ccn_Measurement_Report_t Eutran_Ccn_Measurement_Report;
-}Target_Cell_4G_Notif_t;
+} Target_Cell_4G_Notif_t;
 
 typedef struct
 {
@@ -3457,7 +3475,7 @@
   } u;
   guint8 Exist_Eutran_Ccn_Measurement_Report;
   Eutran_Ccn_Measurement_Report_t Eutran_Ccn_Measurement_Report;
-}Target_Cell_CSG_Notif_t;
+} Target_Cell_CSG_Notif_t;
 
 typedef struct
 {
@@ -3467,7 +3485,7 @@
     Target_Cell_4G_Notif_t Target_Cell_4G_Notif;
     Target_Cell_CSG_Notif_t Target_Cell_CSG_Notif;
   } u;
-}Target_Other_RAT_2_Notif_t;
+} Target_Other_RAT_2_Notif_t;
 
 typedef struct
 {
@@ -3477,8 +3495,8 @@
     Target_Cell_3G_Notif_t Target_Cell_3G_Notif;
     Target_Other_RAT_2_Notif_t Target_Other_RAT_2_Notif;
   } u;
-  
-}Target_Other_RAT_Notif_t;
+
+} Target_Other_RAT_Notif_t;
 
 typedef struct
 {
@@ -4036,7 +4054,7 @@
   guint8  PSC_Pattern_length;
   guint8  PSC_Pattern;
   gboolean PSC_Pattern_sense;
-}PSC_Pattern_t;
+} PSC_Pattern_t;
 
 typedef struct
 {
@@ -4044,33 +4062,33 @@
   guint16 PSC[32];
   guint8  PSC_Pattern_Count;
   PSC_Pattern_t PSC_Pattern[32];
-}PSC_Group_t;
+} PSC_Group_t;
 
 typedef struct
 {
   PSC_Group_t CSG_PSC_SPLIT;
   guint8      Count;
   guint8      UTRAN_FREQUENCY_INDEX[32];
-}ThreeG_CSG_Description_Body_t;
+} ThreeG_CSG_Description_Body_t;
 
 typedef struct
 {
   guint8  Count;
   ThreeG_CSG_Description_Body_t  ThreeG_CSG_Description_Body[32];
-}ThreeG_CSG_Description_t;
+} ThreeG_CSG_Description_t;
 
 typedef struct
 {
   PSC_Group_t CSG_PCI_SPLIT;
   guint8  Count;
   guint8  EUTRAN_FREQUENCY_INDEX[32];
-}EUTRAN_CSG_Description_Body_t;
+} EUTRAN_CSG_Description_Body_t;
 
 typedef struct
 {
   guint8  Count;
   EUTRAN_CSG_Description_Body_t EUTRAN_CSG_Description_Body[32];
-}EUTRAN_CSG_Description_t;
+} EUTRAN_CSG_Description_t;
 
 typedef struct
 {
@@ -4079,13 +4097,13 @@
   guint8    EUTRAN_FREQUENCY_INDEX_top;
   guint8    Count_EUTRAN_FREQUENCY_INDEX;
   guint8    EUTRAN_FREQUENCY_INDEX[32];
-  
+
   gboolean  existMeasurement_Control_UTRAN;
   gboolean  Measurement_Control_UTRAN;
   guint8    UTRAN_FREQUENCY_INDEX_top;
   guint8    Count_UTRAN_FREQUENCY_INDEX;
   guint8    UTRAN_FREQUENCY_INDEX[32];
-}Meas_Ctrl_Param_Desp_t;
+} Meas_Ctrl_Param_Desp_t;
 
 typedef struct
 {
@@ -4096,7 +4114,7 @@
   guint8    EUTRAN_QQUALMIN;
   gboolean existEUTRAN_RSRPmin;
   guint8    EUTRAN_RSRPmin;
-}Reselection_Based_On_RSRQ_t;
+} Reselection_Based_On_RSRQ_t;
 
 typedef struct
 {
@@ -4108,13 +4126,13 @@
     guint8           EUTRAN_Qmin;
     Reselection_Based_On_RSRQ_t Reselection_Based_On_RSRQ;
   } u;
-}Rept_EUTRAN_Enh_Cell_Resel_Param_t;
+} Rept_EUTRAN_Enh_Cell_Resel_Param_t;
 
 typedef struct
 {
   guint8 Count;
   Rept_EUTRAN_Enh_Cell_Resel_Param_t Repeated_EUTRAN_Enhanced_Cell_Reselection_Parameters[32];
-}Enh_Cell_Reselect_Param_Desp_t;
+} Enh_Cell_Reselect_Param_Desp_t;
 
 typedef struct
 {
@@ -4123,7 +4141,7 @@
   guint8     UTRAN_CSG_FDD_REPORTING_THRESHOLD_2;
   gboolean  existUTRAN_CSG_TDD_REPORTING_THRESHOLD;
   guint8     UTRAN_CSG_TDD_REPORTING_THRESHOLD;
-}UTRAN_CSG_Cells_Reporting_Desp_t;
+} UTRAN_CSG_Cells_Reporting_Desp_t;
 
 typedef struct
 {
@@ -4133,7 +4151,7 @@
   gboolean  existEUTRAN_CSG_TDD_REPORTING_THRESHOLD;
   guint8     EUTRAN_CSG_TDD_REPORTING_THRESHOLD;
   guint8     EUTRAN_CSG_TDD_REPORTING_THRESHOLD_2;
-}EUTRAN_CSG_Cells_Reporting_Desp_t;
+} EUTRAN_CSG_Cells_Reporting_Desp_t;
 
 typedef struct
 {
@@ -4141,33 +4159,33 @@
   UTRAN_CSG_Cells_Reporting_Desp_t UTRAN_CSG_Cells_Reporting_Description;
   gboolean  existEUTRAN_CSG_Cells_Reporting_Description;
   EUTRAN_CSG_Cells_Reporting_Desp_t EUTRAN_CSG_Cells_Reporting_Description;
-}CSG_Cells_Reporting_Desp_t;
+} CSG_Cells_Reporting_Desp_t;
 
 typedef struct
 {
   gboolean                       existEnhanced_Cell_Reselection_Parameters_Description;
   Enh_Cell_Reselect_Param_Desp_t  Enhanced_Cell_Reselection_Parameters_Description;
-  
+
   gboolean                       existCSG_Cells_Reporting_Description;
   CSG_Cells_Reporting_Desp_t      CSG_Cells_Reporting_Description;
-}PMO_AdditionsR9_t;
+} PMO_AdditionsR9_t;
 
 typedef struct
 {
   guint8 dummy;
-}Delete_All_Stored_Individual_Priorities_t;
+} Delete_All_Stored_Individual_Priorities_t;
 
 typedef struct
 {
   guint8  Count;
   guint16 FDD_ARFCN[32];
-}Individual_UTRAN_Priority_FDD_t;
+} Individual_UTRAN_Priority_FDD_t;
 
 typedef struct
 {
   guint8  Count;
   guint16 TDD_ARFCN[32];
-}Individual_UTRAN_Priority_TDD_t;
+} Individual_UTRAN_Priority_TDD_t;
 
 typedef struct
 {
@@ -4178,7 +4196,7 @@
     Individual_UTRAN_Priority_TDD_t Individual_UTRAN_Priority_TDD;
   } u;
   guint8 UTRAN_PRIORITY;
-}Repeated_Individual_UTRAN_Priority_Parameters_t;
+} Repeated_Individual_UTRAN_Priority_Parameters_t;
 
 typedef struct
 {
@@ -4186,14 +4204,14 @@
   guint8 DEFAULT_UTRAN_PRIORITY;
   guint8 Repeated_Individual_UTRAN_Priority_Parameters_Count;
   Repeated_Individual_UTRAN_Priority_Parameters_t Repeated_Individual_UTRAN_Priority_Parameters[32];
-}ThreeG_Individual_Priority_Parameters_Description_t;
+} ThreeG_Individual_Priority_Parameters_Description_t;
 
 typedef struct
 {
   guint8 Count;
   guint16 EARFCN[32];
   guint8 EUTRAN_PRIORITY;
-}Repeated_Individual_EUTRAN_Priority_Parameters_t;
+} Repeated_Individual_EUTRAN_Priority_Parameters_t;
 
 typedef struct
 {
@@ -4201,7 +4219,7 @@
   guint8 DEFAULT_EUTRAN_PRIORITY;
   guint8 Count;
   Repeated_Individual_EUTRAN_Priority_Parameters_t Repeated_Individual_EUTRAN_Priority_Parameters[32];
-}EUTRAN_Individual_Priority_Parameters_Description_t;
+} EUTRAN_Individual_Priority_Parameters_Description_t;
 
 typedef struct
 {
@@ -4212,7 +4230,7 @@
   EUTRAN_Individual_Priority_Parameters_Description_t EUTRAN_Individual_Priority_Parameters_Description;
   guint8 Exist_T3230_timeout_value;
   guint8 T3230_timeout_value;
-}Provide_Individual_Priorities_t;
+} Provide_Individual_Priorities_t;
 
 typedef struct
 {
@@ -4222,7 +4240,7 @@
     Delete_All_Stored_Individual_Priorities_t Delete_All_Stored_Individual_Priorities;
     Provide_Individual_Priorities_t Provide_Individual_Priorities;
   } u;
-}Individual_Priorities_t;
+} Individual_Priorities_t;
 
 typedef struct
 {
@@ -4375,7 +4393,7 @@
   EUTRAN_Target_Cell_t EUTRAN_Target_Cell;
   guint8 Exist_Individual_Priorities;
   Individual_Priorities_t Individual_Priorities;
-}Target_Cell_3G_AdditionsR8_t;
+} Target_Cell_3G_AdditionsR8_t;
 
 typedef struct
 {
@@ -4383,7 +4401,7 @@
   guint8 G_RNTI_Extention;
   guint8 Exist_AdditionsR8;
   Target_Cell_3G_AdditionsR8_t AdditionsR8;
-}Target_Cell_3G_AdditionsR5_t;
+} Target_Cell_3G_AdditionsR5_t;
 
 typedef struct
 {
@@ -4397,8 +4415,10 @@
   Target_Cell_3G_AdditionsR5_t AdditionsR5;
 } Target_Cell_3G_t;
 
+#if 0
 #define TARGET_CELL_GSM 0
 #define TARGET_CELL_3G 1
+#endif
 
 typedef struct
 {
@@ -4661,7 +4681,7 @@
   GlobalTimeslotDescription_UA_t GTD_UA;
   guint8 Exist_DownlinkTBF;
   DownlinkTBF_t DownlinkTBF;
-}PHO_EGPRS_t;
+} PHO_EGPRS_t;
 
 typedef struct
 {
@@ -4944,7 +4964,7 @@
     Packet_Cell_Change_Failure_t          Packet_Cell_Change_Failure;
     Packet_Control_Acknowledgement_t      Packet_Control_Acknowledgement;
     Packet_Downlink_Ack_Nack_t            Packet_Downlink_Ack_Nack;
-    EGPRS_PD_AckNack_t							Egprs_Packet_Downlink_Ack_Nack;
+    EGPRS_PD_AckNack_t                    Egprs_Packet_Downlink_Ack_Nack;
     Packet_Uplink_Dummy_Control_Block_t   Packet_Uplink_Dummy_Control_Block;
     Packet_Measurement_Report_t           Packet_Measurement_Report;
     Packet_Resource_Request_t             Packet_Resource_Request;
@@ -4953,8 +4973,8 @@
     Packet_Enh_Measurement_Report_t       Packet_Enh_Measurement_Report;
     Packet_Cell_Change_Notification_t     Packet_Cell_Change_Notification;
     Packet_SI_Status_t                    Packet_SI_Status;
-	Additional_MS_Rad_Access_Cap_t        Additional_MS_Rad_Access_Cap;
-	Packet_Pause_t                        Packet_Pause;
+	Additional_MS_Rad_Access_Cap_t    Additional_MS_Rad_Access_Cap;
+	Packet_Pause_t                    Packet_Pause;
   } u;
   gint16 NrOfBits;
 } RlcMacUplink_t;
@@ -5058,9 +5078,10 @@
   guint8 SI13_POSITION;
 } SI4_Rest_Octet_t;
 
+#if 0
 typedef SI4_Rest_Octet_t SI7_Rest_Octet_t;
 typedef SI4_Rest_Octet_t SI8_Rest_Octet_t;
-
+#endif
 
 /* SI6_RestOctet_t */
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/17041
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ia2e80664d293a2a95372213b4164c3e72259e0bb
Gerrit-Change-Number: 17041
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200128/b7605b6c/attachment.htm>


More information about the gerrit-log mailing list