aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libiu
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-02-15 20:45:35 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:11 +0100
commitb8df4d531889a5ae45d782b7db768cf8dccf9ad3 (patch)
tree6b22d2f5f187c4fef867d9b3aa8de90a3726bf74 /openbsc/src/libiu
parentdaa0652d3f76bb977ddf5ef3974bf5ac6c96b752 (diff)
sgsn_libgtp: Update rab (de)act function names to libui version
Diffstat (limited to 'openbsc/src/libiu')
-rw-r--r--openbsc/src/libiu/iu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libiu/iu.c b/openbsc/src/libiu/iu.c
index 1e440ffc6..961db8e4b 100644
--- a/openbsc/src/libiu/iu.c
+++ b/openbsc/src/libiu/iu.c
@@ -112,7 +112,7 @@ int iu_rab_act_ps(struct sgsn_pdp_ctx *pdp)
return iu_rab_act(uectx, msg);
}
-int gprs_iu_rab_deact(struct sgsn_mm_ctx *mm)
+int iu_rab_deact(struct ue_conn_ctx *ue_ctx, uint8_t rab_id)
{
/* FIXME */
return -1;