blob: 841570d9f859f23032484866ed49c484196e01c3 [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_RIMRoutingAddress_H_
8#define _RANAP_RIMRoutingAddress_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_GERAN-Cell-ID.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_RIMRoutingAddress_PR {
25 RANAP_RIMRoutingAddress_PR_NOTHING, /* No components present */
26 RANAP_RIMRoutingAddress_PR_targetRNC_ID,
27 RANAP_RIMRoutingAddress_PR_gERAN_Cell_ID,
28 /* Extensions may appear below */
29 RANAP_RIMRoutingAddress_PR_targeteNB_ID
30} RANAP_RIMRoutingAddress_PR;
31
32/* RANAP_RIMRoutingAddress */
33typedef struct RANAP_RIMRoutingAddress {
34 RANAP_RIMRoutingAddress_PR present;
35 union RANAP_RIMRoutingAddress_u {
36 RANAP_TargetRNC_ID_t targetRNC_ID;
37 RANAP_GERAN_Cell_ID_t gERAN_Cell_ID;
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_RIMRoutingAddress_t;
48
49/* Implementation */
50extern asn_TYPE_descriptor_t asn_DEF_RANAP_RIMRoutingAddress;
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* _RANAP_RIMRoutingAddress_H_ */
57#include <asn_internal.h>