blob: e9084ecfd446d6098881ab9fe2566172df57dfdc [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_EquipmentsToBeTraced_H_
8#define _RANAP_EquipmentsToBeTraced_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_IMEIList.h>
15#include <osmocom/ranap/RANAP_IMEISVList.h>
16#include <osmocom/ranap/RANAP_IMEIGroup.h>
17#include <osmocom/ranap/RANAP_IMEISVGroup.h>
Harald Welteee091892015-09-10 10:22:03 +020018#include <constr_CHOICE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum RANAP_EquipmentsToBeTraced_PR {
26 RANAP_EquipmentsToBeTraced_PR_NOTHING, /* No components present */
27 RANAP_EquipmentsToBeTraced_PR_iMEIlist,
28 RANAP_EquipmentsToBeTraced_PR_iMEISVlist,
29 RANAP_EquipmentsToBeTraced_PR_iMEIgroup,
30 RANAP_EquipmentsToBeTraced_PR_iMEISVgroup,
31 /* Extensions may appear below */
32
33} RANAP_EquipmentsToBeTraced_PR;
34
35/* RANAP_EquipmentsToBeTraced */
36typedef struct RANAP_EquipmentsToBeTraced {
37 RANAP_EquipmentsToBeTraced_PR present;
38 union RANAP_EquipmentsToBeTraced_u {
39 RANAP_IMEIList_t iMEIlist;
40 RANAP_IMEISVList_t iMEISVlist;
41 RANAP_IMEIGroup_t iMEIgroup;
42 RANAP_IMEISVGroup_t iMEISVgroup;
43 /*
44 * This type is extensible,
45 * possible extensions are below.
46 */
47 } choice;
48
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51} RANAP_EquipmentsToBeTraced_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_RANAP_EquipmentsToBeTraced;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _RANAP_EquipmentsToBeTraced_H_ */
61#include <asn_internal.h>