9
0
Fork 0

sgsn/gprs_gmm: use qos parameters from ggsn

Change-Id: Id1b23c6f616a5dbd28834a846fac4e28f2b1692c
This commit is contained in:
Alexander Couzens 2016-12-03 03:26:21 +01:00
parent 9e29068f67
commit 61e51f7ebc
1 changed files with 2 additions and 2 deletions

View File

@ -2033,8 +2033,8 @@ int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp)
msgb_v_put(msg, pdp->sapi);
/* FIXME: copy QoS parameters from original request */
//msgb_lv_put(msg, pdp->lib->qos_neg.l, pdp->lib->qos_neg.v);
msgb_lv_put(msg, sizeof(default_qos), (uint8_t *)&default_qos);
msgb_lv_put(msg, pdp->lib->qos_neg.l, pdp->lib->qos_neg.v);
// msgb_lv_put(msg, sizeof(default_qos), (uint8_t *)&default_qos);
/* Radio priority 10.5.7.2 */
msgb_v_put(msg, pdp->lib->radio_pri);