aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_libgtp.c
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-04-08 12:11:35 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2016-04-08 12:11:35 +0200
commit42024336fef37effeb04e61d819ef46e1fd0f2db (patch)
treeca1f952fe4174d6dfa2ce1baa1267eebf08d1fe3 /openbsc/src/gprs/sgsn_libgtp.c
parentbb81326719a30e74e0682932087986b5eb6eedd2 (diff)
sgsn: Pass RAB ID to iu_rab_act_ps() function
Diffstat (limited to 'openbsc/src/gprs/sgsn_libgtp.c')
-rw-r--r--openbsc/src/gprs/sgsn_libgtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_libgtp.c b/openbsc/src/gprs/sgsn_libgtp.c
index a637086f6..21e8ebce5 100644
--- a/openbsc/src/gprs/sgsn_libgtp.c
+++ b/openbsc/src/gprs/sgsn_libgtp.c
@@ -370,7 +370,7 @@ static int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
return send_act_pdp_cont_acc(pctx);
} else {
/* Activate a radio bearer */
- iu_rab_act_ps(pctx);
+ iu_rab_act_ps(1, pctx);
return 0;
}