aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/hnb-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/hnb-test.c')
-rw-r--r--src/tests/hnb-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index e6fa7ba..acd8b13 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -78,6 +78,7 @@ struct hnb_test g_hnb_test = {
struct msgb *rua_new_udt(struct msgb *inmsg);
+#if 0
static int hnb_test_ue_de_register_tx(struct hnb_test *hnb_test)
{
struct msgb *msg;
@@ -107,6 +108,7 @@ static int hnb_test_ue_de_register_tx(struct hnb_test *hnb_test)
return osmo_wqueue_enqueue(&hnb_test->wqueue, msg);
}
+#endif
static int hnb_test_ue_register_tx(struct hnb_test *hnb_test, const char *imsi_str)
{