[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / SecurityConfig.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 _SecurityConfig_H_
9 #define _SecurityConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum SecurityConfig__keyToUse {
24         SecurityConfig__keyToUse_master = 0,
25         SecurityConfig__keyToUse_secondary      = 1
26 } e_SecurityConfig__keyToUse;
27
28 /* Forward declarations */
29 struct SecurityAlgorithmConfig;
30
31 /* SecurityConfig */
32 typedef struct SecurityConfig {
33         struct SecurityAlgorithmConfig  *securityAlgorithmConfig;       /* OPTIONAL */
34         long    *keyToUse;      /* OPTIONAL */
35         /*
36          * This type is extensible,
37          * possible extensions are below.
38          */
39         
40         /* Context for parsing across buffer boundaries */
41         asn_struct_ctx_t _asn_ctx;
42 } SecurityConfig_t;
43
44 /* Implementation */
45 /* extern asn_TYPE_descriptor_t asn_DEF_keyToUse_3;     // (Use -fall-defs-global to expose) */
46 extern asn_TYPE_descriptor_t asn_DEF_SecurityConfig;
47 extern asn_SEQUENCE_specifics_t asn_SPC_SecurityConfig_specs_1;
48 extern asn_TYPE_member_t asn_MBR_SecurityConfig_1[2];
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _SecurityConfig_H_ */
55 #include <asn_internal.h>