[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PLMN-IdentityInfo.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_IdentityInfo_H_
9 #define _PLMN_IdentityInfo_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "TrackingAreaCode.h"
16 #include "RAN-AreaCode.h"
17 #include "CellIdentity.h"
18 #include <NativeEnumerated.h>
19 #include <asn_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE_OF.h>
21 #include <constr_SEQUENCE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum PLMN_IdentityInfo__cellReservedForOperatorUse {
29         PLMN_IdentityInfo__cellReservedForOperatorUse_reserved  = 0,
30         PLMN_IdentityInfo__cellReservedForOperatorUse_notReserved       = 1
31 } e_PLMN_IdentityInfo__cellReservedForOperatorUse;
32
33 /* Forward declarations */
34 struct PLMN_IdentitY;
35
36 /* PLMN-IdentityInfo */
37 typedef struct PLMN_IdentityInfo {
38         struct PLMN_IdentityInfo__plmn_IdentityList {
39                 A_SEQUENCE_OF(struct PLMN_IdentitY) list;
40                 
41                 /* Context for parsing across buffer boundaries */
42                 asn_struct_ctx_t _asn_ctx;
43         } plmn_IdentityList;
44         TrackingAreaCode_t      *trackingAreaCode;      /* OPTIONAL */
45         RAN_AreaCode_t  *ranac; /* OPTIONAL */
46         CellIdentity_t   cellIdentity;
47         long     cellReservedForOperatorUse;
48         /*
49          * This type is extensible,
50          * possible extensions are below.
51          */
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } PLMN_IdentityInfo_t;
56
57 /* Implementation */
58 /* extern asn_TYPE_descriptor_t asn_DEF_cellReservedForOperatorUse_7;   // (Use -fall-defs-global to expose) */
59 extern asn_TYPE_descriptor_t asn_DEF_PLMN_IdentityInfo;
60 extern asn_SEQUENCE_specifics_t asn_SPC_PLMN_IdentityInfo_specs_1;
61 extern asn_TYPE_member_t asn_MBR_PLMN_IdentityInfo_1[5];
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _PLMN_IdentityInfo_H_ */
68 #include <asn_internal.h>