Skip to content

Commit bcdbe12

Browse files
committed
Merge change to phonemetadata.proto from upstream r611
1 parent 5c84a7c commit bcdbe12

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

resources/phonemetadata.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@ message PhoneMetadata {
269269
// and all regions associated with that calling code will use the same
270270
// setting.
271271
optional bool leading_zero_possible = 26 [default=false];
272+
273+
// This field is set when this country has implemented mobile number
274+
// portability. This means that transferring mobile numbers between carriers
275+
// is allowed. A consequence of this is that phone prefix to carrier mapping
276+
// is less reliable.
277+
optional bool mobile_number_portable_region = 32 [default=false];
272278
}
273279

274280
message PhoneMetadataCollection {

0 commit comments

Comments
 (0)