mirror of
https://github.com/adulau/FASCIA.git
synced 2024-11-22 01:57:10 +00:00
make text clearer
This commit is contained in:
parent
59869ea96e
commit
ac2895d05b
1 changed files with 7 additions and 7 deletions
|
@ -13,11 +13,11 @@ a common simple format and to be processed by FASCIA.
|
|||
| imsi | string | IMSI in the following format (270 01 60000000001) |
|
||||
| tmsi1 | string | An hexadecimal representation of the TMSI 1 |
|
||||
| tmsi2 | string | An hexadecimal representation of the TMSI 2 |
|
||||
| imsi-country | string | A string representation of the country (if lookup available) |
|
||||
| imsi-brand | string | A string representation of the operator brand (if lookup available} |
|
||||
| imsi-operator | string | A string representation of the operator (if lookup available) |
|
||||
| mcc | integer | An integer representing the mobile country code (MCC) |
|
||||
| mnc | integer | An integer representing the mobile network code (MNC) |
|
||||
| lac | integer | An integer representing the location area code (LAC) |
|
||||
| cell | integer | An integer representing the Cell ID (CID) of the base transceiver stations (BTS) |
|
||||
| imsi-country | string | country (if lookup available) |
|
||||
| imsi-brand | string | operator brand (if lookup available} |
|
||||
| imsi-operator | string | operator (if lookup available) |
|
||||
| mcc | integer | mobile country code (MCC) |
|
||||
| mnc | integer | mobile network code (MNC) |
|
||||
| lac | integer | location area code (LAC) |
|
||||
| cell | integer | Cell ID (CID) of the base transceiver stations (BTS) |
|
||||
|
||||
|
|
Loading…
Reference in a new issue