68875e476dbe3d1ee4c17cd2613986e814be8ff1
[o-du/l2.git] / src / codec_utils / F1AP / ResetType.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-PDU-Contents"
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 _ResetType_H_
9 #define _ResetType_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ResetAll.h"
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum ResetType_PR {
24         ResetType_PR_NOTHING,   /* No components present */
25         ResetType_PR_f1_Interface,
26         ResetType_PR_partOfF1_Interface,
27         ResetType_PR_choice_extension
28 } ResetType_PR;
29
30 /* Forward declarations */
31 struct UE_associatedLogicalF1_ConnectionListRes;
32 struct ProtocolIE_SingleContainer;
33
34 /* ResetType */
35 typedef struct ResetType {
36         ResetType_PR present;
37         union ResetType_u {
38                 ResetAll_t       f1_Interface;
39                 struct UE_associatedLogicalF1_ConnectionListRes *partOfF1_Interface;
40                 struct ProtocolIE_SingleContainer       *choice_extension;
41         } choice;
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } ResetType_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_ResetType;
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _ResetType_H_ */
55 #include <asn_internal.h>