What is the equivalent QMI command for AT+COPS=?

Hi,

Can anyone please help me with the following -

  1. What is the equivalent QMI command for AT+COPS=?
    a. How to obtain the current opeartor names (not from the firmware) just like AT+COPS=? does when we reboot the board from different locations.

Thanks,
Janaki

We have equivalent API as an alternative to the +COPS AT command, please refer to our SDK, available here: https://source.sierrawireless.com/resources/airprime/software/linux-qmi-sdk-software-latest/

Consider SLQSGetServingSystem() or GetServingSystem() API.

Thank you. I am able to get the operator names similar to AT+COPS=?

Now I am using SLQSSetSysSelectionPref() to set the MCC and MNC and I am trying to register. Can anyone suggest if SLQSSetSysSelectionPref is the right API to call for registering a module.

Thanks,
Janaki