blob: 90d798d3a22e1d5b20f8071e81da4ff3a680ed8d [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-PDU"
4 * found in "../../asn1/hnbap/HNBAP-PDU.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _SuccessfulOutcome_H_
9#define _SuccessfulOutcome_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
Neels Hofmeyrb0429372016-01-04 15:30:51 +010015#include <osmocom/osmo-iuh/hnbap/ProcedureCode.h>
16#include <osmocom/osmo-iuh/hnbap/Criticality.h>
Harald Welted523a692015-08-30 23:11:19 +020017#include <ANY.h>
18#include <constr_SEQUENCE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* SuccessfulOutcome */
25typedef struct SuccessfulOutcome {
26 ProcedureCode_t procedureCode;
27 Criticality_t criticality;
28 ANY_t value;
29
30 /* Context for parsing across buffer boundaries */
31 asn_struct_ctx_t _asn_ctx;
32} SuccessfulOutcome_t;
33
34/* Implementation */
35extern asn_TYPE_descriptor_t asn_DEF_SuccessfulOutcome;
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* _SuccessfulOutcome_H_ */
42#include <asn_internal.h>