-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from akoshunyadi/MoM-2024-03-27
MoM-2024-03-27
- Loading branch information
Showing
1 changed file
with
117 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
# Camara DeviceStatus meeting - MOM-2024-03-27 | ||
|
||
*March 27th, 2024* | ||
|
||
## Attendees | ||
|
||
* Aishwarya Javkhedkar (Comviva) | ||
* Ankita () | ||
* Akos Hunyadi (Deutsche Telekom) | ||
* Fernando Prado Cabrillo (Telefonica) | ||
* Joachim Dahlgren (Ericsson) | ||
* Quanain Meghjee (Vonage) | ||
* Sachin Kumar (Vodafone) | ||
|
||
|
||
DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/documentation/MeetingMinutes](https://github.com/camaraproject/DeviceStatus/tree/main/documentation/MeetingMinutes) | ||
|
||
## Agenda | ||
|
||
* Open PRs | ||
* Open Issues | ||
* Open Discussions | ||
* API Roadmap | ||
* AOB | ||
|
||
|
||
## Open PRs | ||
|
||
* [#131 Update device-status.yaml](https://github.com/camaraproject/DeviceStatus/pull/131) | ||
* PR was recreated after accedentally merging too early | ||
* Planned release v0.6.0 | ||
|
||
* [#129 fix: change INVALID_INPUT for INVALID_ARGUMENT according to guidelines](https://github.com/camaraproject/DeviceStatus/pull/129) | ||
* Review in progress | ||
* Planned release v0.5.1 | ||
|
||
* [#127 Updated in-line documentation for Roaming to clarify that country information can optionally be returned in the response](https://github.com/camaraproject/DeviceStatus/pull/127) | ||
* Review in progress | ||
* Planned release v0.5.1 | ||
|
||
* [#123 Adding configuration for Github Actions with linting ruleset](https://github.com/camaraproject/DeviceStatus/pull/123) | ||
* No discussion | ||
* Reviews are missing. | ||
|
||
* [#121 feat: add termination reason when subscription deleted](https://github.com/camaraproject/DeviceStatus/pull/121) | ||
* Should be first clarified in Commonalities: camaraproject/Commonalities#153 | ||
|
||
* [#112 include x-correlator and fix typo in 400 error code](https://github.com/camaraproject/DeviceStatus/pull/112) | ||
* No discussion | ||
* Reviews are missing. | ||
* Planned release v0.6.0 | ||
|
||
* [#108 feat: use simple String for "type" in CloudEvent](https://github.com/camaraproject/DeviceStatus/pull/108) | ||
* The enums for event-types include dots which causes problems at the code generation (Java) at DT. | ||
* Additional feedback from dev teams would be helpful to priotize the issue. | ||
* A possible change in the design guideline could be a solution. | ||
* The PR has been marked as draft until an agreed solution is ellaborated. | ||
* An issue in Commonalities has been opened camaraproject/DeviceLocation#149 | ||
|
||
## Open issues: | ||
|
||
* [#130 What should the API return if more than one device identifier is sent and they don't belong to the same device?](https://github.com/camaraproject/DeviceStatus/pull/130) | ||
|
||
* [#125 Separate endpoints into different APIs](https://github.com/camaraproject/DeviceStatus/pull/125) | ||
* Split the current API into 4 different APIs | ||
|
||
* [#124 When roaming status is true, is it mandatory to return both countryCode and countryName?](https://github.com/camaraproject/DeviceStatus/issues/124) | ||
|
||
* [#122 Bugfix release v0.5.1](https://github.com/camaraproject/DeviceStatus/issues/122) | ||
|
||
* [#119 How can a provider inform the ASP/aggregator about not implemented features in advance of the API call](https://github.com/camaraproject/DeviceStatus/issues/119) | ||
|
||
* [#117 Send a CloudEvent when DELETE /subscriptions/{subscriptionId}](https://github.com/camaraproject/DeviceStatus/issues/117) | ||
* The corresponding PR is open: [#121 feat: add termination reason when subscription deleted](https://github.com/camaraproject/DeviceStatus/pull/121) | ||
|
||
* [#115 /Connectivity API there is no indication for which particular subscriber event (DATA/SMS)](https://github.com/camaraproject/DeviceStatus/issues/115) | ||
|
||
* [#110 Request for Addition of "last_updated_timestamp" Field in CAMARA DeviceStatus API](https://github.com/camaraproject/DeviceStatus/issues/110) | ||
* The name should correlate with similar properties at other APIs | ||
|
||
* [#107 Use simple string for "type" in CloudEvent](https://github.com/camaraproject/DeviceStatus/issues/107) | ||
* The corresponding PR is open: [#108 feat: use simple String for "type" in CloudEvent](https://github.com/camaraproject/DeviceStatus/pull/108) | ||
|
||
* [#104 Include x-correlator heade](https://github.com/camaraproject/DeviceStatus/issues/104) | ||
* The corresponding PR is open: [#112 include x-correlator and fix typo in 400 error code](https://github.com/camaraproject/DeviceStatus/pull/112) | ||
|
||
* [#102 Clarify API readiness status for v1.0.0](https://github.com/camaraproject/DeviceStatus/issues/102) | ||
|
||
* [#96 Path update per Design Guideline](https://github.com/camaraproject/DeviceStatus/issues/96) | ||
* The corresponding PR is open: [#131 Update device-status.yaml](https://github.com/camaraproject/DeviceStatus/pull/131) | ||
|
||
|
||
|
||
## Open discussions | ||
* [#114 Test Data : Device Status](https://github.com/camaraproject/DeviceStatus/discussions/114) | ||
* [#100 Granularity of the Test Definition feature file](https://github.com/camaraproject/DeviceStatus/discussions/100) | ||
* [#89 Multi-Operator Demo Test Discussion](https://github.com/camaraproject/DeviceStatus/discussions/89) | ||
* [#72 CAMARA Compliant: Expose all end points](https://github.com/camaraproject/DeviceStatus/discussions/72) | ||
* [#48 Need support](https://github.com/camaraproject/DeviceStatus/discussions/48) | ||
|
||
## API Roadmap | ||
|
||
### Release 0.5.x | ||
* The release v0.5.0 was created on 31.01.2024 | ||
* The bugfix release 0.5.1 is planned [#122 Bugfix release v0.5.1](https://github.com/camaraproject/DeviceStatus/issues/122) | ||
|
||
### Release 0.6.0 | ||
* Planned release date: tbd | ||
* Content: | ||
* [#131 Update device-status.yaml](https://github.com/camaraproject/DeviceStatus/pull/131) | ||
* [#112 include x-correlator and fix typo in 400 error code](https://github.com/camaraproject/DeviceStatus/pull/112) | ||
* [#123 Adding configuration for Github Actions with linting ruleset](https://github.com/camaraproject/DeviceStatus/pull/123) | ||
* ?? [#125 Separate endpoints into different APIs](https://github.com/camaraproject/DeviceStatus/pull/125) | ||
|
||
|
||
## AOB | ||
* Next call will be on 10.04.2024 11:00 CET |