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

The 5GMS Application Provider interacts with the 5GMS Application Function via M1 Provisioning interface, and uses M8 interface to communicate with UE.
Other
2 stars 4 forks source link

Bug-fix: activateConsumptionReport should give 201 not 204 response. #31

Closed davidjwbbc closed 5 months ago

davidjwbbc commented 5 months ago

Fix issue with the wrong status code return for creating a consumption reporting configuration.

Treat 204 like 201 for compatibility with versions of the Application Function before v1.4.1.

This is the Application Provider counterpart to pull request 5G-MAG/rt-5gms-application-function#160.