aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_libgtp.c
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/gprs/sgsn_libgtp.c
parentdaa0652d3f76bb977ddf5ef3974bf5ac6c96b752 (diff)
sgsn_libgtp: Update rab (de)act function names to libui version
Diffstat (limited to 'openbsc/src/gprs/sgsn_libgtp.c')
-rw-r--r--openbsc/src/gprs/sgsn_libgtp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/openbsc/src/gprs/sgsn_libgtp.c b/openbsc/src/gprs/sgsn_libgtp.c
index d1610a6ac..02bfb6e8a 100644
--- a/openbsc/src/gprs/sgsn_libgtp.c
+++ b/openbsc/src/gprs/sgsn_libgtp.c
@@ -91,8 +91,6 @@ const struct value_string gtp_cause_strs[] = {
{ 0, NULL }
};
-int gprs_iu_rab_act(struct sgsn_pdp_ctx *pdp);
-
/* Generate the GTP IMSI IE according to 09.60 Section 7.9.2 */
static uint64_t imsi_str2gtp(char *str)
{
@@ -412,7 +410,8 @@ static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
sndcp_sm_deactivate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
} else {
/* Dectivate a radio bearer */
- gprs_iu_rab_deact(&pctx->mm);
+ /* TODO: Save and use rab_id */
+ iu_rab_deact(pctx->mm->iu.ue_ctx, 1);
}
/* Confirm deactivation of PDP context to MS */