[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CarrierFreqEUTRA.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "./22April22_Paging/rrc_15.3_asn.asn1"
5  *      `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _CarrierFreqEUTRA_H_
9 #define _CarrierFreqEUTRA_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ARFCN-ValueEUTRA.h"
16 #include "EUTRA-AllowedMeasBandwidth.h"
17 #include "EUTRA-PresenceAntennaPort1.h"
18 #include "CellReselectionPriority.h"
19 #include "CellReselectionSubPriority.h"
20 #include "ReselectionThreshold.h"
21 #include <NativeInteger.h>
22 #include "ReselectionThresholdQ.h"
23 #include <constr_SEQUENCE.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 /* Forward declarations */
30 struct EUTRA_MultiBandInfoList;
31 struct EUTRA_FreqNeighCellList;
32 struct EUTRA_FreqBlackCellList;
33
34 /* CarrierFreqEUTRA */
35 typedef struct CarrierFreqEUTRA {
36         ARFCN_ValueEUTRA_t       carrierFreq;
37         struct EUTRA_MultiBandInfoList  *eutra_multiBandInfoList;       /* OPTIONAL */
38         struct EUTRA_FreqNeighCellList  *eutra_FreqNeighCellList;       /* OPTIONAL */
39         struct EUTRA_FreqBlackCellList  *eutra_BlackCellList;   /* OPTIONAL */
40         EUTRA_AllowedMeasBandwidth_t     allowedMeasBandwidth;
41         EUTRA_PresenceAntennaPort1_t     presenceAntennaPort1;
42         CellReselectionPriority_t       *cellReselectionPriority;       /* OPTIONAL */
43         CellReselectionSubPriority_t    *cellReselectionSubPriority;    /* OPTIONAL */
44         ReselectionThreshold_t   threshX_High;
45         ReselectionThreshold_t   threshX_Low;
46         long     q_RxLevMin;
47         long     q_QualMin;
48         long     p_MaxEUTRA;
49         struct CarrierFreqEUTRA__threshX_Q {
50                 ReselectionThresholdQ_t  threshX_HighQ;
51                 ReselectionThresholdQ_t  threshX_LowQ;
52                 
53                 /* Context for parsing across buffer boundaries */
54                 asn_struct_ctx_t _asn_ctx;
55         } *threshX_Q;
56         
57         /* Context for parsing across buffer boundaries */
58         asn_struct_ctx_t _asn_ctx;
59 } CarrierFreqEUTRA_t;
60
61 /* Implementation */
62 extern asn_TYPE_descriptor_t asn_DEF_CarrierFreqEUTRA;
63 extern asn_SEQUENCE_specifics_t asn_SPC_CarrierFreqEUTRA_specs_1;
64 extern asn_TYPE_member_t asn_MBR_CarrierFreqEUTRA_1[14];
65
66 #ifdef __cplusplus
67 }
68 #endif
69
70 #endif  /* _CarrierFreqEUTRA_H_ */
71 #include <asn_internal.h>