data: MCC, MNC
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 19 Aug 2013 18:21:41 +0200
changeset 119bba37f95b2f5
parent 118 ac53385a2af7
child 120 321b8e09195f
data: MCC, MNC
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 19 18:07:29 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 19 18:21:41 2013 +0200
     1.3 @@ -494,7 +494,7 @@
     1.4  		<term abbreviation="MSISDN" completeForm="mobile station international ISDN number" language="en"/>
     1.5  		<explanation language="en">
     1.6  			<text>
     1.7 -				a unique indentifier of a subscription in a GSM or a UMTS network;
     1.8 +				a globally unique indentifier of a subscription in a GSM or a UMTS network;
     1.9  				follows numbering plan defined by E.164 – international phone number
    1.10  			</text>
    1.11  		</explanation>
    1.12 @@ -505,17 +505,39 @@
    1.13  	</concept>
    1.14  	<concept>
    1.15  		<term abbreviation="IMSI" completeForm="international mobile subscriber identity" language="en"/>
    1.16 -		<explanation language="en"><text></text></explanation>
    1.17 +		<explanation language="en">
    1.18 +			<text>
    1.19 +				a globally unique identifier stored on the SIM card used in GSM, UMTS and LTE networks;
    1.20 +				a 64 bit value usually presented as 15 digit number;
    1.21 +				consists of MCC (country code), MNC (network code) and MSIN (subscription ID)
    1.22 +			</text>
    1.23 +		</explanation>
    1.24  	</concept>
    1.25  	<concept>
    1.26  		<term abbreviation="MCC" completeForm="mobile country code" language="en"/>
    1.27 -		<explanation language="en"><text></text></explanation>
    1.28 -		<!-- http://wammu.eu/tools/countries/ -->
    1.29 +		<explanation language="en">
    1.30 +			<text>
    1.31 +				a unique numeric identifier of a country;
    1.32 +				a part of IMSI;
    1.33 +				often used in tuple with MNC;
    1.34 +			</text>
    1.35 +		</explanation>
    1.36  	</concept>
    1.37 +	<!--
    1.38 +		Lists of MCC/MNC:
    1.39 +		https://en.wikipedia.org/wiki/Mobile_country_code
    1.40 +		http://wammu.eu/tools/countries/
    1.41 +		http://wammu.eu/tools/networks/
    1.42 +	-->
    1.43  	<concept>
    1.44  		<term abbreviation="MNC" completeForm="mobile network code" language="en"/>
    1.45 -		<explanation language="en"><text></text></explanation>
    1.46 -		<!-- http://wammu.eu/tools/networks/ -->
    1.47 +		<explanation language="en">
    1.48 +			<text>
    1.49 +				a unique numeric identifier of a mobile network (carrier);
    1.50 +				a part of IMSI;
    1.51 +				often used in tuple with MCC
    1.52 +			</text>
    1.53 +		</explanation>
    1.54  	</concept>
    1.55  	<concept>
    1.56  		<term abbreviation="MSIN" completeForm="mobile subscription identification number" language="en"/>