[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PLMN-Identity-EUTRA-5GC.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 _PLMN_Identity_EUTRA_5GC_H_
9 #define _PLMN_Identity_EUTRA_5GC_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum PLMN_Identity_EUTRA_5GC_PR {
24         PLMN_Identity_EUTRA_5GC_PR_NOTHING,     /* No components present */
25         PLMN_Identity_EUTRA_5GC_PR_plmn_Identity_EUTRA_5GC,
26         PLMN_Identity_EUTRA_5GC_PR_plmn_index
27 } PLMN_Identity_EUTRA_5GC_PR;
28
29 /* Forward declarations */
30 struct PLMN_IdentitY;
31
32 /* PLMN-Identity-EUTRA-5GC */
33 typedef struct PLMN_Identity_EUTRA_5GC {
34         PLMN_Identity_EUTRA_5GC_PR present;
35         union PLMN_Identity_EUTRA_5GC_u {
36                 struct PLMN_IdentitY    *plmn_Identity_EUTRA_5GC;
37                 long     plmn_index;
38         } choice;
39         
40         /* Context for parsing across buffer boundaries */
41         asn_struct_ctx_t _asn_ctx;
42 } PLMN_Identity_EUTRA_5GC_t;
43
44 /* Implementation */
45 extern asn_TYPE_descriptor_t asn_DEF_PLMN_Identity_EUTRA_5GC;
46 extern asn_CHOICE_specifics_t asn_SPC_PLMN_Identity_EUTRA_5GC_specs_1;
47 extern asn_TYPE_member_t asn_MBR_PLMN_Identity_EUTRA_5GC_1[2];
48 extern asn_per_constraints_t asn_PER_type_PLMN_Identity_EUTRA_5GC_constr_1;
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _PLMN_Identity_EUTRA_5GC_H_ */
55 #include <asn_internal.h>