The QoS rules specified in mongo DB take any effect #630
-
|
Hi, Supreeth |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That was required for VoWiFi clients which establish only one PDN connection (to internet APN) and attempt calling using only that
I would suggest reading about how Policy enforcing works in Core Network.
UE and IMS negotiate the SDP parameters and using that PCSCF (an Application function) can ask PCF/PCRF to provide QoS for an application. So, it is upto the PCF/PCRF's final decision to authorize such QoS for such application traffic. The QoS rules in the WebUI of open5gs are used by PCF/PCRF to authorize or not to authorize the requested QoS by the application function. |
Beta Was this translation helpful? Give feedback.
That was required for VoWiFi clients which establish only one PDN connection (to internet APN) and attempt calling using only that
I would suggest reading about how Policy enforcing works in Core Network.
UE and IMS negotiate the SDP parameters and using that PCSCF (an Application function) can ask PCF/PCRF to provide QoS for an application. So, it is upto the PCF/PCRF's final decision to authorize such QoS for such application traffic. The QoS rules in the WebUI of open5gs are used by PCF/PCRF to authorize or not to author…