From 01b66b36d89bf889c6f5bf98d25f0ac80be65cf5 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 7 Aug 2014 16:56:44 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5685 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/NAS/EURECOM-NAS/src/emm/sap/emm_cn.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openair-cn/NAS/EURECOM-NAS/src/emm/sap/emm_cn.c b/openair-cn/NAS/EURECOM-NAS/src/emm/sap/emm_cn.c index b16a358018d..64c84b49546 100644 --- a/openair-cn/NAS/EURECOM-NAS/src/emm/sap/emm_cn.c +++ b/openair-cn/NAS/EURECOM-NAS/src/emm/sap/emm_cn.c @@ -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; -- GitLab