commit | b9f7d9a2e58015c654a34bdc410a0d4bc4fdd8f5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 04 23:16:47 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 04 23:16:47 2023 +0000 |
tree | c9f1d7a831f00faa916822dba9ef9497688f89e0 | |
parent | 48e2215fd13298a118c40f2a08f4c8a24148486b [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: Ieaa4332837a9136904bd03a708170eb91ca321e0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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