Hi!
I’m trying to implement manual network selection via AT+COPS=1 command, but it always immediately returns “+CME ERROR: operation not supported”.
at+cops=?
+COPS: (1,"VODAFONE","VODAFONE","25501",7),(1,"UA-KYIVSTAR","UA-KS","25503",0),(1,"UA-KYIVSTAR","UA-KS","25503",7),(1,"VODAFONE","VODAFONE","25501",0),(1,"life:)","life:)","25506",0)
and then
AT+COPS=1,0,UA-KYIVSTAR,7
+CME ERROR: operation not supported
Current registration status: +CGREG: 1,2
Is there anything I’m missing, like some prerequisites or other AT commands that should be issued before?
Thank you.