blob: 15dd8819d9d7a3a067dd841f1a567c16be0ea3c6 [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_RAListofIdleModeUEs_H_
8#define _RANAP_RAListofIdleModeUEs_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_NotEmptyRAListofIdleModeUEs.h>
Harald Welteee091892015-09-10 10:22:03 +020015#include <NativeEnumerated.h>
16#include <constr_CHOICE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum RANAP_RAListofIdleModeUEs_PR {
24 RANAP_RAListofIdleModeUEs_PR_NOTHING, /* No components present */
25 RANAP_RAListofIdleModeUEs_PR_notEmptyRAListofIdleModeUEs,
26 RANAP_RAListofIdleModeUEs_PR_emptyFullRAListofIdleModeUEs,
27 /* Extensions may appear below */
28
29} RANAP_RAListofIdleModeUEs_PR;
30typedef enum emptyFullRAListofIdleModeUEs {
31 emptyFullRAListofIdleModeUEs_emptylist = 0,
32 emptyFullRAListofIdleModeUEs_fulllist = 1
33 /*
34 * Enumeration is extensible
35 */
36} e_emptyFullRAListofIdleModeUEs;
37
38/* RANAP_RAListofIdleModeUEs */
39typedef struct RANAP_RAListofIdleModeUEs {
40 RANAP_RAListofIdleModeUEs_PR present;
41 union RANAP_RAListofIdleModeUEs_u {
42 RANAP_NotEmptyRAListofIdleModeUEs_t notEmptyRAListofIdleModeUEs;
43 long emptyFullRAListofIdleModeUEs;
44 /*
45 * This type is extensible,
46 * possible extensions are below.
47 */
48 } choice;
49
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
52} RANAP_RAListofIdleModeUEs_t;
53
54/* Implementation */
55/* extern asn_TYPE_descriptor_t asn_DEF_emptyFullRAListofIdleModeUEs_3; // (Use -fall-defs-global to expose) */
56extern asn_TYPE_descriptor_t asn_DEF_RANAP_RAListofIdleModeUEs;
57
58#ifdef __cplusplus
59}
60#endif
61
62#endif /* _RANAP_RAListofIdleModeUEs_H_ */
63#include <asn_internal.h>