File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# update/imsi.py - script to download from Wikipedia to build the database
4
4
#
5
- # Copyright (C) 2011-2021 Arthur de Jong
5
+ # Copyright (C) 2011-2022 Arthur de Jong
6
6
#
7
7
# This library is free software; you can redistribute it and/or
8
8
# modify it under the terms of the GNU Lesser General Public
39
39
# The wikipedia pages to download
40
40
wikipedia_pages = (
41
41
'Mobile country code' ,
42
- 'Mobile Network Codes in ITU region 2xx (Europe)' ,
43
- 'Mobile Network Codes in ITU region 3xx (North America)' ,
44
- 'Mobile Network Codes in ITU region 4xx (Asia)' ,
45
- 'Mobile Network Codes in ITU region 5xx (Oceania)' ,
46
- 'Mobile Network Codes in ITU region 6xx (Africa)' ,
47
- 'Mobile Network Codes in ITU region 7xx (South America)' ,
42
+ 'Mobile network codes in ITU region 2xx (Europe)' ,
43
+ 'Mobile network codes in ITU region 3xx (North America)' ,
44
+ 'Mobile network codes in ITU region 4xx (Asia)' ,
45
+ 'Mobile network codes in ITU region 5xx (Oceania)' ,
46
+ 'Mobile network codes in ITU region 6xx (Africa)' ,
47
+ 'Mobile network codes in ITU region 7xx (South America)' ,
48
48
)
49
49
50
50
# Sadly the full list requires an account at ITU-T:
You can’t perform that action at this time.
0 commit comments