[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / RLC-Parameters.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_Parameters_H_
9 #define _RLC_Parameters_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum RLC_Parameters__am_WithShortSN {
24         RLC_Parameters__am_WithShortSN_supported        = 0
25 } e_RLC_Parameters__am_WithShortSN;
26 typedef enum RLC_Parameters__um_WithShortSN {
27         RLC_Parameters__um_WithShortSN_supported        = 0
28 } e_RLC_Parameters__um_WithShortSN;
29 typedef enum RLC_Parameters__um_WithLongSN {
30         RLC_Parameters__um_WithLongSN_supported = 0
31 } e_RLC_Parameters__um_WithLongSN;
32
33 /* RLC-Parameters */
34 typedef struct RLC_Parameters {
35         long    *am_WithShortSN;        /* OPTIONAL */
36         long    *um_WithShortSN;        /* OPTIONAL */
37         long    *um_WithLongSN; /* OPTIONAL */
38         /*
39          * This type is extensible,
40          * possible extensions are below.
41          */
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } RLC_Parameters_t;
46
47 /* Implementation */
48 /* extern asn_TYPE_descriptor_t asn_DEF_am_WithShortSN_2;       // (Use -fall-defs-global to expose) */
49 /* extern asn_TYPE_descriptor_t asn_DEF_um_WithShortSN_4;       // (Use -fall-defs-global to expose) */
50 /* extern asn_TYPE_descriptor_t asn_DEF_um_WithLongSN_6;        // (Use -fall-defs-global to expose) */
51 extern asn_TYPE_descriptor_t asn_DEF_RLC_Parameters;
52 extern asn_SEQUENCE_specifics_t asn_SPC_RLC_Parameters_specs_1;
53 extern asn_TYPE_member_t asn_MBR_RLC_Parameters_1[3];
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _RLC_Parameters_H_ */
60 #include <asn_internal.h>