Skip to content

Commit

Permalink
Merge metadata changes from upstream r650
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Feb 27, 2014
1 parent 1610de5 commit 99ce5a0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
30 changes: 20 additions & 10 deletions resources/PhoneNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,11 +1112,14 @@
<exampleNumber>6846221234</exampleNumber>
</fixedLine>
<mobile>
<!-- Adding 24[246], operated from Blue Sky. -->
<!-- Added 25[246], operated from Blue Sky. Added 731, 770, operated by ASTCA. -->
<nationalNumberPattern>
684(?:
733|
25[2468]
25[2468]|
7(?:
3[13]|
70
)
)\d{4}
</nationalNumberPattern>
<possibleNumberPattern>\d{10}</possibleNumberPattern>
Expand Down Expand Up @@ -3063,9 +3066,13 @@
last 8 digits. The following pattern is divided into 3 sections: ranges for which the
migration has been completed, ranges which are in transition, and ranges which are
still in the old format. (Ranges which were supposed to have been deprecated in
Oct. 2013 are still working as of Jan. 2014.) -->
Oct. 2013 are still working as of Jan. 2014.) Note that mobile radio services are
still 10 digits, with the subscriber number (the last 8 digits) beginning with 7. -->
<nationalNumberPattern>
1[1-9]9\d{8}|
1[1-9](?:
7|
9\d
)\d{7}|
2[12478]9?[6-9]\d{7}|
(?:
3[1-578]|
Expand Down Expand Up @@ -13109,13 +13116,11 @@
<exampleNumber>22345678</exampleNumber>
</fixedLine>
<mobile>
<!-- The mention of the mobile range 6933 0000 - 6969 9999 seems to be
a mistake in the ITU plan, and should be 6933 0000 - 6933 9999. -->
<nationalNumberPattern>
(?:
5(?:
1[0-5]|
[05]\d
[05]\d|
1[0-6]
)|
6(?:
0[034679]|
Expand Down Expand Up @@ -14152,7 +14157,12 @@
<exampleNumber>27123456</exampleNumber>
</fixedLine>
<mobile>
<nationalNumberPattern>6[269][18]\d{6}</nationalNumberPattern>
<nationalNumberPattern>
6(?:
[269][18]|
71
)\d{6}
</nationalNumberPattern>
<possibleNumberPattern>\d{9}</possibleNumberPattern>
<exampleNumber>628123456</exampleNumber>
</mobile>
Expand Down
7 changes: 7 additions & 0 deletions resources/carrier/en/1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@
1671878|Choice Phone
1671888|Choice Phone
1671898|Choice Phone
1684252|Blue Sky
1684254|Blue Sky
1684256|Blue Sky
1684258|Blue Sky
1684731|ASTCA
1684733|ASTCA
1684770|ASTCA
1767225|Cable & Wireless
1767235|Cable & Wireless
1767245|Cable & Wireless
Expand Down
15 changes: 8 additions & 7 deletions resources/carrier/en/352.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

352021|LuxGSM
352091|Tango
35261|Orange
35262|LuxGSM
35266|Orange
35268|Orange
# In 2013 http://en.wikipedia.org/wiki/LuxGSM was renamed to POST.

352621|POST
352628|POST
352661|Orange
352668|Orange
352671|Join
352691|Tango
35291|Tango
352698|Tango

0 comments on commit 99ce5a0

Please sign in to comment.