Commit 01b66b36 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5685 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4c7ad4fd
......@@ -226,13 +226,14 @@ static int _emm_cn_pdn_connectivity_res(const emm_cn_pdn_res_t *msg_pP)
LOG_TRACE(INFO, "EMM - qos.mbrDL = %u ", msg_pP->qos.mbrDL);
LOG_TRACE(INFO, "EMM - qos.gbrUL = %u ", msg_pP->qos.gbrUL);
LOG_TRACE(INFO, "EMM - qos.gbrDL = %u ", msg_pP->qos.gbrDL);
qos.bitRatesPresent = 1;
qos.bitRatesPresent = 0;
qos.bitRatesExtPresent = 0;
#warning "Some work to do here about qos"
qos.qci = msg_pP->qci;
qos.bitRates.maxBitRateForUL = msg_pP->qos.mbrUL;
qos.bitRates.maxBitRateForDL = msg_pP->qos.mbrDL;
qos.bitRates.guarBitRateForUL = msg_pP->qos.gbrUL;
qos.bitRates.guarBitRateForDL = msg_pP->qos.gbrDL;
qos.bitRates.maxBitRateForUL = 0;//msg_pP->qos.mbrUL;
qos.bitRates.maxBitRateForDL = 0;//msg_pP->qos.mbrDL;
qos.bitRates.guarBitRateForUL = 0;//msg_pP->qos.gbrUL;
qos.bitRates.guarBitRateForDL = 0;//msg_pP->qos.gbrDL;
qos.bitRatesExt.maxBitRateForUL = 0;
qos.bitRatesExt.maxBitRateForDL = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment