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"