blob: 7ea1e1635a2ea0350b83eecc9d8804e05e9a58a6 [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "S1AP-IEs"
4 * found in "./asn1c/S1AP-IEs.asn"
5 * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU`
6 */
7
8#ifndef _TargetID_H_
9#define _TargetID_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <constr_CHOICE.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum TargetID_PR {
23 TargetID_PR_NOTHING, /* No components present */
24 TargetID_PR_targeteNB_ID,
25 TargetID_PR_targetRNC_ID,
26 TargetID_PR_cGI,
27 /* Extensions may appear below */
28 TargetID_PR_targetgNgRanNode_ID
29} TargetID_PR;
30
31/* Forward declarations */
32struct TargeteNB_ID;
33struct TargetRNC_ID;
34struct CGI;
35struct TargetNgRanNode_ID;
36
37/* TargetID */
38typedef struct TargetID {
39 TargetID_PR present;
40 union TargetID_u {
41 struct TargeteNB_ID *targeteNB_ID;
42 struct TargetRNC_ID *targetRNC_ID;
43 struct CGI *cGI;
44 /*
45 * This type is extensible,
46 * possible extensions are below.
47 */
48 struct TargetNgRanNode_ID *targetgNgRanNode_ID;
49 } choice;
50
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53} TargetID_t;
54
55/* Implementation */
56extern asn_TYPE_descriptor_t asn_DEF_TargetID;
57extern asn_CHOICE_specifics_t asn_SPC_TargetID_specs_1;
58extern asn_TYPE_member_t asn_MBR_TargetID_1[4];
59extern asn_per_constraints_t asn_PER_type_TargetID_constr_1;
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _TargetID_H_ */
66#include <asn_internal.h>