[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / TAG-Config.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 _TAG_Config_H_
9 #define _TAG_Config_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "TAG-Id.h"
16 #include <asn_SEQUENCE_OF.h>
17 #include <constr_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Forward declarations */
25 struct TAG;
26
27 /* TAG-Config */
28 typedef struct TAG_Config {
29         struct TAG_Config__tag_ToReleaseList {
30                 A_SEQUENCE_OF(TAG_Id_t) list;
31                 
32                 /* Context for parsing across buffer boundaries */
33                 asn_struct_ctx_t _asn_ctx;
34         } *tag_ToReleaseList;
35         struct TAG_Config__tag_ToAddModList {
36                 A_SEQUENCE_OF(struct TAG) list;
37                 
38                 /* Context for parsing across buffer boundaries */
39                 asn_struct_ctx_t _asn_ctx;
40         } *tag_ToAddModList;
41         
42         /* Context for parsing across buffer boundaries */
43         asn_struct_ctx_t _asn_ctx;
44 } TAG_Config_t;
45
46 /* Implementation */
47 extern asn_TYPE_descriptor_t asn_DEF_TAG_Config;
48 extern asn_SEQUENCE_specifics_t asn_SPC_TAG_Config_specs_1;
49 extern asn_TYPE_member_t asn_MBR_TAG_Config_1[2];
50
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif  /* _TAG_Config_H_ */
56 #include <asn_internal.h>