update France emergency nums and routing

Source used is TAM questionnaire which includes official docs link
https://drive.google.com/file/d/1ImIvTWfz8SVtyB194AHDjpjZ9rWR7MW3/view
https://www.legifrance.gouv.fr/jorf/id/JORFTEXT000035994586

Note that questionnaire is missing 114 which i am getting clarification
for in b/255989759

Bug: 194913492
Bug: 259451893
Test: atest TeleServiceTests:EccDataTest
Change-Id: I7daa282e7071fe6bcdad38ada1c3376aee5385f2
diff --git a/ecc/input/eccdata.txt b/ecc/input/eccdata.txt
index a8b021e..f3f088b 100644
--- a/ecc/input/eccdata.txt
+++ b/ecc/input/eccdata.txt
@@ -792,26 +792,32 @@
     types: POLICE
     types: AMBULANCE
     types: FIRE
+    routing: EMERGENCY
   }
   eccs {
     phone_number: "15"
     types: AMBULANCE
+    routing: NORMAL
   }
   eccs {
     phone_number: "17"
     types: POLICE
+    routing: NORMAL
   }
   eccs {
     phone_number: "18"
     types: FIRE
+    routing:NORMAL
   }
   eccs {
     phone_number: "115"
     types: TYPE_UNSPECIFIED
+    routing: NORMAL
   }
   eccs {
     phone_number: "116000"
     types: TYPE_UNSPECIFIED
+    routing: NORMAL
   }
   eccs {
     phone_number: "114"
@@ -819,27 +825,28 @@
   }
   eccs {
     phone_number: "191"
-    types: TYPE_UNSPECIFIED
+    types: MOUNTAIN_RESCUE
+    routing: NORMAL
   }
   eccs {
     phone_number: "196"
     types: MARINE_GUARD
+    routing: NORMAL
   }
   eccs {
     phone_number: "197"
     types: TYPE_UNSPECIFIED
+    routing: NORMAL
   }
   eccs {
     phone_number: "116117"
     types: TYPE_UNSPECIFIED
-  }
-  eccs {
-    phone_number: "116111"
-    types: TYPE_UNSPECIFIED
+    routing: NORMAL
   }
   eccs {
     phone_number: "119"
     types: TYPE_UNSPECIFIED
+    routing: NORMAL
   }
   ecc_fallback: "112"
 }
diff --git a/ecc/output/eccdata b/ecc/output/eccdata
index 8427603..4a3a2c8 100644
--- a/ecc/output/eccdata
+++ b/ecc/output/eccdata
Binary files differ