From e6342e1cab6a3f32fa17e0c1829d560e0bdfcd34 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Jan 2021 11:31:24 +0100 Subject: tests/hnb-test: Disable building unsued code Change-Id: I17f20cea8aa63ed79168653292b99c90b8c03caf --- src/tests/hnb-test.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3