aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_ranap.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-25 15:09:20 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-25 15:33:40 +0200
commitf168a3b4703d98168ae4b96d7bc743571f95d25e (patch)
treedf15dc0fb2ab836a3cabfa29f331877f09b008d9 /src/hnbgw_ranap.c
parent9246cc9e1e4c9fab62781c987b58dd1bf1f86601 (diff)
compiler warning: hnbgw_ranap.c: include ranap_msg_factory.h
At least ranap_new_msg_reset_ack() needs a function declaration to avoid a compiler warning.
Diffstat (limited to 'src/hnbgw_ranap.c')
-rw-r--r--src/hnbgw_ranap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hnbgw_ranap.c b/src/hnbgw_ranap.c
index 3f7c2bf..dde1183 100644
--- a/src/hnbgw_ranap.c
+++ b/src/hnbgw_ranap.c
@@ -33,6 +33,7 @@
#include "hnbgw_rua.h"
#include <osmocom/ranap/ranap_common.h>
#include <osmocom/ranap/ranap_ies_defs.h>
+#include <osmocom/ranap/ranap_msg_factory.h>
static int ranap_tx_reset_ack(struct hnb_context *hnb,
RANAP_CN_DomainIndicator_t domain)