add normal routing for numbers in GP and RE
These are/were french territories and follow the same rules as FR
Pixel team also got the same request from Orange.
Fixes: 275611225
Test: atest TeleServiceTests:EccDataTest#testEccDataContent
Change-Id: Ie7d830c393d5f7e607228b138c93898c88f631aa
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