AT+QCAINFO

Verify CA performance and check multiple CCs for Carrier Aggregation on the modem along with frequency band and bandwidth per component carrier.

Test Command

AT+QCAINFO=?
Response
OK

Execution Command

Execute the below Command to query the carrier aggregation (CA) information

AT+QCAINFO
Response
+QCAINFO: "PCC",<freq>,<bandwidth>,<band>, <pcell_state>,<PCID>,<RSRP>,<RSRQ>,<RSSI>,<SINR> 
+QCAINFO: "SCC",<freq>,<bandwidth>,<band>, <scell_state>,<PCID>,<RSRP>,<RSRQ>,<RSSI>,<SINR>
+QCAINFO: "SCC",<freq>,<bandwidth>,<band>, <scell_state>,<PCID>,<RSRP>,<RSRQ>,<RSSI>,<SINR>
OK
If no active secondary cell
OK

Example:

mmcli -m 2 --command="AT+QCAINFO"

-

OK

Parameters

"-" or - indicates the parameter is invalid under the current condition.

Last updated