blob: 3cdf677240222768b1ba85420373a8212a09bcad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="utf-8"?>
<EccTable>
<!--
The attribute definition for tag EccEntry:
- Ecc: the emergnecy number
- Category: the service category
- Condition: there are following values:
- 0: ecc only when no sim
- 1: ecc always
- 2: MMI will show ecc but send to nw as normal call
-->
<EccEntry Ecc="112" Category="0" Condition="1" />
<EccEntry Ecc="911" Category="0" Condition="1" />
<EccEntry Ecc="000" Category="0" Condition="0" />
<EccEntry Ecc="08" Category="0" Condition="0" />
<EccEntry Ecc="110" Category="0" Condition="0" />
<EccEntry Ecc="118" Category="0" Condition="0" />
<EccEntry Ecc="119" Category="0" Condition="0" />
<EccEntry Ecc="999" Category="0" Condition="1" />
<EccEntry Ecc="998" Category="0" Condition="1" />
<EccEntry Ecc="997" Category="0" Condition="1" />
<EccEntry Ecc="986" Category="0" Condition="1" />
</EccTable>
|