aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hnbap/NeighbourInfoRequestList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/hnbap/NeighbourInfoRequestList.h')
-rw-r--r--include/osmocom/hnbap/NeighbourInfoRequestList.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/include/osmocom/hnbap/NeighbourInfoRequestList.h b/include/osmocom/hnbap/NeighbourInfoRequestList.h
deleted file mode 100644
index 4944272..0000000
--- a/include/osmocom/hnbap/NeighbourInfoRequestList.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
- * From ASN.1 module "HNBAP-IEs"
- * found in "../../asn1/hnbap/HNBAP-IEs.asn"
- * `asn1c -gen-PER`
- */
-
-#ifndef _NeighbourInfoRequestList_H_
-#define _NeighbourInfoRequestList_H_
-
-
-#include <asn_application.h>
-
-/* Including external dependencies */
-#include <asn_SEQUENCE_OF.h>
-#include <constr_SEQUENCE_OF.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Forward declarations */
-struct NeighbourInfoRequestItem;
-
-/* NeighbourInfoRequestList */
-typedef struct NeighbourInfoRequestList {
- A_SEQUENCE_OF(struct NeighbourInfoRequestItem) list;
-
- /* Context for parsing across buffer boundaries */
- asn_struct_ctx_t _asn_ctx;
-} NeighbourInfoRequestList_t;
-
-/* Implementation */
-extern asn_TYPE_descriptor_t asn_DEF_NeighbourInfoRequestList;
-
-#ifdef __cplusplus
-}
-#endif
-
-/* Referred external types */
-#include <osmocom/hnbap/NeighbourInfoRequestItem.h>
-
-#endif /* _NeighbourInfoRequestList_H_ */
-#include <asn_internal.h>