aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-16 13:13:31 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:11 +0100
commit656d7cd0b4aaab790ec54206212795c2b454d7c6 (patch)
tree4a439bf4b43e27acb8b0de7c98395650abfcca16 /openbsc/src
parent553d2a8ceb5f78f9ab52f6dc4f6f91469d1e4f80 (diff)
iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemies()
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libiu/iu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/libiu/iu.c b/openbsc/src/libiu/iu.c
index 1143751d5..6923575c8 100644
--- a/openbsc/src/libiu/iu.c
+++ b/openbsc/src/libiu/iu.c
@@ -252,6 +252,8 @@ static int ranap_handle_co_iu_rel_req(struct ue_conn_ctx *ctx, RANAP_Iu_ReleaseR
return 0;
}
+extern int ranap_free_rab_setupormodifieditemies(RANAP_RAB_SetupOrModifiedItemIEs_t *raB_SetupOrModifiedItemIEs);
+
static int ranap_handle_co_rab_ass_resp(struct ue_conn_ctx *ctx, RANAP_RAB_AssignmentResponseIEs_t *ies)
{
int rc = -1;