Modem cellular API - registration status #107268
papadkostas
started this conversation in
RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a user I would expect that I get current registration and status of RAT from get_registration_status API call.
Currently in modem cellular API, get_registration_status requires the application to input for which cellular access technology to get status for, so you have to itterate for every RAT until you get the one active, while a modem cannot concurently use different access technologies - if not mistaken. Additionally, modem_cellular_data holds status for each access technology separately when its not really needed, unless there is something more to keep track later per RAT.
Beta Was this translation helpful? Give feedback.
All reactions