osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/30082 )
Change subject: tests/hnb-test-rua: add missing include
......................................................................
tests/hnb-test-rua: add missing include
Fix for:
error: implicit declaration of function ‘ranap_cn_rx_co’
[-Werror=implicit-function-declaration]
Change-Id: I3dbadb63058edc990b49ec803a123292e5eea10f
---
M src/tests/hnb-test-rua.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, but someone else must approve
diff --git a/src/tests/hnb-test-rua.c b/src/tests/hnb-test-rua.c
index a218852..0882515 100644
--- a/src/tests/hnb-test-rua.c
+++ b/src/tests/hnb-test-rua.c
@@ -1,5 +1,6 @@
#include <asn1c/ANY.h>
+#include <osmocom/ranap/ranap_common_cn.h>
#include <osmocom/rua/rua_ies_defs.h>
#include "hnb-test-layers.h"
--
To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/30082
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I3dbadb63058edc990b49ec803a123292e5eea10f
Gerrit-Change-Number: 30082
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged