From 3c0b9b9c2a5ee716a87c45ced1c5c9761ce3c2e8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 18 May 2010 14:36:11 +0200 Subject: [GPRS] SGSN: Make sure the PCO from GGSN are passed to the MS --- openbsc/src/gprs/gprs_gmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c index 3eddaff10..3364713f6 100644 --- a/openbsc/src/gprs/gprs_gmm.c +++ b/openbsc/src/gprs/gprs_gmm.c @@ -688,7 +688,7 @@ int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp) /* Optional: Protocol configuration options (FIXME: why 'req') */ if (pdp->lib->pco_req.l && pdp->lib->pco_req.v) msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT, - pdp->lib->pco_neg.l, pdp->lib->pco_neg.v); + pdp->lib->pco_req.l, pdp->lib->pco_req.v); /* Optional: Packet Flow Identifier */ return gsm48_gmm_sendmsg(msg, 0, pdp->mm); -- cgit v1.2.3