Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Fix randomizing the Suscriber ID #1158

Closed
Cyclu opened this issue Jan 25, 2014 · 2 comments
Closed

Fix randomizing the Suscriber ID #1158

Cyclu opened this issue Jan 25, 2014 · 2 comments

Comments

@Cyclu
Copy link

Cyclu commented Jan 25, 2014

Randomized the Subscriber ID generate wrong format. The first 3 digits are the mobile country code (MCC), which are followed by the mobile network code (MNC), either 2 digits (European standard) or 3 digits (North American standard). The remaining digits are the mobile subscription identification number (MSIN) within the network's customer base. Wiki
3 digits:MCC 2 ou 3 digits:MNC 10 digits:(H1 H2) MSIN

@M66B
Copy link
Owner

M66B commented Jan 25, 2014

The subscriber ID is now randomized as 001 + 12 random digits.
What is your proposal for a better randomization scheme?

MCC = 001, see http://en.wikipedia.org/wiki/Mobile_country_code
MNC, see http://es.wikipedia.org/wiki/MCC/MNC

@Cyclu
Copy link
Author

Cyclu commented Jan 25, 2014

Personally I propose randomized as MCC 001 MNC 01 + 10 random digits, I confirm that format on all device.

http://fr.wikipedia.org/wiki/International_Mobile_Subscriber_Identity
see content 3.2 http://en.wikipedia.org/wiki/Subscriber_Identity_Module

@M66B M66B closed this as completed in 53dfddb Jan 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants