-
Notifications
You must be signed in to change notification settings - Fork 164
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
Extending cellular connectivity APIs #3228
Extending cellular connectivity APIs #3228
Conversation
a9c7169
to
a39dd4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor issues/questions plus yetus items to address.
This commits extends cellular config and status APIs. With newly introduced API fields it will be possible to: - specify username and password for connecting to a cellular network - specify preferred cellular network providers - specify preferred radio access technologies, aka RATs (GSM, UMTS, LTE, 5GNR) - use Dual SIM Single Standby (DSSS) technology - forbid roaming - get info about modem manufacturer (other modem info already available) - get info separately for every SIM slot - determine if a given provider is forbidden by SIM card config - get port MTU (for any port, not just wwan) - get RAT currently used by modem to connect - get timestamp of the cellular connection establishment These features are not yet implemented, meaning that for now EVE will not read/write these new fields. Signed-off-by: Milan Lenco <milan@zededa.com>
Signed-off-by: Milan Lenco <milan@zededa.com>
Signed-off-by: Milan Lenco <milan@zededa.com>
a39dd4e
to
73dc7a7
Compare
One thing that Yetus will still complain is that it does not like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This commits extends cellular config and status APIs.
With newly introduced API fields it will be possible to:
These features are not yet implemented, meaning that for now EVE will
not read/write these new fields.
CC @mikem-zed @rene