GSM Network parameter information

Hi all,

Can somebody tell me what API's needs to be used for accessing GSM Network information in smartphone. I am basically looking for following pieces of information using an API call.
 
Current network MCC (Mobile country code)
Current network MNC (Mobile Network code)
Current network LAC (Location area code)
IMSI of current SIM

Also, How my application can stay notified of the changes in any of these parameters.



Answer this question

GSM Network parameter information

  • fellobo

    Anybody solved this problem
    There are tons of Symbian samples, but no Windows Mobile native code ones...

    I thought I could access via Windows Remote Registry with the CellBroadcast key, but nothing is returned by RegistryGetString(...) function...

  • e.g.gru

    Hi Atul,

    I am also interested in how we can get the info of GSM network.
    If i am right, i think the only way by now we can use is Extended TAPI for
    Pocket Pc and Smart Phone.

    Example: lineGetCurrentOperator...

    What do you think
    Hope that we can share the information about it.

    Julien

     



  • Caxaria

    The location info (LAC/MCC/MNC) is currently exposed in the sample RIL as a notification that can be registered to. We are considering adding this info to statstor in the next release so apps can query for this info. RIL_GetUserIdentity can be used to get the IMSI info.



  • gray-82

    SureshN

     what is the solution actually  to obtain this kind of information MCC MNC LAC and CellID

    do you have a date about the next release

    Thanks

    Arnauld

  • GSM Network parameter information