Commit 2be197aa authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Set default 5QI

parent 312b3a90
......@@ -1182,7 +1182,7 @@ void smf_context::get_default_qos_flow_description(
(ParametersList*) calloc(3, sizeof(ParametersList));
qos_flow_description.parameterslist[0].parameteridentifier =
PARAMETER_IDENTIFIER_5QI;
qos_flow_description.parameterslist[0].parametercontents._5qi = qfi.qfi;
qos_flow_description.parameterslist[0].parametercontents._5qi = DEFAULT_5QI;
/*
qos_flow_description.parameterslist[1].parameteridentifier =
PARAMETER_IDENTIFIER_GFBR_UPLINK;
......
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