[GPRS] SGSN: Make sure the PCO from GGSN are passed to the MS

This commit is contained in:
Harald Welte 2010-05-18 14:36:11 +02:00
parent 77289c202f
commit 3c0b9b9c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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);