blob: 718771d5f8528efddc099f3b87678a05ae850602 [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 _SONInformation_H_
9#define _SONInformation_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include "SONInformationRequest.h"
16#include <constr_CHOICE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum SONInformation_PR {
24 SONInformation_PR_NOTHING, /* No components present */
25 SONInformation_PR_sONInformationRequest,
26 SONInformation_PR_sONInformationReply,
27 /* Extensions may appear below */
28 SONInformation_PR_sONInformation_Extension
29} SONInformation_PR;
30
31/* Forward declarations */
32struct SONInformationReply;
33struct SONInformation_Extension;
34
35/* SONInformation */
36typedef struct SONInformation {
37 SONInformation_PR present;
38 union SONInformation_u {
39 SONInformationRequest_t sONInformationRequest;
40 struct SONInformationReply *sONInformationReply;
41 /*
42 * This type is extensible,
43 * possible extensions are below.
44 */
45 struct SONInformation_Extension *sONInformation_Extension;
46 } choice;
47
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
50} SONInformation_t;
51
52/* Implementation */
53extern asn_TYPE_descriptor_t asn_DEF_SONInformation;
54extern asn_CHOICE_specifics_t asn_SPC_SONInformation_specs_1;
55extern asn_TYPE_member_t asn_MBR_SONInformation_1[3];
56extern asn_per_constraints_t asn_PER_type_SONInformation_constr_1;
57
58#ifdef __cplusplus
59}
60#endif
61
62#endif /* _SONInformation_H_ */
63#include <asn_internal.h>