2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _BandParameters_H_
9 #define _BandParameters_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "FreqBandIndicatorEUTRA.h"
16 #include "CA-BandwidthClassEUTRA.h"
17 #include <constr_SEQUENCE.h>
18 #include "FreqBandIndicatorNR.h"
19 #include "CA-BandwidthClassNR.h"
20 #include <constr_CHOICE.h>
27 typedef enum BandParameters_PR {
28 BandParameters_PR_NOTHING, /* No components present */
29 BandParameters_PR_eutra,
34 typedef struct BandParameters {
35 BandParameters_PR present;
36 union BandParameters_u {
37 struct BandParameters__eutra {
38 FreqBandIndicatorEUTRA_t bandEUTRA;
39 CA_BandwidthClassEUTRA_t *ca_BandwidthClassDL_EUTRA; /* OPTIONAL */
40 CA_BandwidthClassEUTRA_t *ca_BandwidthClassUL_EUTRA; /* OPTIONAL */
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
45 struct BandParameters__nr {
46 FreqBandIndicatorNR_t bandNR;
47 CA_BandwidthClassNR_t *ca_BandwidthClassDL_NR; /* OPTIONAL */
48 CA_BandwidthClassNR_t *ca_BandwidthClassUL_NR; /* OPTIONAL */
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
55 /* Context for parsing across buffer boundaries */
56 asn_struct_ctx_t _asn_ctx;
60 extern asn_TYPE_descriptor_t asn_DEF_BandParameters;
61 extern asn_CHOICE_specifics_t asn_SPC_BandParameters_specs_1;
62 extern asn_TYPE_member_t asn_MBR_BandParameters_1[2];
63 extern asn_per_constraints_t asn_PER_type_BandParameters_constr_1;
69 #endif /* _BandParameters_H_ */
70 #include <asn_internal.h>