From 0ec7f1366761fffcd73ba359969ea1029ed5dc79 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 10 Sep 2015 10:52:18 +0200 Subject: Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing) --- src/hnbap/HNBRegisterReject.h | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/hnbap/HNBRegisterReject.h (limited to 'src/hnbap/HNBRegisterReject.h') diff --git a/src/hnbap/HNBRegisterReject.h b/src/hnbap/HNBRegisterReject.h new file mode 100644 index 0000000..830ca8a --- /dev/null +++ b/src/hnbap/HNBRegisterReject.h @@ -0,0 +1,54 @@ +/* + * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) + * From ASN.1 module "HNBAP-PDU" + * found in "../../asn1/hnbap/HNBAP-PDU.asn" + * `asn1c -gen-PER` + */ + +#ifndef _HNBRegisterReject_H_ +#define _HNBRegisterReject_H_ + + +#include + +/* Including external dependencies */ +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Forward declarations */ +struct IE; + +/* HNBRegisterReject */ +typedef struct HNBRegisterReject { + struct hnbRegisterReject_ies { + A_SEQUENCE_OF(struct IE) list; + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; + } hnbRegisterReject_ies; + /* + * This type is extensible, + * possible extensions are below. + */ + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} HNBRegisterReject_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_HNBRegisterReject; + +#ifdef __cplusplus +} +#endif + +/* Referred external types */ +#include "IE.h" + +#endif /* _HNBRegisterReject_H_ */ +#include -- cgit v1.2.3