aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/rua/RUA_IntraDomainNasNodeSelector.h
blob: 78c88e7816407dc86c89ea78550e3120314339d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*
 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
 * From ASN.1 module "RUA-IEs"
 * 	found in "../../asn1/rua/RUA-IEs.asn"
 * 	`asn1c -R -fcompound-names`
 */

#ifndef	_RUA_IntraDomainNasNodeSelector_H_
#define	_RUA_IntraDomainNasNodeSelector_H_


#include <asn_application.h>

/* Including external dependencies */
#include <osmocom/rua/RUA_Gsm-map-IDNNS.h>
#include <osmocom/rua/RUA_Ansi-41-IDNNS.h>
#include <constr_CHOICE.h>
#include <constr_SEQUENCE.h>
#include <BIT_STRING.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum RUA_IntraDomainNasNodeSelector__version_PR {
	RUA_IntraDomainNasNodeSelector__version_PR_NOTHING,	/* No components present */
	RUA_IntraDomainNasNodeSelector__version_PR_release99,
	RUA_IntraDomainNasNodeSelector__version_PR_later
} RUA_IntraDomainNasNodeSelector__version_PR;
typedef enum RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_PR {
	RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_PR_NOTHING,	/* No components present */
	RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_PR_gsm_Map_IDNNS,
	RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_PR_ansi_41_IDNNS
} RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_PR;

/* RUA_IntraDomainNasNodeSelector */
typedef struct RUA_IntraDomainNasNodeSelector {
	struct RUA_IntraDomainNasNodeSelector__version {
		RUA_IntraDomainNasNodeSelector__version_PR present;
		union RUA_IntraDomainNasNodeSelector__version_u {
			struct RUA_IntraDomainNasNodeSelector__version__release99 {
				struct RUA_IntraDomainNasNodeSelector__version__release99__cn_Type {
					RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_PR present;
					union RUA_IntraDomainNasNodeSelector__version__release99__cn_Type_u {
						RUA_Gsm_map_IDNNS_t	 gsm_Map_IDNNS;
						RUA_Ansi_41_IDNNS_t	 ansi_41_IDNNS;
					} choice;
					
					/* Context for parsing across buffer boundaries */
					asn_struct_ctx_t _asn_ctx;
				} cn_Type;
				
				/* Context for parsing across buffer boundaries */
				asn_struct_ctx_t _asn_ctx;
			} release99;
			struct RUA_IntraDomainNasNodeSelector__version__later {
				BIT_STRING_t	 futurecoding;
				
				/* Context for parsing across buffer boundaries */
				asn_struct_ctx_t _asn_ctx;
			} later;
		} choice;
		
		/* Context for parsing across buffer boundaries */
		asn_struct_ctx_t _asn_ctx;
	} version;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} RUA_IntraDomainNasNodeSelector_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_RUA_IntraDomainNasNodeSelector;

#ifdef __cplusplus
}
#endif

#endif	/* _RUA_IntraDomainNasNodeSelector_H_ */
#include <asn_internal.h>