[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / FrequencyInfoUL-SIB.h
1 /*
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`
6  */
7
8 #ifndef _FrequencyInfoUL_SIB_H_
9 #define _FrequencyInfoUL_SIB_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ARFCN-ValueNR.h"
16 #include "P-Max.h"
17 #include <NativeEnumerated.h>
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum FrequencyInfoUL_SIB__frequencyShift7p5khz {
28         FrequencyInfoUL_SIB__frequencyShift7p5khz_true  = 0
29 } e_FrequencyInfoUL_SIB__frequencyShift7p5khz;
30
31 /* Forward declarations */
32 struct MultiFrequencyBandListNR_SIB;
33 struct SCS_SpecificCarrier;
34
35 /* FrequencyInfoUL-SIB */
36 typedef struct FrequencyInfoUL_SIB {
37         struct MultiFrequencyBandListNR_SIB     *frequencyBandList;     /* OPTIONAL */
38         ARFCN_ValueNR_t *absoluteFrequencyPointA;       /* OPTIONAL */
39         struct FrequencyInfoUL_SIB__scs_SpecificCarrierList {
40                 A_SEQUENCE_OF(struct SCS_SpecificCarrier) list;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } scs_SpecificCarrierList;
45         P_Max_t *p_Max; /* OPTIONAL */
46         long    *frequencyShift7p5khz;  /* OPTIONAL */
47         /*
48          * This type is extensible,
49          * possible extensions are below.
50          */
51         
52         /* Context for parsing across buffer boundaries */
53         asn_struct_ctx_t _asn_ctx;
54 } FrequencyInfoUL_SIB_t;
55
56 /* Implementation */
57 /* extern asn_TYPE_descriptor_t asn_DEF_frequencyShift7p5khz_7; // (Use -fall-defs-global to expose) */
58 extern asn_TYPE_descriptor_t asn_DEF_FrequencyInfoUL_SIB;
59 extern asn_SEQUENCE_specifics_t asn_SPC_FrequencyInfoUL_SIB_specs_1;
60 extern asn_TYPE_member_t asn_MBR_FrequencyInfoUL_SIB_1[5];
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _FrequencyInfoUL_SIB_H_ */
67 #include <asn_internal.h>