aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/network_listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/network_listen.h')
-rw-r--r--openbsc/include/openbsc/network_listen.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/network_listen.h b/openbsc/include/openbsc/network_listen.h
new file mode 100644
index 000000000..afd0049b7
--- /dev/null
+++ b/openbsc/include/openbsc/network_listen.h
@@ -0,0 +1,12 @@
+#ifndef _OPENBSC_NWL_H
+#define _OPENBSC_NWL_H
+
+#include <stdint.h>
+#include <openbsc/gsm_data.h>
+
+void ipac_nwl_init(void);
+
+/* Start a NWL test. It will raise the S_IPAC_TEST_COMPLETE signal. */
+int ipac_nwl_test_start(struct gsm_bts_trx *trx, uint8_t testnr);
+
+#endif /* _OPENBSC_NWL_H */