blob: 8e834ace66622c7e22ee3be9179503d990adbf0b [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 _SONInformationReport_H_
9#define _SONInformationReport_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 SONInformationReport_PR {
23 SONInformationReport_PR_NOTHING, /* No components present */
24 SONInformationReport_PR_rLFReportInformation
25 /* Extensions may appear below */
26
27} SONInformationReport_PR;
28
29/* Forward declarations */
30struct RLFReportInformation;
31
32/* SONInformationReport */
33typedef struct SONInformationReport {
34 SONInformationReport_PR present;
35 union SONInformationReport_u {
36 struct RLFReportInformation *rLFReportInformation;
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} SONInformationReport_t;
46
47/* Implementation */
48extern asn_TYPE_descriptor_t asn_DEF_SONInformationReport;
49extern asn_CHOICE_specifics_t asn_SPC_SONInformationReport_specs_1;
50extern asn_TYPE_member_t asn_MBR_SONInformationReport_1[1];
51extern asn_per_constraints_t asn_PER_type_SONInformationReport_constr_1;
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif /* _SONInformationReport_H_ */
58#include <asn_internal.h>