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 Bugfix | Parameters checking of Metrics Reporting Configurations #147

Closed stojkovicv closed 6 months ago

stojkovicv commented 6 months ago

Decription

This pull request provides additional values checking for a M1 Metrics Reporting Configurations. This corrects M1 Metrics operations in terms of preventing provisioning with an unreasonable values for reporting interval and sampling period. Related issues: #145 , #146

Changes

Two operations are affected: Create & Update. In case of invalid input, the server will respond with 422 Unprocessable Entity with detailed message about wrong values.

davidjwbbc commented 6 months ago

Superceded by PR #148