Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/upstream/main' into featur…
Browse files Browse the repository at this point in the history
…e/update-camara-subscriptions-model
maxl2287 committed Jun 17, 2024
2 parents d617f20 + f86d784 commit ce7a6e6
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -7,3 +7,7 @@
# These are the default owners for the whole content of this repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file.

* @bigludo7 @jlurien

# Owners of the CODEOWNER and Maintainer.md files are the admins of CAMARA (to allow them to keep the teams within the CAMARA organization in sync in case of changes)
/CODEOWNERS @camaraproject/admins
/MAINTAINERS.MD @camaraproject/admins
18 changes: 9 additions & 9 deletions MAINTAINERS.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| Org | Name |
| -----------------------| ----------------------------------------------------|
| Deutsche Telekom AG | Noel Wirzius |
| Ericsson | Joachim Dahlgren |
| Orange | Ludovic Robert |
| Orange | Sylvain Morel |
| Telefonica | Jose Luis Urien |
| Vodafone | Kevin Smith |
| Verizon | Mahesh Chapalamadugu |
| Org | Name | GitHub Username |
| -----------------------| -------------------------|---------------------------|
| Deutsche Telekom AG | Noel Wirzius | NoelWirzius |
| Ericsson | Joachim Dahlgren | JoachimDahlgren |
| Orange | Ludovic Robert | bigludo7 |
| Orange | Sylvain Morel | SylMOREL |
| Telefonica | Jose Luis Urien | jlurien |
| Vodafone | Kevin Smith | Kevsy |
| Verizon | Mahesh Chapalamadugu | maheshc01 |
4 changes: 2 additions & 2 deletions code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@ info:
* **Max Age**: Maximum age of the location information which is accepted for the location retrieval (in seconds).
* Absence of maxAge means "any age" is acceptable for the client. In other words, this is like maxAge=infinite. In this case the system may still return lastLocationTime, if available. If the system is not able to provide location a error 404 with code LOCATION_RETRIEVAL.DEVICE_NOT_FOUND is send back.
* maxAge=0 means a fresh calculation is requested by the client. If the system is not able to provide fresh location an error 422 with code LOCATION_RETRIEVAL.UNABLE_TO_FULFILL_MAX_AGE is send back.
* Absence of `maxAge` means that "any age" is acceptable for the client. In other words, this is like `maxAge`=infinite. The system will return `lastLocationTime` in the response. If the system is not able to provide location, an error 404 with code LOCATION_RETRIEVAL.DEVICE_NOT_FOUND is sent back.
* `maxAge`=0 means that a fresh calculation is requested by the client. If the system is not able to provide the fresh location, an error 422 with code LOCATION_RETRIEVAL.UNABLE_TO_FULFILL_MAX_AGE is sent back.
* **Last Location Time** : Last date and time when the device was localized.

0 comments on commit ce7a6e6

Please sign in to comment.