Enable dynamic routing for tmobile_cz and vodafone_cz carriers
This change enables dynamic routing for the tmobile_cz and vodafone_cz carriers and adds 156 as the dynamic routing emergency number. Flag: EXEMPT resource only update Bug: 393518741 Bug: 392927325 Test: manual test - make a call to 156 for each carrier Change-Id: I555ffa5fec7c5f6ea7c7a6740e77b84b577bf52d
This commit is contained in:
parent
0b7019c2ee
commit
fd11d1be19
3 changed files with 15 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
Values should be ISO3166 country codes in lowercase. -->
|
||||
<string-array name="config_countries_dynamic_routing_emergency_enabled"
|
||||
translatable="false">
|
||||
<!-- b/393518741 -->
|
||||
<item>cz</item>
|
||||
<item>in</item>
|
||||
<item>il</item>
|
||||
<item>tw</item>
|
||||
|
@ -40,6 +42,9 @@
|
|||
Values are the tuples of Country ISO, MNC, and numbers. -->
|
||||
<string-array name="config_dynamic_routing_emergency_numbers"
|
||||
translatable="false">
|
||||
<!-- b/393518741 -->
|
||||
<item>cz,01,156</item>
|
||||
<item>cz,03,156</item>
|
||||
<item>in,,101,102,103,108</item>
|
||||
<item>il,,101,102</item>
|
||||
<item>tw,,110,119</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue