-
Notifications
You must be signed in to change notification settings - Fork 2
/
plmn.py
34 lines (34 loc) · 880 Bytes
/
plmn.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
plmn_dict = { 0:"---",
65501: "Vodacom" ,
65502: "Telkom" ,
65503: "???",
65505: "Telkom" ,
65506: "Sentech" ,
65507: "Cell C" ,
65510: "MTN" ,
65512: "MTN" ,
65513: "Neotel" ,
65514: "Neotel" ,
65519: "Rain" ,
65524: "SMS Portal" ,
65525: "Wirels Connect" ,
65527: "A to Z Vaal" ,
65528: "Hymax" ,
65530: "Bokamoso" ,
65531: "Karabo Telecoms" ,
65532: "Ilizwi Telecommunications" ,
65533: "Thinta Thinta Telecommunications" ,
65534: "Bokone Telecoms" ,
65535: "Kingdom Communications" ,
65536: "Amatole Telecommunication" ,
65538: "Rain" ,
65540: "???",
65546: "SMS Cellular Services" ,
65550: "Ericsson" ,
65551: "Integrat" ,
65553: "Lycamobile" ,
65565: "Vodacom" ,
65573: "Rain" ,
65574: "Rain",
65577: "???",
}