blob: cc7c3104689b7eed765b1ff8a2fcb56cb5aef4aa [file] [log] [blame]
Harald Welte019830c2015-09-10 10:20:56 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RUA-CommonDataTypes"
4 * found in "../../asn1/rua/RUA-CommonDataTypes.asn"
5 */
6
7#ifndef _RUA_PrivateIE_ID_H_
8#define _RUA_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 RUA_PrivateIE_ID_PR {
24 RUA_PrivateIE_ID_PR_NOTHING, /* No components present */
25 RUA_PrivateIE_ID_PR_local,
26 RUA_PrivateIE_ID_PR_global
27} RUA_PrivateIE_ID_PR;
28
29/* RUA_PrivateIE-ID */
30typedef struct RUA_PrivateIE_ID {
31 RUA_PrivateIE_ID_PR present;
32 union RUA_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} RUA_PrivateIE_ID_t;
40
41/* Implementation */
42extern asn_TYPE_descriptor_t asn_DEF_RUA_PrivateIE_ID;
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* _RUA_PrivateIE_ID_H_ */
49#include <asn_internal.h>