Skip to content
Snippets Groups Projects
Commit 90c9df89 authored by gauthier's avatar gauthier
Browse files

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5644 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f4e66f78
No related branches found
No related tags found
No related merge requests found
......@@ -484,9 +484,9 @@ mme_app_handle_create_sess_resp(
//current_bearer_p->qci = ue_context_p->pending_pdn_connectivity_req_qos.qci;
#warning "may force QCI here to 9"
current_bearer_p->qci = 9;
//current_bearer_p->prio_level =
current_bearer_p->pre_emp_vulnerability = 1;
current_bearer_p->pre_emp_capability = 1;
current_bearer_p->prio_level = 1;
current_bearer_p->pre_emp_vulnerability = 0;
current_bearer_p->pre_emp_capability = 0;
MME_APP_DEBUG("%s set qci %u in bearer %u (qos not modified by S/P-GW)\n",
__FUNCTION__,
current_bearer_p->qci,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment