Skip to content

Commit

Permalink
Merge pull request #504 from giggsey/upstream-8.12.47
Browse files Browse the repository at this point in the history
Corrected upstream metadata changes from Google for v8.12.47
  • Loading branch information
giggsey authored Apr 20, 2022
2 parents e931ce8 + f53ffb0 commit dc6bce9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
15 changes: 14 additions & 1 deletion src/carrier/data/en/1.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,20 @@
1246259 => 'Digicel',
124626 => 'Digicel',
124628 => 'Cable & Wireless',
124635 => 'LIME',
1246360 => 'LIME',
1246361 => 'LIME',
1246362 => 'LIME',
1246363 => 'LIME',
1246364 => 'LIME',
1246365 => 'LIME',
1246366 => 'LIME',
1246446 => 'Neptune Communications',
124645 => 'Sunbeach Communications',
12465211 => 'Digicel',
12465214 => 'LIME',
12465217 => 'KW Telecommunications',
1246522 => 'Ozone',
124669 => 'Ozone',
12468 => 'Digicel',
1264469 => 'Cable & Wireless',
Expand Down Expand Up @@ -104,7 +117,7 @@
134554 => 'Digicel',
134555 => 'Digicel',
1345649 => 'Digicel',
134582 => 'Logic',
134582 => 'Logic Communications',
1345919 => 'Cable & Wireless',
1345930 => 'LIME',
1345936 => 'Cable & Wireless',
Expand Down
1 change: 1 addition & 0 deletions src/carrier/data/en/244.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
24492 => 'UNITEL',
24493 => 'UNITEL',
24494 => 'UNITEL',
24495 => 'Africell Angola',
24499 => 'Movicel',
);
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_AO.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '9[1-49]\\d{7}',
'NationalNumberPattern' => '9[1-59]\\d{7}',
'ExampleNumber' => '923123456',
'PossibleLength' =>
array (
Expand Down
6 changes: 3 additions & 3 deletions src/data/PhoneNumberMetadata_BB.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
),
'fixedLine' =>
array (
'NationalNumberPattern' => '246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}',
'NationalNumberPattern' => '246521[0369]\\d{3}|246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}',
'ExampleNumber' => '2464123456',
'PossibleLength' =>
array (
Expand All @@ -38,7 +38,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '246(?:2(?:[3568]\\d|4[0-57-9])|45\\d|69[5-7]|8(?:[2-5]\\d|83))\\d{4}',
'NationalNumberPattern' => '246(?:(?:2(?:[3568]\\d|4[0-57-9])|3(?:5[2-9]|6[0-6])|4(?:46|5\\d)|69[5-7]|8(?:[2-5]\\d|83))\\d|52(?:1[147]|20))\\d{3}',
'ExampleNumber' => '2462501234',
'PossibleLength' =>
array (
Expand Down Expand Up @@ -116,7 +116,7 @@
),
'uan' =>
array (
'NationalNumberPattern' => '246(?:292|367|4(?:1[7-9]|3[01]|44|67)|7(?:36|53))\\d{4}',
'NationalNumberPattern' => '246(?:292|367|4(?:1[7-9]|3[01]|4[47-9]|67)|7(?:1[2-9]|2\\d|3[016]|53))\\d{4}',
'ExampleNumber' => '2464301234',
'PossibleLength' =>
array (
Expand Down

0 comments on commit dc6bce9

Please sign in to comment.