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`
8 #ifndef _MeasResultEUTRA_H_
9 #define _MeasResultEUTRA_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "PhysCellId.h"
16 #include "MeasQuantityResultsEUTRA.h"
17 #include "FreqBandIndicatorEUTRA.h"
18 #include <NativeEnumerated.h>
19 #include "CellAccessRelatedInfo-EUTRA-EPC.h"
20 #include <asn_SEQUENCE_OF.h>
21 #include <constr_SEQUENCE_OF.h>
22 #include <constr_SEQUENCE.h>
29 typedef enum MeasResultEUTRA__cgi_Info__freqBandIndicatorPriority {
30 MeasResultEUTRA__cgi_Info__freqBandIndicatorPriority_true = 0
31 } e_MeasResultEUTRA__cgi_Info__freqBandIndicatorPriority;
33 /* Forward declarations */
34 struct MultiBandInfoListEUTRA;
35 struct CellAccessRelatedInfo_EUTRA_EPC;
36 struct CellAccessRelatedInfo_EUTRA_5GC;
39 typedef struct MeasResultEUTRA {
40 PhysCellId_t eutra_PhysCellId;
41 MeasQuantityResultsEUTRA_t measResult;
42 struct MeasResultEUTRA__cgi_Info {
43 struct MeasResultEUTRA__cgi_Info__cgi_info_EPC {
44 CellAccessRelatedInfo_EUTRA_EPC_t cgi_info_EPC_legacy;
45 struct MeasResultEUTRA__cgi_Info__cgi_info_EPC__cgi_info_EPC_list {
46 A_SEQUENCE_OF(struct CellAccessRelatedInfo_EUTRA_EPC) list;
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
55 struct MeasResultEUTRA__cgi_Info__cgi_info_5GC {
56 A_SEQUENCE_OF(struct CellAccessRelatedInfo_EUTRA_5GC) list;
58 /* Context for parsing across buffer boundaries */
59 asn_struct_ctx_t _asn_ctx;
61 FreqBandIndicatorEUTRA_t freqBandIndicator;
62 struct MultiBandInfoListEUTRA *multiBandInfoList; /* OPTIONAL */
63 long *freqBandIndicatorPriority; /* OPTIONAL */
65 /* Context for parsing across buffer boundaries */
66 asn_struct_ctx_t _asn_ctx;
69 * This type is extensible,
70 * possible extensions are below.
73 /* Context for parsing across buffer boundaries */
74 asn_struct_ctx_t _asn_ctx;
78 /* extern asn_TYPE_descriptor_t asn_DEF_freqBandIndicatorPriority_13; // (Use -fall-defs-global to expose) */
79 extern asn_TYPE_descriptor_t asn_DEF_MeasResultEUTRA;
80 extern asn_SEQUENCE_specifics_t asn_SPC_MeasResultEUTRA_specs_1;
81 extern asn_TYPE_member_t asn_MBR_MeasResultEUTRA_1[3];
87 #endif /* _MeasResultEUTRA_H_ */
88 #include <asn_internal.h>