tests/hnb-test: Disable building unsued code

Change-Id: I17f20cea8aa63ed79168653292b99c90b8c03caf
This commit is contained in:
Pau Espin 2021-01-14 11:31:24 +01:00
parent 8653233b57
commit e6342e1cab
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{