2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "../../../rrc_15.3_asn.asn1"
5 * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _CarrierFreqEUTRA_H_
9 #define _CarrierFreqEUTRA_H_
12 #include <asn_application.h>
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>
29 /* Forward declarations */
30 struct EUTRA_MultiBandInfoList;
31 struct EUTRA_FreqNeighCellList;
32 struct EUTRA_FreqBlackCellList;
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;
49 struct CarrierFreqEUTRA__threshX_Q {
50 ReselectionThresholdQ_t threshX_HighQ;
51 ReselectionThresholdQ_t threshX_LowQ;
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
57 /* Context for parsing across buffer boundaries */
58 asn_struct_ctx_t _asn_ctx;
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];
70 #endif /* _CarrierFreqEUTRA_H_ */
71 #include <asn_internal.h>