blob: 59a28de5aaac59e719bb1f90ebe61d8cfdf59feb [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-CommonDataTypes"
4 * found in "../../asn1/ranap/RANAP-CommonDataTypes.asn"
5 */
6
7#ifndef _RANAP_PrivateIE_ID_H_
8#define _RANAP_PrivateIE_ID_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeInteger.h>
15#include <OBJECT_IDENTIFIER.h>
16#include <constr_CHOICE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum RANAP_PrivateIE_ID_PR {
24 RANAP_PrivateIE_ID_PR_NOTHING, /* No components present */
25 RANAP_PrivateIE_ID_PR_local,
26 RANAP_PrivateIE_ID_PR_global
27} RANAP_PrivateIE_ID_PR;
28
29/* RANAP_PrivateIE-ID */
30typedef struct RANAP_PrivateIE_ID {
31 RANAP_PrivateIE_ID_PR present;
32 union RANAP_PrivateIE_ID_u {
33 long local;
34 OBJECT_IDENTIFIER_t global;
35 } choice;
36
37 /* Context for parsing across buffer boundaries */
38 asn_struct_ctx_t _asn_ctx;
39} RANAP_PrivateIE_ID_t;
40
41/* Implementation */
42extern asn_TYPE_descriptor_t asn_DEF_RANAP_PrivateIE_ID;
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* _RANAP_PrivateIE_ID_H_ */
49#include <asn_internal.h>