[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / VictimSystemType.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-InterNodeDefinitions"
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 _VictimSystemType_H_
9 #define _VictimSystemType_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 VictimSystemType__gps {
24         VictimSystemType__gps_true      = 0
25 } e_VictimSystemType__gps;
26 typedef enum VictimSystemType__glonass {
27         VictimSystemType__glonass_true  = 0
28 } e_VictimSystemType__glonass;
29 typedef enum VictimSystemType__bds {
30         VictimSystemType__bds_true      = 0
31 } e_VictimSystemType__bds;
32 typedef enum VictimSystemType__galileo {
33         VictimSystemType__galileo_true  = 0
34 } e_VictimSystemType__galileo;
35 typedef enum VictimSystemType__wlan {
36         VictimSystemType__wlan_true     = 0
37 } e_VictimSystemType__wlan;
38 typedef enum VictimSystemType__bluetooth {
39         VictimSystemType__bluetooth_true        = 0
40 } e_VictimSystemType__bluetooth;
41
42 /* VictimSystemType */
43 typedef struct VictimSystemType {
44         long    *gps;   /* OPTIONAL */
45         long    *glonass;       /* OPTIONAL */
46         long    *bds;   /* OPTIONAL */
47         long    *galileo;       /* OPTIONAL */
48         long    *wlan;  /* OPTIONAL */
49         long    *bluetooth;     /* OPTIONAL */
50         
51         /* Context for parsing across buffer boundaries */
52         asn_struct_ctx_t _asn_ctx;
53 } VictimSystemType_t;
54
55 /* Implementation */
56 /* extern asn_TYPE_descriptor_t asn_DEF_gps_2;  // (Use -fall-defs-global to expose) */
57 /* extern asn_TYPE_descriptor_t asn_DEF_glonass_4;      // (Use -fall-defs-global to expose) */
58 /* extern asn_TYPE_descriptor_t asn_DEF_bds_6;  // (Use -fall-defs-global to expose) */
59 /* extern asn_TYPE_descriptor_t asn_DEF_galileo_8;      // (Use -fall-defs-global to expose) */
60 /* extern asn_TYPE_descriptor_t asn_DEF_wlan_10;        // (Use -fall-defs-global to expose) */
61 /* extern asn_TYPE_descriptor_t asn_DEF_bluetooth_12;   // (Use -fall-defs-global to expose) */
62 extern asn_TYPE_descriptor_t asn_DEF_VictimSystemType;
63 extern asn_SEQUENCE_specifics_t asn_SPC_VictimSystemType_specs_1;
64 extern asn_TYPE_member_t asn_MBR_VictimSystemType_1[6];
65
66 #ifdef __cplusplus
67 }
68 #endif
69
70 #endif  /* _VictimSystemType_H_ */
71 #include <asn_internal.h>