commit | 28748257266324b52cc83cb7c181acdcd62e7020 | [log] [tgz] |
---|---|---|
author | Grant Menke <grantmenke@google.com> | Tue Aug 27 15:06:51 2024 -0700 |
committer | Grant Menke <grantmenke@google.com> | Tue Aug 27 22:09:49 2024 +0000 |
tree | 310336088662033cb043a793eefcc410e75a47cb | |
parent | 6e88d4c1b32a2ef963b22d5dc6c21b72cb292dd7 [diff] |
Update IN emergency routing. This CL adds "108" as a AMBULANCE emergency number in eccdata. The following sources were provided by the TAM: https://nrhm.maharashtra.gov.in/ems.htm https://tnhsp.org/tnhsp/108-emergency-ambulance-services.php https://nhm.assam.gov.in/sites/default/files/swf_utility_folder/departments/nhm_lipl_in_oid_6/menu/document/district_operational_guideline_for_national_ambulance_services_2020-21.pdf Bug: 354208647 Test: atest TeleServiceTests:EccDataTest Flag: EXEMPT resource only update Change-Id: I84d50f726eea0903c6071c0e4086abddd4de4e0a
diff --git a/ecc/input/eccdata.txt b/ecc/input/eccdata.txt index 5852d76..dab3ce8 100644 --- a/ecc/input/eccdata.txt +++ b/ecc/input/eccdata.txt
@@ -1385,6 +1385,11 @@ types: FIRE } eccs { + phone_number: "108" + types: AMBULANCE + routing: NORMAL + } + eccs { phone_number: "100" types: POLICE types: AMBULANCE
diff --git a/ecc/output/eccdata b/ecc/output/eccdata index d16b06f..229604b 100644 --- a/ecc/output/eccdata +++ b/ecc/output/eccdata Binary files differ