blob: 1b829a6cffd07421b0ae7d66d03daa79988ea3b2 [file] [log] [blame]
Ron Shacham0eba05c2020-05-08 15:13:19 -04001/*
Ron Shacham0eba05c2020-05-08 15:13:19 -04002 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-IEs"
Ron Shacham5c3fd8f2020-06-03 11:18:22 -04004 * found in "/home/rshacham/e2ap-v01.00.00.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D .`
Ron Shacham0eba05c2020-05-08 15:13:19 -04006 */
7
8#ifndef _Cause_H_
9#define _Cause_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "CauseRIC.h"
16#include "CauseRICservice.h"
17#include "CauseTransport.h"
18#include "CauseProtocol.h"
19#include "CauseMisc.h"
20#include "constr_CHOICE.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26/* Dependencies */
27typedef enum Cause_PR {
28 Cause_PR_NOTHING, /* No components present */
29 Cause_PR_ricRequest,
30 Cause_PR_ricService,
31 Cause_PR_transport,
32 Cause_PR_protocol,
33 Cause_PR_misc
34 /* Extensions may appear below */
35
36} Cause_PR;
37
38/* Cause */
39typedef struct Cause {
40 Cause_PR present;
41 union Cause_u {
42 CauseRIC_t ricRequest;
43 CauseRICservice_t ricService;
44 CauseTransport_t transport;
45 CauseProtocol_t protocol;
46 CauseMisc_t misc;
47 /*
48 * This type is extensible,
49 * possible extensions are below.
50 */
51 } choice;
52
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
55} Cause_t;
56
57/* Implementation */
58extern asn_TYPE_descriptor_t asn_DEF_Cause;
59extern asn_CHOICE_specifics_t asn_SPC_Cause_specs_1;
60extern asn_TYPE_member_t asn_MBR_Cause_1[5];
61extern asn_per_constraints_t asn_PER_type_Cause_constr_1;
62
63#ifdef __cplusplus
64}
65#endif
66
67#endif /* _Cause_H_ */
68#include "asn_internal.h"