make text clearer

This commit is contained in:
Alexandre Dulaunoy 2018-07-26 15:01:37 +02:00
parent 59869ea96e
commit ac2895d05b
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -13,11 +13,11 @@ a common simple format and to be processed by FASCIA.
| imsi | string | IMSI in the following format (270 01 60000000001) | | imsi | string | IMSI in the following format (270 01 60000000001) |
| tmsi1 | string | An hexadecimal representation of the TMSI 1 | | tmsi1 | string | An hexadecimal representation of the TMSI 1 |
| tmsi2 | string | An hexadecimal representation of the TMSI 2 | | tmsi2 | string | An hexadecimal representation of the TMSI 2 |
| imsi-country | string | A string representation of the country (if lookup available) | | imsi-country | string | country (if lookup available) |
| imsi-brand | string | A string representation of the operator brand (if lookup available} | | imsi-brand | string | operator brand (if lookup available} |
| imsi-operator | string | A string representation of the operator (if lookup available) | | imsi-operator | string | operator (if lookup available) |
| mcc | integer | An integer representing the mobile country code (MCC) | | mcc | integer | mobile country code (MCC) |
| mnc | integer | An integer representing the mobile network code (MNC) | | mnc | integer | mobile network code (MNC) |
| lac | integer | An integer representing the location area code (LAC) | | lac | integer | location area code (LAC) |
| cell | integer | An integer representing the Cell ID (CID) of the base transceiver stations (BTS) | | cell | integer | Cell ID (CID) of the base transceiver stations (BTS) |