FX30S - How to set RAT using Legato function

Greeting to all,

I have a simple question. I’m searching for the function (if it exist) in Legato to set the Radio Access Technology (RAT). I found the function le_mrc_GetRadioAccessTechInUse, but could not find one to set the RAT.

I know I can set the RAT with the “cm radio rat ###” command, but I want to be able to set it from within the Legato code.

Thanks in advance for any help!

Regards.

Eddie

You can see the cm source code here.

I guess you can use le_mrc_SetRatPreferences()

That’s exactly what I was searching for yesterday and couldn’t find it.
Thank you!!!