I need to extract a data from my device (FX30), using Legato Framework or AT commands.
The data is the Base Station Identifier Code (BSIC).
First I didn’t find any function that can return it in Legato.io.
Second I know already it can be returned using 2 commands, which I could use to gather my data aswell :
at+cced=0,1
AT!LTEINFO?
Both are not working under the at prompt of my device, I get the following errors :
root@fx30:~# microcom -E /dev/ttyAT
at
OK
at
OK
at+cced=0,1
ERROR
at
OK
AT!LTEINFO?
!LTEINFO:
Not Available
Thanks for your help.
As far as I understand the le_mrc_GetServingCellId() function returns the Cell identifier.
Here we need to get the Base Station Identifier Code. (a BSIC can holds several cells)