From 4ff5aa42797fd59d6b3fc080c7ada55e4a9163d1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 25 Apr 2016 15:40:54 +0200 Subject: RAB parameters: use shorter 32 bit IP address format This is needed for the ip.access nano3G femto cell. --- openbsc/src/gprs/gprs_gmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gprs/gprs_gmm.c') diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c index d734df014..8010f4bf8 100644 --- a/openbsc/src/gprs/gprs_gmm.c +++ b/openbsc/src/gprs/gprs_gmm.c @@ -710,7 +710,7 @@ void activate_pdp_rabs(struct sgsn_mm_ctx *ctx) /* Send RAB activation requests for all PDP contexts */ struct sgsn_pdp_ctx *pdp; llist_for_each_entry(pdp, &ctx->pdp_list, list) { - iu_rab_act_ps(pdp->nsapi, pdp, 1); + iu_rab_act_ps(pdp->nsapi, pdp, 0); } } -- cgit v1.2.3