camaraproject / QualityOnDemand

Repository to describe, develop, document and test the QualityOnDemand API family
https://wiki.camaraproject.org/x/zwOeAQ
Apache License 2.0
37 stars 60 forks source link

Correction: Split QosStatus enum #167

Closed jlurien closed 1 year ago

jlurien commented 1 year ago

What type of PR is this?

What this PR does / why we need it:

Applicable values for QosStatus in the context of an event are limited to AVAILABLE and UNAVAILABLE. As model was previously reused between the event and the regular SessionInfo, REQUESTED was also allowed in events.

Which issue(s) this PR fixes:

Raised as comment in PR #155, but not solved there.

Changelog input

- Added new model `EventQosStatus`
hdamker commented 1 year ago

@sfnuser suppose that addresses your comment in #155, right?