commit | fe5a783b2f649185e705b0a49fb04abbd8d6adf6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu May 04 23:17:10 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu May 04 23:17:10 2023 +0000 |
tree | c395d0aa31050ea68fab13c7f357c9b5f7302fe3 | |
parent | bdb67725fd5b4df62c448316abe1d114a6e10d89 [diff] | |
parent | 44b5661c1a6f44ba71c6cfdb0a21fc4e6601bce4 [diff] |
Merge "add normal routing for numbers in GP and RE" into udc-dev am: 44b5661c1a Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telephony/+/23039883 Change-Id: I62818f13c25f1125e5e43ae00d3481ab8014ca34 Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/ecc/input/eccdata.txt b/ecc/input/eccdata.txt index 3b860dd..e78c48b 100644 --- a/ecc/input/eccdata.txt +++ b/ecc/input/eccdata.txt
@@ -1150,14 +1150,17 @@ eccs { phone_number: "17" types: POLICE + routing: NORMAL } eccs { phone_number: "15" types: AMBULANCE + routing: NORMAL } eccs { phone_number: "18" types: FIRE + routing: NORMAL } ecc_fallback: "112" } @@ -2413,14 +2416,17 @@ eccs { phone_number: "17" types: POLICE + routing: NORMAL } eccs { phone_number: "15" types: AMBULANCE + routing: NORMAL } eccs { phone_number: "18" types: FIRE + routing: NORMAL } ecc_fallback: "112" }
diff --git a/ecc/output/eccdata b/ecc/output/eccdata index e34e47b..5633c41 100644 --- a/ecc/output/eccdata +++ b/ecc/output/eccdata Binary files differ