osmith submitted this change.

View Change

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
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(-)

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 change 30082. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I3dbadb63058edc990b49ec803a123292e5eea10f
Gerrit-Change-Number: 30082
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged