Hi,
I have written a program that uses RIL_GetCellTowerInfo(...). I have tried this code on an HTC Wizard device and all I get back are CellID and LAC. Is there any way to also retrieve the MCC and MCC?
Thanks,
Tim
- It is currently Tue May 21, 2013 2:48 am • All times are UTC + 2 hours
How can I get MCC and MNC?
2 posts
• Page 1 of 1
MNC MMC code is an international system for operator identification. First three numbers stand for country code and last 2 (or 3 in the US) stand for operator code.
You should call RIL_GetCurrentOperator(m_hRil,RIL_OPFORMAT_NUM);
Wait for the result in the Ril result callback and the header for the structure that lpdata points to.
Cheers,
Raul
You should call RIL_GetCurrentOperator(m_hRil,RIL_OPFORMAT_NUM);
Wait for the result in the Ril result callback and the header for the structure that lpdata points to.
Cheers,
Raul
- sad_ghost
- TEK-Giant

- Posts: 269
- Joined: Thu Apr 06, 2006 11:04 am
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
