blob: b38126d59da302244ef419ca138486e9d05e38e1 [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
7#ifndef _RANAP_M2Report_H_
8#define _RANAP_M2Report_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010014#include <osmocom/ranap/RANAP_MDT-Report-Parameters.h>
15#include <osmocom/ranap/RANAP_Event1I-Parameters.h>
Harald Welteee091892015-09-10 10:22:03 +020016#include <constr_CHOICE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum RANAP_M2Report_PR {
24 RANAP_M2Report_PR_NOTHING, /* No components present */
25 RANAP_M2Report_PR_periodic,
26 RANAP_M2Report_PR_event1I,
27 /* Extensions may appear below */
28
29} RANAP_M2Report_PR;
30
31/* RANAP_M2Report */
32typedef struct RANAP_M2Report {
33 RANAP_M2Report_PR present;
34 union RANAP_M2Report_u {
35 RANAP_MDT_Report_Parameters_t periodic;
36 RANAP_Event1I_Parameters_t event1I;
37 /*
38 * This type is extensible,
39 * possible extensions are below.
40 */
41 } choice;
42
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
45} RANAP_M2Report_t;
46
47/* Implementation */
48extern asn_TYPE_descriptor_t asn_DEF_RANAP_M2Report;
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* _RANAP_M2Report_H_ */
55#include <asn_internal.h>