Skip to content

Commit

Permalink
Merge pull request #553 from giggsey/upstream-v8.13.5
Browse files Browse the repository at this point in the history
Upstream metadata changes from Google for v8.13.5
  • Loading branch information
giggsey committed Jan 30, 2023
2 parents b2cebcf + d2c328e commit 09c60f7
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion METADATA-VERSION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# It can be a commit, branch or tag of the https://github.com/google/libphonenumber project
#
# For more information, look at the phing tasks in build.xml
v8.13.4
v8.13.5
4 changes: 3 additions & 1 deletion src/carrier/data/en/229.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
*/

return array (
2294 => 'SBIN',
22940 => 'SBIN',
22941 => 'SBIN',
22942 => 'MTN',
2295 => 'MTN',
22955 => 'Moov',
22956 => 'Moov',
Expand Down
7 changes: 6 additions & 1 deletion src/carrier/data/en/235.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
*/

return array (
2356 => 'Airtel',
23560 => 'Airtel',
23562 => 'Airtel',
23563 => 'Airtel',
23565 => 'Airtel',
23566 => 'Airtel',
23568 => 'Airtel',
2357 => 'Sotel',
2359 => 'Tigo',
);
1 change: 1 addition & 0 deletions src/carrier/data/en/46.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
4672754 => 'Telenor Sverige',
4672755 => 'FINK TELECOM SERVIC',
4672756 => 'FINK TELECOM SERVIC',
4672758 => 'Lancelot Telecom',
467276 => 'Lycamobile Sweden',
467277 => 'Lycamobile Sweden',
467278 => 'Lycamobile Sweden',
Expand Down
4 changes: 3 additions & 1 deletion src/carrier/data/en/976.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
return array (
97650 => 'Unitel',
97655 => 'Unitel',
9766 => 'ONDO',
97660 => 'ONDO',
97666 => 'ONDO',
97669 => 'Skytel',
97680 => 'Unitel',
97681 => 'ONDO',
97683 => 'G-Mobile',
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_BJ.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:4[01]|5[1-9]|6\\d|9[013-9])\\d{6}',
'NationalNumberPattern' => '(?:4[0-2]|[56]\\d|9[013-9])\\d{6}',
'ExampleNumber' => '90011234',
'PossibleLength' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_EE.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:23|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[2-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[3679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}',
'NationalNumberPattern' => '(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:2[0-59]|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[2-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[3679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}',
'ExampleNumber' => '51234567',
'PossibleLength' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_GI.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
),
'fixedLine' =>
array (
'NationalNumberPattern' => '21(?:6[24-9]\\d|90[0-2])\\d{3}|2(?:00|2[2-5])\\d{5}',
'NationalNumberPattern' => '2190[0-2]\\d{3}|2(?:0(?:0\\d|20)|16[24-9]|2[2-5]\\d)\\d{4}',
'ExampleNumber' => '20012345',
'PossibleLength' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_GP.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
),
'fixedLine' =>
array (
'NationalNumberPattern' => '590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-389]|7[08]|8[0-689]|9\\d)\\d{4}',
'NationalNumberPattern' => '590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-489]|7[08]|8[0-689]|9\\d)\\d{4}',
'ExampleNumber' => '590201234',
'PossibleLength' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions src/data/PhoneNumberMetadata_MN.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:83[01]|920)\\d{5}|(?:5[05]|6[06]|8[015689]|9[013-9])\\d{6}',
'NationalNumberPattern' => '(?:83[01]|920)\\d{5}|(?:5[05]|6[069]|8[015689]|9[013-9])\\d{6}',
'ExampleNumber' => '88123456',
'PossibleLength' =>
array (
Expand Down Expand Up @@ -96,7 +96,7 @@
),
'voip' =>
array (
'NationalNumberPattern' => '712[0-79]\\d{4}|7(?:1[013-9]|[25-8]\\d)\\d{5}',
'NationalNumberPattern' => '712[0-79]\\d{4}|7(?:1[013-9]|[25-9]\\d)\\d{5}',
'ExampleNumber' => '75123456',
'PossibleLength' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_TD.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:6[023568]|77|9\\d)\\d{6}',
'NationalNumberPattern' => '(?:6[0235689]|77|9\\d)\\d{6}',
'ExampleNumber' => '63012345',
'PossibleLength' =>
array (
Expand Down

0 comments on commit 09c60f7

Please sign in to comment.