blob: d538daa063e692ef5f2c484913ee3e53ad13fa85 [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_MDTAreaScope_H_
8#define _RANAP_MDTAreaScope_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include "RANAP_CellBased.h"
15#include "RANAP_LABased.h"
16#include "RANAP_RABased.h"
17#include <NULL.h>
18#include <constr_CHOICE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum RANAP_MDTAreaScope_PR {
26 RANAP_MDTAreaScope_PR_NOTHING, /* No components present */
27 RANAP_MDTAreaScope_PR_cellbased,
28 RANAP_MDTAreaScope_PR_labased,
29 RANAP_MDTAreaScope_PR_rabased,
30 RANAP_MDTAreaScope_PR_plmn_area_based,
31 /* Extensions may appear below */
32
33} RANAP_MDTAreaScope_PR;
34
35/* RANAP_MDTAreaScope */
36typedef struct RANAP_MDTAreaScope {
37 RANAP_MDTAreaScope_PR present;
38 union RANAP_MDTAreaScope_u {
39 RANAP_CellBased_t cellbased;
40 RANAP_LABased_t labased;
41 RANAP_RABased_t rabased;
42 NULL_t plmn_area_based;
43 /*
44 * This type is extensible,
45 * possible extensions are below.
46 */
47 } choice;
48
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51} RANAP_MDTAreaScope_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_RANAP_MDTAreaScope;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _RANAP_MDTAreaScope_H_ */
61#include <asn_internal.h>