Hello ,
Using Quectel BG95-M5, in order to get info about signal strength in eMTC/NBIoT ( RSSI, RSRP, SINR, RSRQ) and GPRS (RSSI), we use AT+QSCQ
Usually, it takes about 2-3 seconds for QCSQ to settle in a valid value
Lately, we found that AT+QENG=“servingcell” returns immediately the same info about signal strength, as well as many other network status info
Because we develop a data-restricted application, we would like to ask, is it correct to replace AT+QSCQ with AT+QENG=“servingcell” ?
Does AT+QENG=“servingcell” actively inquire the network operator for the returned info of the network ( thus consuming more data ) or just show the already read info from the network ?