Skip to content

feat: add China Broadnet (中国广电) 1610 mobile number support #3970

Open
ninjachen wants to merge 1 commit intogoogle:masterfrom
ninjachen:feat/support-china-1610
Open

feat: add China Broadnet (中国广电) 1610 mobile number support #3970
ninjachen wants to merge 1 commit intogoogle:masterfrom
ninjachen:feat/support-china-1610

Conversation

@ninjachen
Copy link

Description:

Summary

  • Add 1610 number prefix as a valid mobile number pattern for China Broadnet (中国广电)
  • Update carrier mapping data for en, zh, and zh_Hant locales
  • Add unit test to verify 1610 numbers are recognized as valid Chinese mobile numbers

Background

China Broadnet (中国广电) is China's fourth telecom operator. The 192 prefix is already supported, but the 1610 prefix was missing from libphonenumber metadata. Here is the wiki page

Changes

  • resources/PhoneNumberMetadata.xml — add 1610\d{7} to CN mobile pattern
  • resources/carrier/en/86.txt — add 861610|China Broadnet
  • resources/carrier/zh/86.txt — add 861610|中国广电
  • resources/carrier/zh_Hant/86.txt — add 861610|中國廣電
  • ExampleNumbersTest.java — add test testChinaBroadnet1610IsValidMobile

Test plan

  • testChinaBroadnet1610IsValidMobile validates parsing and type detection

@ninjachen ninjachen requested a review from a team as a code owner March 9, 2026 05:48
@google-cla
Copy link

google-cla bot commented Mar 9, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ninjachen ninjachen force-pushed the feat/support-china-1610 branch from 33207e2 to c89cd7f Compare March 9, 2026 07:22
@ninjachen ninjachen force-pushed the feat/support-china-1610 branch from c89cd7f to b520b84 Compare March 9, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant