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

Cellular: removed manual registering state. #9937

Merged
merged 1 commit into from
Mar 15, 2019

Commits on Mar 5, 2019

  1. Cellular: removed manual registering state.

    Simplified state machine by removing manual registering state.
    This was done as some modems did not have all the needed at commands
    for checking the registered network. Some modem run out of memory as when
    checking correct network there might be so many networks available.
    Manual registration still works but it does not do any checks to which network
    it's registered. Moved manual registering at command earlier in state machine so it forces
    registering to a correct network. Internal refactor/fix, does not affect applications.
    Teppo Järvelin committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    a830dbf View commit details
    Browse the repository at this point in the history