blob: 2c4e679fa25057abc6cdc39b34e5bc404cf7efe5 [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_SourceCellID_H_
8#define _RANAP_SourceCellID_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_SourceUTRANCellID.h>
15#include <osmocom/ranap/RANAP_CGI.h>
Harald Welteee091892015-09-10 10:22:03 +020016#include <constr_CHOICE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum RANAP_SourceCellID_PR {
24 RANAP_SourceCellID_PR_NOTHING, /* No components present */
25 RANAP_SourceCellID_PR_sourceUTRANCellID,
26 RANAP_SourceCellID_PR_sourceGERANCellID,
27 /* Extensions may appear below */
28
29} RANAP_SourceCellID_PR;
30
31/* RANAP_SourceCellID */
32typedef struct RANAP_SourceCellID {
33 RANAP_SourceCellID_PR present;
34 union RANAP_SourceCellID_u {
35 RANAP_SourceUTRANCellID_t sourceUTRANCellID;
36 RANAP_CGI_t sourceGERANCellID;
37 /*
38 * This type is extensible,
39 * possible extensions are below.
40 */
41 } choice;
42
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
45} RANAP_SourceCellID_t;
46
47/* Implementation */
48extern asn_TYPE_descriptor_t asn_DEF_RANAP_SourceCellID;
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* _RANAP_SourceCellID_H_ */
55#include <asn_internal.h>