[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / RRCReconfiguration-v1530-IEs.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 _RRCReconfiguration_v1530_IEs_H_
9 #define _RRCReconfiguration_v1530_IEs_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <OCTET_STRING.h>
16 #include <NativeEnumerated.h>
17 #include "DedicatedNAS-Message.h"
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum RRCReconfiguration_v1530_IEs__fullConfig {
28         RRCReconfiguration_v1530_IEs__fullConfig_true   = 0
29 } e_RRCReconfiguration_v1530_IEs__fullConfig;
30
31 /* Forward declarations */
32 struct MasterKeyUpdate;
33 struct OtherConfig;
34
35 /* RRCReconfiguration-v1530-IEs */
36 typedef struct RRCReconfiguration_v1530_IEs {
37         OCTET_STRING_t  *masterCellGroup;       /* OPTIONAL */
38         long    *fullConfig;    /* OPTIONAL */
39         struct RRCReconfiguration_v1530_IEs__dedicatedNAS_MessageList {
40                 A_SEQUENCE_OF(DedicatedNAS_Message_t) list;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } *dedicatedNAS_MessageList;
45         struct MasterKeyUpdate  *masterKeyUpdate;       /* OPTIONAL */
46         OCTET_STRING_t  *dedicatedSIB1_Delivery;        /* OPTIONAL */
47         OCTET_STRING_t  *dedicatedSystemInformationDelivery;    /* OPTIONAL */
48         struct OtherConfig      *otherConfig;   /* OPTIONAL */
49         struct RRCReconfiguration_v1530_IEs__nonCriticalExtension {
50                 
51                 /* Context for parsing across buffer boundaries */
52                 asn_struct_ctx_t _asn_ctx;
53         } *nonCriticalExtension;
54         
55         /* Context for parsing across buffer boundaries */
56         asn_struct_ctx_t _asn_ctx;
57 } RRCReconfiguration_v1530_IEs_t;
58
59 /* Implementation */
60 /* extern asn_TYPE_descriptor_t asn_DEF_fullConfig_3;   // (Use -fall-defs-global to expose) */
61 extern asn_TYPE_descriptor_t asn_DEF_RRCReconfiguration_v1530_IEs;
62 extern asn_SEQUENCE_specifics_t asn_SPC_RRCReconfiguration_v1530_IEs_specs_1;
63 extern asn_TYPE_member_t asn_MBR_RRCReconfiguration_v1530_IEs_1[8];
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _RRCReconfiguration_v1530_IEs_H_ */
70 #include <asn_internal.h>