blob: f96d443b841b488506d6d07ae983af3d71f0f38b [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_M4Report_H_
8#define _RANAP_M4Report_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NULL.h>
Neels Hofmeyrb0429372016-01-04 15:30:51 +010015#include <osmocom/osmo-iuh/ranap/RANAP_M4-Collection-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_M4Report_PR {
24 RANAP_M4Report_PR_NOTHING, /* No components present */
25 RANAP_M4Report_PR_all,
26 RANAP_M4Report_PR_m4_collection_parameters,
27 /* Extensions may appear below */
28
29} RANAP_M4Report_PR;
30
31/* RANAP_M4Report */
32typedef struct RANAP_M4Report {
33 RANAP_M4Report_PR present;
34 union RANAP_M4Report_u {
35 NULL_t all;
36 RANAP_M4_Collection_Parameters_t m4_collection_parameters;
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_M4Report_t;
46
47/* Implementation */
48extern asn_TYPE_descriptor_t asn_DEF_RANAP_M4Report;
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* _RANAP_M4Report_H_ */
55#include <asn_internal.h>