Toolchain: 1.9.1
modem fw: mfw_1.3.1
PC OS: windows 10
Terminal software: Tera Term
SIM card: AT&T (North America)
in the modem shell example code, in "prj.conf file", there is a configuration,
CONFIG_LTE_AUTO_INIT_AND_CONNECT=n
- should it be turned on, if I wanna the nrf9160dk start auto searching the cellular network and registration?
- I did try to turn it on, but after that, when the program start, and I try to pull "link status", it will throw out some errors. see screenshot below. (I know I didn't plug in the SIM when I try to make this screenshot, but even if I did insert the SIM the error is the same.)
- for general purpose, should user need to change any of those options in the prj.config file?

Also, in "modem_shell" command line, I see the option to toggle "link nmodeauto"
link nmodeauto -e //Enable autoconnect (default) link nmodeauto --enalble_no_rel14 //Enable autoconnect without setting Release 14 features
- is there a way to keep those changes in the NVM, so we don't lose it after power cycle?