If I understand correctly, the command AT+QCAINFO shows me the available bands. The command AT+QENG=“servingcell”, on the other hand, shows the bands that the router is currently connected to. Is that correct?
root@RUTX50:~# gsmctl -A AT+QCAINFO
+QCAINFO: “PCC”,1300,100,“LTE BAND 3”,1,331,-79,-9,-49,19
+QCAINFO: “SCC”,6400,50,“LTE BAND 20”,1,19,-67,-10,-48,15,0,-,-
+QCAINFO: “SCC”,431070,3,“NR5G BAND 1”,352
root@RUTX50:~# gsmctl -A ‘AT+QENG=“servingcell”’
+QENG: “servingcell”,“NOCONN”
+QENG: “LTE”,“FDD”,262,01,2306901,331,1300,3,5,5,1197,-79,-11,-47,20,15,-,-
+QENG: “NR5G-NSA”,262,01,352,-102,5,-12,431070,1,3,255
Apparently, Band 20 is no longer being used. For what reason?
The UI also shows it this way. What surprises me is that before the update, all three bands were being used. Even if I explicitly force the modem to use Band 20, it uses Band 3 instead.