5G-MAG / rt-5gms-application-function

5G Media Streaming - Application Function
https://www.5g-mag.com/streaming
Other
11 stars 6 forks source link

M1 - Consumption Reporting Provisioning API - Missing Location Header #157

Closed dsilhavy closed 5 months ago

dsilhavy commented 5 months ago

Describe the bug

TS26512_M1_ConsumptionReportingProvisioning.yaml v 17.7.0 defines the response headers for the path /provisioning-sessions/{provisioningSessionId}/consumption-reporting-configuration and the postoperation. According to the YAML file the response headers shall contain a Location header pointing to the newly created consumption reporting configuration.

It looks like our implementation is currently missing this Location header:

Bildschirmfoto 2024-04-26 um 09 41 28
rjb1000 commented 5 months ago

Agree that the Location: header is required to be present in the response to the activateConsumptionReporting operation per the YAML.

If @davidjwbbc can reproduce, we should fix this little bug.