This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/22177 )
Change subject: tests/hnb-test: Disable building unsued code
......................................................................
tests/hnb-test: Disable building unsued code
Change-Id: I17f20cea8aa63ed79168653292b99c90b8c03caf
---
M src/tests/hnb-test.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/77/22177/1
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 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 @@
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)
{
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/22177
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I17f20cea8aa63ed79168653292b99c90b8c03caf
Gerrit-Change-Number: 22177
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210114/807b8786/attachment.htm>