Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define GSM/LTE Model Interfaces #17

Closed
bettio opened this issue Nov 25, 2021 · 0 comments · Fixed by #30
Closed

Define GSM/LTE Model Interfaces #17

bettio opened this issue Nov 25, 2021 · 0 comments · Fixed by #30
Assignees

Comments

@bettio
Copy link
Contributor

bettio commented Nov 25, 2021

We should keep track of a number of information:

  • imei
  • imsi
  • apn
  • operator
  • rssi
  • registration status

Proposed naming for interfaces:
CellularConnectionProperties
CellularConnectionStatus

Therefore we should have:
io.edgehog.devicemanager.CellularConnectionProperties:

  • /%{id}/imei
  • /%{id}/imsi
  • /%{id}/apn

io.edgehog.devicemanager.CellularConnectionStatus:

  • /%{id}/rssi
  • /%{id}/registrationStatus
  • /%{id}/technology
  • /%{id}/carrier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants