osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/82/30082/1
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"