[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / GapConfig.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 _GapConfig_H_
9 #define _GapConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <NativeEnumerated.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum GapConfig__mgl {
25         GapConfig__mgl_ms1dot5  = 0,
26         GapConfig__mgl_ms3      = 1,
27         GapConfig__mgl_ms3dot5  = 2,
28         GapConfig__mgl_ms4      = 3,
29         GapConfig__mgl_ms5dot5  = 4,
30         GapConfig__mgl_ms6      = 5
31 } e_GapConfig__mgl;
32 typedef enum GapConfig__mgrp {
33         GapConfig__mgrp_ms20    = 0,
34         GapConfig__mgrp_ms40    = 1,
35         GapConfig__mgrp_ms80    = 2,
36         GapConfig__mgrp_ms160   = 3
37 } e_GapConfig__mgrp;
38 typedef enum GapConfig__mgta {
39         GapConfig__mgta_ms0     = 0,
40         GapConfig__mgta_ms0dot25        = 1,
41         GapConfig__mgta_ms0dot5 = 2
42 } e_GapConfig__mgta;
43
44 /* GapConfig */
45 typedef struct GapConfig {
46         long     gapOffset;
47         long     mgl;
48         long     mgrp;
49         long     mgta;
50         /*
51          * This type is extensible,
52          * possible extensions are below.
53          */
54         
55         /* Context for parsing across buffer boundaries */
56         asn_struct_ctx_t _asn_ctx;
57 } GapConfig_t;
58
59 /* Implementation */
60 /* extern asn_TYPE_descriptor_t asn_DEF_mgl_3;  // (Use -fall-defs-global to expose) */
61 /* extern asn_TYPE_descriptor_t asn_DEF_mgrp_10;        // (Use -fall-defs-global to expose) */
62 /* extern asn_TYPE_descriptor_t asn_DEF_mgta_15;        // (Use -fall-defs-global to expose) */
63 extern asn_TYPE_descriptor_t asn_DEF_GapConfig;
64 extern asn_SEQUENCE_specifics_t asn_SPC_GapConfig_specs_1;
65 extern asn_TYPE_member_t asn_MBR_GapConfig_1[4];
66
67 #ifdef __cplusplus
68 }
69 #endif
70
71 #endif  /* _GapConfig_H_ */
72 #include <asn_internal.h>