Set used Network Provider

Hi

We use a WP7607-1 with a multi SIM.

We can get the used network provider with the funktion le_mrc_GetCurrentNetworkName.

But can we set und use a fixed provider?

Thanks

Grisu

you can set the network operator by manually mode of AT+COPS

Thanks

I know AT+COPS from the past with serial lines.

How can we use ‘AT+COPS’ with API-functions?

you can send AT command in legato application
You can see this document:

On the other hand, have you tested with the API le_mrc_SetManualRegisterMode()?

Here is some sample code: