Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Currently when requesting a specific operator with --3gpp-register-in-operator=26201
and additionally set the allowed modes with --set-allowed-modes=4G
.
The previously set operator 26201 is overwritten due to the architecture of the AT+COPS
command (AT+COPS=,,,).
The same thing happens if the allowed mode is set first and then an operator is requested.
Also the cinterion plugins does not implement load_current_mode
which makes the device have a different 'current mode' state than MM after initialization and prevents setting the device's allowed mode in some cases -> Fixes #926 (closed)