Download this file

CU.xml    34 lines (32 with data), 758 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<Configuration>
<CU>
<CUItem id="A1">
<urgency>2</urgency>
<cherishThreshold>100</cherishThreshold>
</CUItem>
<CUItem id="A2">
<urgency>2</urgency>
<cherishThreshold>66</cherishThreshold>
</CUItem>
<CUItem id="B1">
<urgency>1</urgency>
<cherishThreshold>100</cherishThreshold>
</CUItem>
<CUItem id="B2">
<urgency>1</urgency>
<cherishThreshold>66</cherishThreshold>
</CUItem>
<CUItem id="BE">
<urgency>0</urgency>
<cherishThreshold>33</cherishThreshold>
</CUItem>
</CU>
<qos2CU>
<qos id="0" cu="A1" />
<qos id="1" cu="A1" />
<qos id="2" cu="A2" />
<qos id="3" cu="B1" />
<qos id="4" cu="B2" />
</qos2CU>
</Configuration>