Querying QoS Profiles #203
-
Hi everyone, I am Vidhi Mehta, Product Manager from Comviva, a Tech Mahindra company. I am new to the community and reading more about the Quality-on-Demand API. We are new to this area and hence in the exploration stage. I have a question for GET QoS Profile API. Is this API supposed to fetch the list of profiles from the exposure function or directly from the policy function? Can someone please guide me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Vidhi CAMARA do not define API implementations, but do provide example implementations. For QoD implementation examples, see here, here and here. If, by "policy function", you mean PCRF / PCF, then I'm not aware of a 3GPP defined mechanism through which the PCRF / PCF can maintain a catalogue of QoS profiles that can be synchronised with the QoD API. So I would expect you would need to include that functionality in your QoD API implementation, and then map the CAMARA QoS profile parameters to their equivalents for whatever interface you are using to configure sessions using the PCRF / PCF. But talk to your PCRF / PCF vendor. |
Beta Was this translation helpful? Give feedback.
-
Thanks Eric, these references are helpful. |
Beta Was this translation helpful? Give feedback.
Hi Vidhi
CAMARA do not define API implementations, but do provide example implementations. For QoD implementation examples, see here, here and here.
If, by "policy function", you mean PCRF / PCF, then I'm not aware of a 3GPP defined mechanism through which the PCRF / PCF can maintain a catalogue of QoS profiles that can be synchronised with the QoD API. So I would expect you would need to include that functionality in your QoD API implementation, and then map the CAMARA QoS profile parameters to their equivalents for whatever interface you are using to configure sessions using the PCRF / PCF. But talk to your PCRF / PCF vendor.