[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / EUTRA-ParametersCommon.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 _EUTRA_ParametersCommon_H_
9 #define _EUTRA_ParametersCommon_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <BIT_STRING.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum EUTRA_ParametersCommon__mfbi_EUTRA {
25         EUTRA_ParametersCommon__mfbi_EUTRA_supported    = 0
26 } e_EUTRA_ParametersCommon__mfbi_EUTRA;
27 typedef enum EUTRA_ParametersCommon__multiNS_Pmax_EUTRA {
28         EUTRA_ParametersCommon__multiNS_Pmax_EUTRA_supported    = 0
29 } e_EUTRA_ParametersCommon__multiNS_Pmax_EUTRA;
30 typedef enum EUTRA_ParametersCommon__rs_SINR_MeasEUTRA {
31         EUTRA_ParametersCommon__rs_SINR_MeasEUTRA_supported     = 0
32 } e_EUTRA_ParametersCommon__rs_SINR_MeasEUTRA;
33
34 /* EUTRA-ParametersCommon */
35 typedef struct EUTRA_ParametersCommon {
36         long    *mfbi_EUTRA;    /* OPTIONAL */
37         BIT_STRING_t    *modifiedMPR_BehaviorEUTRA;     /* OPTIONAL */
38         long    *multiNS_Pmax_EUTRA;    /* OPTIONAL */
39         long    *rs_SINR_MeasEUTRA;     /* OPTIONAL */
40         /*
41          * This type is extensible,
42          * possible extensions are below.
43          */
44         
45         /* Context for parsing across buffer boundaries */
46         asn_struct_ctx_t _asn_ctx;
47 } EUTRA_ParametersCommon_t;
48
49 /* Implementation */
50 /* extern asn_TYPE_descriptor_t asn_DEF_mfbi_EUTRA_2;   // (Use -fall-defs-global to expose) */
51 /* extern asn_TYPE_descriptor_t asn_DEF_multiNS_Pmax_EUTRA_5;   // (Use -fall-defs-global to expose) */
52 /* extern asn_TYPE_descriptor_t asn_DEF_rs_SINR_MeasEUTRA_7;    // (Use -fall-defs-global to expose) */
53 extern asn_TYPE_descriptor_t asn_DEF_EUTRA_ParametersCommon;
54 extern asn_SEQUENCE_specifics_t asn_SPC_EUTRA_ParametersCommon_specs_1;
55 extern asn_TYPE_member_t asn_MBR_EUTRA_ParametersCommon_1[4];
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _EUTRA_ParametersCommon_H_ */
62 #include <asn_internal.h>