blob: 1e20feb6d2670632adfdeff5624dffa885f41e28 [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_M5Report_H_
8#define _RANAP_M5Report_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NULL.h>
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010015#include <osmocom/ranap/RANAP_M5-Period.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_M5Report_PR {
24 RANAP_M5Report_PR_NOTHING, /* No components present */
25 RANAP_M5Report_PR_when_available,
26 RANAP_M5Report_PR_m5_period,
27 /* Extensions may appear below */
28
29} RANAP_M5Report_PR;
30
31/* RANAP_M5Report */
32typedef struct RANAP_M5Report {
33 RANAP_M5Report_PR present;
34 union RANAP_M5Report_u {
35 NULL_t when_available;
36 RANAP_M5_Period_t m5_period;
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_M5Report_t;
46
47/* Implementation */
48extern asn_TYPE_descriptor_t asn_DEF_RANAP_M5Report;
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* _RANAP_M5Report_H_ */
55#include <asn_internal.h>