Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User Nosider's Avatar
    Join Date
    Mar 2003
    Posts
    1
    I checked the Network codes for Rogers (Canada) at http://www.gsmworld.com/roaming/gsminfo/net_carw.shtml.

    The MCC is 302 and the MNC is 720.

    Is the MNC correct? From the many posts I've seen regarding this topic, the MNC is usually 2 digits long. How do you do the endian coversion in this case?

    Is it 03-72-02?

    Thank you very much.

  2. #2
    Nokia Developer Expert auvinent's Avatar
    Join Date
    Mar 2003
    Location
    Tampere / Finland
    Posts
    1,839
    Hi!

    Last zero is left out from the MNC, so for example string should look like this:

    30 03 F2 73 0A

    Where 30 is Operator logo version number. ISO-8859-1 character "0"
    03 F2 is MCC (Mobile Country Code), octets 14 and 15, little-endian BCD, filled with F16', 302 -> 03 F2
    73 MNC (Mobile Network Code) coding, little-endian BCD, filled with F16'
    0A ISO-8859-1 "Line feed" character

    Teemu / Forum Nokia

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved