blob: 4d1736917e83a0e50b899f8ec2c4c5c9435a8d2a [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_ProvidedData_H_
8#define _RANAP_ProvidedData_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_Shared-Network-Information.h>
Harald Welteee091892015-09-10 10:22:03 +020015#include <constr_CHOICE.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum RANAP_ProvidedData_PR {
23 RANAP_ProvidedData_PR_NOTHING, /* No components present */
24 RANAP_ProvidedData_PR_shared_network_information,
25 /* Extensions may appear below */
26
27} RANAP_ProvidedData_PR;
28
29/* RANAP_ProvidedData */
30typedef struct RANAP_ProvidedData {
31 RANAP_ProvidedData_PR present;
32 union RANAP_ProvidedData_u {
33 RANAP_Shared_Network_Information_t shared_network_information;
34 /*
35 * This type is extensible,
36 * possible extensions are below.
37 */
38 } choice;
39
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
42} RANAP_ProvidedData_t;
43
44/* Implementation */
45extern asn_TYPE_descriptor_t asn_DEF_RANAP_ProvidedData;
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* _RANAP_ProvidedData_H_ */
52#include <asn_internal.h>