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

Add GSM/LTE info interfaces #30

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

FrancescoVaiani
Copy link
Contributor

@FrancescoVaiani FrancescoVaiani commented Jan 13, 2022

Add io.edgehog.devicemanager.CellularConnectionProperties interface to communicate hardware info relative to the GSM/LTE modem and SIM and the apn configuration.

Add io.edgehog.devicemanager.CellularConnectionStatus interface to report connection status data such as signal strenght and carrier operator name.

Close #17

Signed-off-by: Francesco Vaiani francesco.vaiani@secomind.com

Copy link
Contributor

@bettio bettio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fairly good, I would make some minor changes

io.edgehog.devicemanager.CellularConnectionStatus.json Outdated Show resolved Hide resolved
io.edgehog.devicemanager.CellularConnectionStatus.json Outdated Show resolved Hide resolved
Add `io.edgehog.devicemanager.CellularConnectionProperties` interface to communicate hardware info relative to the GSM/LTE modem and SIM and the apn configuration.

Add `io.edgehog.devicemanager.CellularConnectionStatus` interface to report connection status data such as signal strenght and carrier operator name.

Signed-off-by: Francesco Vaiani <francesco.vaiani@secomind.com>
@bettio bettio merged commit b47e202 into edgehog-device-manager:main Jan 26, 2022
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 this pull request may close these issues.

Define GSM/LTE Model Interfaces
2 participants