forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: cellular: modem_shell: Add commands for modem init and shutdown
Adding 'link modem' command for initializing and shutting down the modem through nrf_modem_lib_init()/nrf_modem_lib_shutdown(). There is also an option to do AT+CFUN=0 and nrf_modem_lib_shutdown() so that we can test the timings of this scenario. Manually doing AT+CFUN=0 and shutdown is too slow to test what applications might experience. Jira: MOSH-610 Signed-off-by: Tommi Rantanen <[email protected]>
- Loading branch information
Showing
2 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters