I am developing on the nrf9151 with SDK v3.4.0.
The device I am developing will be moving trough all of europe . My goal is to speed up the `AT+CFUN=1` conenction part of the modem.
I found the `AT%XCOUNTRYDATA` for specifying a certain Band Technology and other parameters for up to 70 countries.
Can 70 countries be set with multiple sets of data for LTE-M and NB-IoT. Or are 70 entries ment with this in the AT command documentation?
This works very well as I am assuming the modem takes a shortcut and does not do a full band scan before connecting.
Is there some documentation on how the modem connection process works? Or how many cells are cached?
Is there some documentation for which Bands are used in the european countries with LTE-M and NB-IoT? And which technology is best supported?
I am aware of the GSMA map and this wikipedia list, but could not find other decent sources.
Currently I have only tested `AT%XCOUNTRYDATA` by first doing a slow connection with full band sweep and then taking these parameters and
setting them in `AT%XCOUNTRYDATA`. After this even with doing a `AT%XFACTORYRESET` the connection can be speed up significantly.
Are there other ways to speed up to connection process?
When `AT%XSYSTEMMODE=1,1,1,3` is used LTE-M is prefered but can be overriden by network selection. Is it recommended to overwrite the network preference or use the network preference in the field to reduce battery usage in mainly the connection process (I am using PSM anyways so some higher power consumption while sending does not matter as much as a longer power on would consume)?