aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 11:31:24 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 11:31:32 +0100
commite6342e1cab6a3f32fa17e0c1829d560e0bdfcd34 (patch)
tree6698dab16b3cac1f228be79a8e03a329dcf2563b
parent8653233b5732b60ee00852d9c71eaf85064a6fde (diff)
tests/hnb-test: Disable building unsued code
-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)
{