c0cdd7290271870b7057e49a1f11f176231f570d
[o-du/l2.git] / src / codec_utils / F1AP / PrivateIE-Field.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-Containers"
4  *      found in "F1.asn1"
5  *      `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _PrivateIE_Field_H_
9 #define _PrivateIE_Field_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PrivateIE-ID.h"
16 #include "Criticality.h"
17 #include <ANY.h>
18 #include <asn_ioc.h>
19 #include <OPEN_TYPE.h>
20 #include <constr_CHOICE.h>
21 #include <constr_SEQUENCE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum PrivateMessage_IEs__value_PR {
29         PrivateMessage_IEs__value_PR_NOTHING    /* No components present */
30         
31 } PrivateMessage_IEs__value_PR;
32
33 /* PrivateIE-Field */
34 typedef struct PrivateMessage_IEs {
35         PrivateIE_ID_t   id;
36         Criticality_t    criticality;
37         struct PrivateMessage_IEs__value {
38                 PrivateMessage_IEs__value_PR present;
39                 union PrivateMessage_IEs__value_u {
40                 } choice;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } value;
45         
46         /* Context for parsing across buffer boundaries */
47         asn_struct_ctx_t _asn_ctx;
48 } PrivateMessage_IEs_t;
49
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_PrivateMessage_IEs;
52 extern asn_SEQUENCE_specifics_t asn_SPC_PrivateMessage_IEs_specs_1;
53 extern asn_TYPE_member_t asn_MBR_PrivateMessage_IEs_1[3];
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _PrivateIE_Field_H_ */
60 #include <asn_internal.h>