blob: fa8a82fd10d9d731762541f5a95dadd6fb5a76cc [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_TargetID_H_
8#define _RANAP_TargetID_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_TargetRNC-ID.h>
15#include <osmocom/ranap/RANAP_CGI.h>
16#include <osmocom/ranap/RANAP_TargetENB-ID.h>
Harald Welteee091892015-09-10 10:22:03 +020017#include <constr_CHOICE.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum RANAP_TargetID_PR {
25 RANAP_TargetID_PR_NOTHING, /* No components present */
26 RANAP_TargetID_PR_targetRNC_ID,
27 RANAP_TargetID_PR_cGI,
28 /* Extensions may appear below */
29 RANAP_TargetID_PR_targeteNB_ID
30} RANAP_TargetID_PR;
31
32/* RANAP_TargetID */
33typedef struct RANAP_TargetID {
34 RANAP_TargetID_PR present;
35 union RANAP_TargetID_u {
36 RANAP_TargetRNC_ID_t targetRNC_ID;
37 RANAP_CGI_t cGI;
38 /*
39 * This type is extensible,
40 * possible extensions are below.
41 */
42 RANAP_TargetENB_ID_t targeteNB_ID;
43 } choice;
44
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
47} RANAP_TargetID_t;
48
49/* Implementation */
50extern asn_TYPE_descriptor_t asn_DEF_RANAP_TargetID;
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* _RANAP_TargetID_H_ */
57#include <asn_internal.h>