[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / RLC-BearerConfig.h
1 /*
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`
6  */
7
8 #ifndef _RLC_BearerConfig_H_
9 #define _RLC_BearerConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "LogicalChannelIdentity.h"
16 #include <NativeEnumerated.h>
17 #include "SRB-Identity.h"
18 #include "DRB-Identity.h"
19 #include <constr_CHOICE.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum RLC_BearerConfig__servedRadioBearer_PR {
28         RLC_BearerConfig__servedRadioBearer_PR_NOTHING, /* No components present */
29         RLC_BearerConfig__servedRadioBearer_PR_srb_Identity,
30         RLC_BearerConfig__servedRadioBearer_PR_drb_Identity
31 } RLC_BearerConfig__servedRadioBearer_PR;
32 typedef enum RLC_BearerConfig__reestablishRLC {
33         RLC_BearerConfig__reestablishRLC_true   = 0
34 } e_RLC_BearerConfig__reestablishRLC;
35
36 /* Forward declarations */
37 struct RLC_Config;
38 struct LogicalChannelConfig;
39
40 /* RLC-BearerConfig */
41 typedef struct RLC_BearerConfig {
42         LogicalChannelIdentity_t         logicalChannelIdentity;
43         struct RLC_BearerConfig__servedRadioBearer {
44                 RLC_BearerConfig__servedRadioBearer_PR present;
45                 union RLC_BearerConfig__servedRadioBearer_u {
46                         SRB_Identity_t   srb_Identity;
47                         DRB_Identity_t   drb_Identity;
48                 } choice;
49                 
50                 /* Context for parsing across buffer boundaries */
51                 asn_struct_ctx_t _asn_ctx;
52         } *servedRadioBearer;
53         long    *reestablishRLC;        /* OPTIONAL */
54         struct RLC_Config       *rlc_Config;    /* OPTIONAL */
55         struct LogicalChannelConfig     *mac_LogicalChannelConfig;      /* OPTIONAL */
56         /*
57          * This type is extensible,
58          * possible extensions are below.
59          */
60         
61         /* Context for parsing across buffer boundaries */
62         asn_struct_ctx_t _asn_ctx;
63 } RLC_BearerConfig_t;
64
65 /* Implementation */
66 /* extern asn_TYPE_descriptor_t asn_DEF_reestablishRLC_6;       // (Use -fall-defs-global to expose) */
67 extern asn_TYPE_descriptor_t asn_DEF_RLC_BearerConfig;
68 extern asn_SEQUENCE_specifics_t asn_SPC_RLC_BearerConfig_specs_1;
69 extern asn_TYPE_member_t asn_MBR_RLC_BearerConfig_1[5];
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _RLC_BearerConfig_H_ */
76 #include <asn_internal.h>