osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-iuh/+/30083 )
Change subject: tests/test-hnbap: add missing include
......................................................................
tests/test-hnbap: add missing include
Fix for:
test-hnbap.c:174:9: error: implicit declaration of function ‘ranap_set_log_area’
Change-Id: I57fe460b511bccd14e0d0d110104511292963525
---
M src/tests/test-hnbap.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/83/30083/1
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c
index 1ba5a56..4857bf1 100644
--- a/src/tests/test-hnbap.c
+++ b/src/tests/test-hnbap.c
@@ -24,6 +24,7 @@
#include <osmocom/hnbap/hnbap_common.h>
#include <osmocom/hnbap/hnbap_ies_defs.h>
+#include <osmocom/ranap/ranap_common.h>
#include "test_common.h"
#include <assert.h>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/30083
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I57fe460b511bccd14e0d0d110104511292963525
Gerrit-Change-Number: 30083
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange