FreeCalypso > hg > tcs211-fcmodem
comparison gpf/cfg/emw_at_via_pco_dedicated.xml @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 <?xml version="1.0" encoding="ISO-8859-1"?> | |
2 <!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Steve Farmwald (private) --> | |
3 <GuiDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\cfg\emw_gui_def.xsd"> | |
4 <!-- --> | |
5 <Page title="Cell Info - IDLE"> | |
6 <LabelFrame row="0" column="0" label_id="Serving Cell - IDLE"> | |
7 <!--ROW 0 --> | |
8 <Label label_id="ARFCN" row="0" column="0" tool_tip="Absolute Radio Frequency Channel Number"/> | |
9 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.arfcn" row="0" column="1"/> | |
10 | |
11 <Label label_id="C1" row="0" column="2" tool_tip="Serving Cell Pathloss Criterion"/> | |
12 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.c1" row="0" column="3" tool_tip="C1 = RX - RXLEV_ACCESS_MIN - MAX((MX_TXPWR_MAX_CCH - MS_MAX_TX_PWR),0))"/> | |
13 | |
14 <Label label_id="C2" row="0" column="4" tool_tip="Serving Cell Reselection Criterion"/> | |
15 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.c2" row="0" column="5" tool_tip="C2 = C1 + CELL_RESELECT_OFFSET - TEMP_OFFSET * H(PENALTY_TIME - T)"/> | |
16 | |
17 <Label label_id="RxLev" row="0" column="6" tool_tip="Serving Cell RxLev"/> | |
18 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.rxlev" row="0" column="7" tool_tip="substract 110 to convert to dBm"> | |
19 <!-- Threshhold expression="$ >(-85)" action="bgcolor=green" add_to_history="false"/--> | |
20 <!-- Threshhold expression="$ <(-100)" action="bgcolor=red" add_to_history="false"/--> | |
21 <!-- Threshhold expression="($ <(-86)) && ($ >(-99))" action="bgcolor=yellow" add_to_history="false"/--> | |
22 </TextItem> | |
23 | |
24 <Label label_id="CBA" row="0" column="8" tool_tip="Cell Bar Access"/> | |
25 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.cba" row="0" column="9" width_in_chars="4"/> | |
26 | |
27 <Label label_id="TN" row="0" column="10" tool_tip="Time Slot Number"/> | |
28 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.tn" row="0" column="11" add_to_history="false"/> | |
29 | |
30 <!--ROW 1 --> | |
31 <Label label_id="BSIC" row="1" column="0" tool_tip="Serving Cell BSIC"/> | |
32 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.bsic" row="1" column="1"/> | |
33 | |
34 <Label label_id="LAC" row="1" column="2"/> | |
35 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.lac" row="1" column="3" width_in_chars="5"/> | |
36 | |
37 <Label label_id="DSC" row="1" column="4" tool_tip="GSM Downlink Signaling Counter"/> | |
38 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.dsc" row="1" column="5"/> | |
39 | |
40 <Label label_id="TxLev" row="1" column="6"/> | |
41 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.txlev" row="1" column="7"/> | |
42 | |
43 <Label label_id="CBQ" row="1" column="8" tool_tip="Cell Bar Qualifier" /> | |
44 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.cbq" row="1" column="9" width_in_chars="4"/> | |
45 </LabelFrame> | |
46 | |
47 <LabelFrame row="3" column="0" label_id="Neighbor Cells - IDLE"> | |
48 <Label label_id="NB Cells" row="0" column="0" tool_tip="Number of neighbor cells (max. = 6)"/> | |
49 <TextItem item_id="EM_NC_INFO_REQ_IDLE num_nc" row="0" column="1"/> | |
50 | |
51 | |
52 <!-- define a row of labels running along the top of the matrix --> | |
53 <Label label_id="ARFCN:" row="1" column="1" tool_tip="Absolute Radio Frequency Channel Number"/> | |
54 <Label label_id="C1: " row="1" column="2"/> | |
55 <Label label_id="C2: " row="1" column="3"/> | |
56 <Label label_id="RxLev:" row="1" column="4"/> | |
57 <Label label_id="BSIC:" row="1" column="5"/> | |
58 <Label label_id="Cell ID:" row="1" column="7" tool_tip="Cell ID"/> | |
59 <Label label_id="LAC: " row="1" column="8" /> | |
60 <Label label_id="FrameOff:" row="1" column="9" tool_tip="Frame Offset"/> | |
61 <Label label_id="T Algn: " row="1" column="10" tool_tip="Time Alignment"/> | |
62 <Label label_id="CBA: " row="1" column="11"/> | |
63 <Label label_id="CBQ: " row="1" column="12"/> | |
64 | |
65 <!-- define a column of labels for the NC indices --> | |
66 <Label label_id="Serv.Cell" row="2" column="0"/> | |
67 <Label label_id=" Nb.Cell1" row="3" column="0"/> | |
68 <Label label_id=" Nb.Cell2" row="4" column="0"/> | |
69 <Label label_id=" Nb.Cell3" row="5" column="0"/> | |
70 <Label label_id=" Nb.Cell4" row="6" column="0"/> | |
71 <Label label_id=" Nb.Cell5" row="7" column="0"/> | |
72 <Label label_id=" Nb.Cell6" row="8" column="0"/> | |
73 | |
74 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.arfcn" row="2" column="1" background_color="orange"/> | |
75 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.c1" row="2" column="2" background_color="orange"/> | |
76 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.c2" row="2" column="3" background_color="orange"/> | |
77 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.rxlev" row="2" column="4" background_color="orange" width_in_chars="4" tool_tip="substract 110 to convert to dBm"/> | |
78 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.bsic" row="2" column="5" background_color="orange"/> | |
79 <TextItem item_id="Cell_ID" row="2" column="7" background_color="orange" width_in_chars="5" tool_tip="not available for serving cell"/> | |
80 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.lac" row="2" column="8" background_color="orange" width_in_chars="5" /> | |
81 <TextItem item_id="Frame_Offset" row="2" column="9" background_color="orange" width_in_chars="5" tool_tip="not available for serving cell"/> | |
82 <TextItem item_id="Time_Alignment" row="2" column="10" background_color="orange" width_in_chars="5" tool_tip="not available for serving cell"/> | |
83 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.cba" row="2" column="11" background_color="orange" width_in_chars="4" /> | |
84 <TextItem item_id="EM_SC_INFO_REQ_IDLE_DECODED.cbq" row="2" column="12" background_color="orange" width_in_chars="4" /> | |
85 | |
86 <!-- define a column vector of text items for ARFCN --> | |
87 <Vector type="column" length="6" row="3" column="1"> | |
88 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.arfcn" row="3" column="1"/> | |
89 </Vector> | |
90 <!-- define a column vector of text items for C1 --> | |
91 <Vector type="column" length="6" row="3" column="2"> | |
92 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.c1" row="3" column="2"/> | |
93 </Vector> | |
94 <!-- define a column vector of text items for C2 --> | |
95 <Vector type="column" length="6" row="3" column="3"> | |
96 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.c2" row="3" column="3"/> | |
97 </Vector> | |
98 <!-- define a column vector of text items for RxLev --> | |
99 <Vector type="column" length="6" row="3" column="4"> | |
100 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.rxlev" row="3" column="4" add_to_history="false" tool_tip="substract 110 to convert to dBm"> | |
101 <!-- Threshhold expression="$ <(-95)" action="textcolor=red" add_to_history="true"/--> | |
102 </TextItem> | |
103 </Vector> | |
104 <!-- define a column vector of text items for BSIC--> | |
105 <Vector type="column" length="6" row="3" column="5"> | |
106 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.bsic" row="3" column="5"/> | |
107 </Vector> | |
108 <!-- define a column vector of text items for CELL ID--> | |
109 <Vector type="column" length="6" row="3" column="7"> | |
110 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.cid" row="3" column="7"/> | |
111 </Vector> | |
112 <!-- define a column vector of text items for LAC--> | |
113 <Vector type="column" length="6" row="3" column="8"> | |
114 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.lac" row="3" column="8"/> | |
115 </Vector> | |
116 <!-- define a column vector of text items for FRAME OFFSET--> | |
117 <Vector type="column" length="6" row="3" column="9"> | |
118 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.f_o" row="3" column="9"/> | |
119 </Vector> | |
120 <!-- define a column vector of text items for TIME ALIGNM--> | |
121 <Vector type="column" length="6" row="3" column="10"> | |
122 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.t_a" row="3" column="10"/> | |
123 </Vector> | |
124 <!-- define a column vector of text items for CBA--> | |
125 <Vector type="column" length="6" row="3" column="11"> | |
126 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.cba" row="3" column="11"/> | |
127 </Vector> | |
128 <!-- define a column vector of text items for CBQ--> | |
129 <Vector type="column" length="6" row="3" column="12"> | |
130 <TextItem item_id="EM_NC_INFO_REQ_IDLE_DECODED.cbq" row="3" column="12"/> | |
131 </Vector> | |
132 | |
133 </LabelFrame> | |
134 | |
135 <!-- --> | |
136 | |
137 </Page> | |
138 <Page title="Cell Info - DEDICATED"> | |
139 <LabelFrame row="0" column="0" label_id="Serving Cell - DEDICATED"> | |
140 <!--ROW 0 --> | |
141 <Label label_id="ARFCN" row="0" column="0" tool_tip="Absolute Radio Frequency Channel Number"/> | |
142 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.arfcn" row="0" column="1"/> | |
143 | |
144 <Label label_id="RXLEV_F" row="0" column="2" tool_tip="RxLev Sub"/> | |
145 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.rxlev_f" row="0" column="3" /> | |
146 | |
147 <Label label_id="RXLEV_S" row="0" column="4" tool_tip="RxLev Sub"/> | |
148 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.rxlev_s" row="0" column="5"/> | |
149 | |
150 <Label label_id="RLT" row="0" column="6" /> | |
151 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.rlt" row="0" column="7"/> | |
152 | |
153 <Label label_id="TN" row="0" column="8" /> | |
154 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.tn" row="0" column="9"/> | |
155 | |
156 <!--ROW 1 --> | |
157 <Label label_id="BSIC" row="1" column="0" tool_tip="Serving Cell BSIC"/> | |
158 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.bsic" row="1" column="1"/> | |
159 | |
160 <Label label_id="RXQUAL_F" row="1" column="2"/> | |
161 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.rxqual_f" row="1" column="3"/> | |
162 | |
163 <Label label_id="RXQUAL_S" row="1" column="4"/> | |
164 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.rxqual_s" row="1" column="5"/> | |
165 | |
166 <Label label_id="TxLev" row="1" column="6"/> | |
167 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.txlev" row="1" column="7"/> | |
168 | |
169 <Label label_id="TA" row="1" column="8"/> | |
170 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.ta" row="1" column="9"/> | |
171 </LabelFrame> | |
172 | |
173 <LabelFrame row="3" column="0" label_id="Neighbor Cells - DEDICATED"> | |
174 <Label label_id="NB Cells" row="0" column="0" tool_tip="Number of neighbor cells (max. = 6)"/> | |
175 <TextItem item_id="EM_NC_INFO_REQ_DEDICATED num_nc" row="0" column="1"/> | |
176 | |
177 | |
178 <!-- define a row of labels running along the top of the matrix --> | |
179 <Label label_id="ARFCN:" row="1" column="1" tool_tip="Absolute Radio Frequency Channel Number"/> | |
180 <Label label_id="RxLev:" row="1" column="4"/> | |
181 <Label label_id="BSIC:" row="1" column="5"/> | |
182 <Label label_id="FrameOff:" row="1" column="9" tool_tip="Frame Offset"/> | |
183 <Label label_id="T Algn: " row="1" column="10" tool_tip="Time Alignment"/> | |
184 | |
185 <!-- define a column of labels for the NC indices --> | |
186 <Label label_id="Serv.Cell" row="2" column="0"/> | |
187 <Label label_id=" Nb.Cell1" row="3" column="0"/> | |
188 <Label label_id=" Nb.Cell2" row="4" column="0"/> | |
189 <Label label_id=" Nb.Cell3" row="5" column="0"/> | |
190 <Label label_id=" Nb.Cell4" row="6" column="0"/> | |
191 <Label label_id=" Nb.Cell5" row="7" column="0"/> | |
192 <Label label_id=" Nb.Cell6" row="8" column="0"/> | |
193 | |
194 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.arfcn" row="2" column="1" background_color="orange"/> | |
195 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.dummy" row="2" column="4" background_color="orange" width_in_chars="4" tool_tip="substract 110 to convert to dBm"/> | |
196 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.bsic" row="2" column="5" background_color="orange"/> | |
197 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.dummy" row="2" column="9" background_color="orange" width_in_chars="5" tool_tip="not available for serving cell"/> | |
198 <TextItem item_id="EM_SC_INFO_REQ_DEDICATED.dummy" row="2" column="10" background_color="orange" width_in_chars="5" tool_tip="not available for serving cell"/> | |
199 | |
200 <!-- define a column vector of text items for ARFCN --> | |
201 <Vector type="column" length="6" row="3" column="1"> | |
202 <TextItem item_id="EM_NC_INFO_REQ_DEDICATED.arfcn" row="3" column="1"/> | |
203 </Vector> | |
204 <!-- define a column vector of text items for RxLev --> | |
205 <Vector type="column" length="6" row="3" column="4"> | |
206 <TextItem item_id="EM_NC_INFO_REQ_DEDICATED.rx_lev" row="3" column="4" tool_tip="substract 110 to convert to dBm"/> | |
207 </Vector> | |
208 <!-- define a column vector of text items for BSIC--> | |
209 <Vector type="column" length="6" row="3" column="5"> | |
210 <TextItem item_id="EM_NC_INFO_REQ_DEDICATED.bsic" row="3" column="5"/> | |
211 </Vector> | |
212 <!-- define a column vector of text items for FRAME OFFSET--> | |
213 <Vector type="column" length="6" row="3" column="9"> | |
214 <TextItem item_id="EM_NC_INFO_REQ_DEDICATED.f_o" row="3" column="9"/> | |
215 </Vector> | |
216 <!-- define a column vector of text items for TIME ALIGNM--> | |
217 <Vector type="column" length="6" row="3" column="10"> | |
218 <TextItem item_id="EM_NC_INFO_REQ_DEDICATED.t_a" row="3" column="10"/> | |
219 </Vector> | |
220 </LabelFrame> | |
221 | |
222 <!-- --> | |
223 | |
224 </Page> | |
225 <!-- --> | |
226 <Page title="GPRS Info"> | |
227 <LabelFrame row="0" column="0" label_id="GPRS"> | |
228 <!--ROW 0--> | |
229 <Label label_id="PCCCH TS" row="0" column="0" tool_tip="PCCCH Timeslot Number"/> | |
230 <TextItem item_id="EM_SC_GPRS_INFO_REQ.dl_nts" row="0" column="1"/> | |
231 | |
232 <Label label_id="NW Mode" row="0" column="2" tool_tip="Network Mode of Operation"/> | |
233 <TextItem item_id="EM_SC_GPRS_INFO_REQ.nmo" row="0" column="3"/> | |
234 | |
235 <Label label_id="Split Paging" row="0" column="4" tool_tip="SPGC_CCCH_SUP"/> | |
236 <TextItem item_id="EM_SC_GPRS_INFO_REQ.nw" row="0" column="5" width_in_chars="5"/> | |
237 | |
238 <Label label_id="PAccThresh." row="0" column="6" tool_tip="Priority Access Threshold"/> | |
239 <TextItem item_id="EM_SC_GPRS_INFO_REQ.pri_acc_thr" row="0" column="7"/> | |
240 | |
241 <!--ROW 1 --> | |
242 | |
243 <Label label_id="CBA" row="1" column="0" tool_tip="GPRS Cell Bar Access"/> | |
244 <TextItem item_id="EM_SC_GPRS_INFO_REQ.cba" row="1" column="1"/> | |
245 | |
246 <Label label_id="RAC" row="1" column="2" tool_tip="Routing Area Code"/> | |
247 <TextItem item_id="EM_SC_GPRS_INFO_REQ.rac" row="1" column="3" width_in_chars="5"/> | |
248 | |
249 <Label label_id="TA" row="1" column="4" tool_tip="GPRS Timing Advance"/> | |
250 <TextItem item_id="EM_SC_GPRS_INFO_REQ.tav" row="1" column="5"/> | |
251 | |
252 <Label label_id="DSC" row="1" column="6" tool_tip="GPRS Downlink Signaling Counter"/> | |
253 <TextItem item_id="EM_SC_GPRS_INFO_REQ.dsc" row="1" column="7"/> | |
254 | |
255 <!--ROW 1 --> | |
256 | |
257 <Label label_id="C31" row="2" column="0" tool_tip="GPRS Reselection Criterion C31"/> | |
258 <TextItem item_id="EM_SC_GPRS_INFO_REQ.c31" row="2" column="1"/> | |
259 | |
260 <Label label_id="C32" row="2" column="2" tool_tip="GPRS Reselection Criterion C31"/> | |
261 <TextItem item_id="EM_SC_GPRS_INFO_REQ.c32" row="2" column="3"/> | |
262 <!-- --> | |
263 </LabelFrame> | |
264 <LabelFrame row="2" column="0" label_id="GMM Info"> | |
265 <!--ROW 0--> | |
266 <Label label_id="READY_ST" row="0" column="0"/> | |
267 <TextItem item_id="EM_GMM_INF_REQ.ready_st" row="0" column="1"/> | |
268 | |
269 <Label label_id="TLLI" row="0" column="2"/> | |
270 <TextItem item_id="EM_GMM_INF_REQ.tlli" row="0" column="3" column_span="3"/> | |
271 | |
272 <Label label_id="PTMSI" row="0" column="7"/> | |
273 <TextItem item_id="EM_GMM_INF_REQ.ptmsi" row="0" column="8" column_span="3"/> | |
274 <!--ROW 1--> | |
275 <Label label_id="CIPH_ALG" row="1" column="0"/> | |
276 <TextItem item_id="EM_GMM_INF_REQ.ciph_alg" row="1" column="1"/> | |
277 | |
278 <Label label_id="READY TIME" row="1" column="2"/> | |
279 <TextItem item_id="EM_GMM_INF_REQ.ready_tim" row="1" column="3" column_span="3"/> | |
280 | |
281 <Label label_id="PTMSI_SIG" row="1" column="7"/> | |
282 <TextItem item_id="EM_GMM_INF_REQ.ptmsi_sig" row="1" column="8" column_span="3"/> | |
283 | |
284 </LabelFrame> | |
285 <LabelFrame row="4" column="0" label_id="GRLC Info"> | |
286 <!--ROW 0--> | |
287 <Label label_id="GRLC_STA" row="0" column="0"/> | |
288 <TextItem item_id="EM_GRLC_INF_REQ.grlc_sta" row="0" column="1"/> | |
289 | |
290 <Label label_id="DL_TFI" row="0" column="2"/> | |
291 <TextItem item_id="EM_GRLC_INF_REQ.dl_tfi" row="0" column="3"/> | |
292 | |
293 <Label label_id="DL_MAC_MODE" row="0" column="4"/> | |
294 <TextItem item_id="EM_GRLC_INF_REQ.dl_mac_mode" row="0" column="5"/> | |
295 | |
296 <!--ROW 1--> | |
297 | |
298 <Label label_id="TBF_MODE" row="1" column="0"/> | |
299 <TextItem item_id="EM_GRLC_INF_REQ.tbf_mode" row="1" column="1"/> | |
300 | |
301 <Label label_id="UL_TFI" row="1" column="2"/> | |
302 <TextItem item_id="EM_GRLC_INF_REQ.ul_tfi" row="1" column="3"/> | |
303 | |
304 <Label label_id="UL_MAC_MODE" row="1" column="4"/> | |
305 <TextItem item_id="EM_GRLC_INF_REQ.ul_mac_mode" row="1" column="5"/> | |
306 | |
307 <!--ROW 1--> | |
308 <Label label_id="UL_CV" row="2" column="0"/> | |
309 <TextItem item_id="EM_GRLC_INF_REQ.ul_cv" row="2" column="1"/> | |
310 | |
311 <Label label_id="UL_CS" row="2" column="2"/> | |
312 <TextItem item_id="EM_GRLC_INF_REQ.ul_cs" row="2" column="3" /> | |
313 | |
314 <Label label_id="UL_NB_BLOCKS" row="2" column="4"/> | |
315 <TextItem item_id="EM_GRLC_INF_REQ.ul_nb_blocks" row="2" column="5" column_span="2"/> | |
316 | |
317 </LabelFrame> | |
318 | |
319 </Page> | |
320 <!-- --> | |
321 <Page title="Location, Paging, PLMN"> | |
322 <LabelFrame row="0" column="0" label_id="Location and Paging Parameter"> | |
323 <!--ROW 0 --> | |
324 <Label label_id="BS PA MFRMS" row="0" column="0"/> | |
325 <TextItem item_id="EM_LOC_PAG_INFO_REQ_DECODED.bs_pa_mfrms" row="0" column="1"/> | |
326 | |
327 <Label label_id="T3212" row="0" column="2"/> | |
328 <TextItem item_id="EM_LOC_PAG_INFO_REQ_DECODED.t3212" row="0" column="3"/> | |
329 | |
330 <Label label_id="MCC" row="0" column="4"/> | |
331 <TextItem item_id="EM_LOC_PAG_INFO_REQ_DECODED.mcc" row="0" column="5" column_span="2"/> | |
332 | |
333 <Label label_id="MNC" row="0" column="7"/> | |
334 <TextItem item_id="EM_LOC_PAG_INFO_REQ_DECODED.mnc" row="0" column="8" column_span="2"/> | |
335 | |
336 <Label label_id="TMSI" row="0" column="10"/> | |
337 <TextItem item_id="EM_LOC_PAG_INFO_REQ_TMSI" row="0" column="11" column_span="3" /> | |
338 <!--ROW 1 --> | |
339 <!-- Label label_id="BS PA MFRMS" row="1" column="0"/ --> | |
340 <!-- TextItem item_id="LP_Repeat_Trans" row="1" column="1" column_span="2" tool_tip="in Multiframe Periods"/ --> | |
341 <!-- TextItem item_id="LP_Repeat" row="0" column="0" visible="false"/ --> | |
342 | |
343 <!-- Label label_id="T3212" row="1" column="3"/ --> | |
344 <!-- TextItem item_id="LP_Update_Interval_Trans" row="1" column="4" column_span="2" tool_tip="in Minutes"/ --> | |
345 <!-- TextItem item_id="LP_Update_Interval" row="0" column="0" visible="false"/ --> | |
346 </LabelFrame> | |
347 <LabelFrame row="2" column="0" label_id="PLMN Parameter"> | |
348 <!--ROW 0 --> | |
349 <Label label_id="Max Num of Chan.Req.Retries" row="0" column="0"/> | |
350 <TextItem item_id="EM_PLMN_INFO_REQ.no_creq_max" row="0" column="1"/> | |
351 | |
352 <Label label_id="Reest. Flag" row="0" column="2"/> | |
353 <TextItem item_id="EM_PLMN_INFO_REQ.re_flag" row="0" column="3"/> | |
354 | |
355 <Label label_id="MS TXPWR MAX CCCH" row="0" column="4"/> | |
356 <TextItem item_id="EM_PLMN_INFO_REQ.TXPOW_max" row="0" column="5"/> | |
357 | |
358 <!--ROW 1 --> | |
359 <Label label_id="RXLEV MIN" row="1" column="0"/> | |
360 <TextItem item_id="EM_PLMN_INFO_REQ.RXLEV_acc_min" row="1" column="1"/> | |
361 | |
362 <!-- Label label_id="Release Cause" row="1" column="2"/ --> | |
363 <!-- TextItem item_id="PLMN_ReleaseCause" row="1" column="3" column_span="2" background_color="black"/ --> | |
364 | |
365 </LabelFrame> | |
366 </Page> | |
367 <!-- --> | |
368 <Page title="Ciphering, Hopping, DTX"> | |
369 <LabelFrame row="0" column="0" label_id="Ciphering, Hopping, DTX"> | |
370 <!--ROW 0 --> | |
371 | |
372 <Label label_id="Cipher Status" row="0" column="0"/> | |
373 <TextItem item_id="EM_CIP_HOP_DTX_INFO_REQ.ciph" row="0" column="1"/> | |
374 | |
375 <Label label_id="DTX Status" row="0" column="2"/> | |
376 <TextItem item_id="EM_CIP_HOP_DTX_INFO_REQ.dtx" row="0" column="3"/> | |
377 | |
378 <!--ROW 1 --> | |
379 <Label label_id="Hopping Status" row="1" column="0"/> | |
380 <TextItem item_id="EM_CIP_HOP_DTX_INFO_REQ.hop" row="1" column="1"/> | |
381 | |
382 <Label label_id="Hopping Seq. Num." row="1" column="2"/> | |
383 <TextItem item_id="EM_CIP_HOP_DTX_INFO_REQ.hsn" row="1" column="3"/> | |
384 | |
385 <Label label_id="V_START" row="1" column="4"/> | |
386 <TextItem item_id="EM_CIP_HOP_DTX_INFO_REQ.v_start" row="1" column="5"/> | |
387 | |
388 <!--ROW 2 --> | |
389 <Label label_id="Hopping Channels" row="2" column="0"/> | |
390 <TextItem item_id="EM_CIP_HOP_DTX_INFO_REQ_FREQ" row="2" column="1" column_span="5"/> | |
391 </LabelFrame> | |
392 </Page> | |
393 <!-- --> | |
394 <Page title="Power Info"> | |
395 <LabelFrame row="0" column="0" label_id="Power Parameter"> | |
396 <!--Col 0 --> | |
397 <Label label_id="Classmark2" row="0" column="0"/> | |
398 | |
399 <Label label_id="PWR_Rev_Lev" row="1" column="0"/> | |
400 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.rev_lev" row="1" column="1" /> | |
401 | |
402 <Label label_id="PWR_ES_Ind" row="2" column="0"/> | |
403 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.es_ind" row="2" column="1" /> | |
404 | |
405 <Label label_id="PWR_A5_1" row="3" column="0"/> | |
406 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.a5_1" row="3" column="1" /> | |
407 | |
408 <Label label_id="PWR_RF_Power_Cap" row="4" column="0"/> | |
409 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.rf_pow_cap" row="4" column="1" /> | |
410 | |
411 <Label label_id="PWR_PS_Cap" row="5" column="0"/> | |
412 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.ps_cap" row="5" column="1" /> | |
413 | |
414 <Label label_id="PWR_SS_Screen" row="6" column="0"/> | |
415 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.ss_screen" row="6" column="1" /> | |
416 | |
417 <Label label_id="PWR_SM_Cap" row="7" column="0"/> | |
418 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.sm_cap" row="7" column="1" /> | |
419 | |
420 <Label label_id="PWR_Freq_Cap" row="8" column="0"/> | |
421 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.freq_cap" row="8" column="1" /> | |
422 | |
423 <Label label_id="PWR_Class_3" row="9" column="0"/> | |
424 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.class_3" row="9" column="1" /> | |
425 | |
426 <Label label_id="PWR_CMSP" row="10" column="0"/> | |
427 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.cmsp" row="10" column="1" /> | |
428 | |
429 <Label label_id="PWR_A5_3" row="11" column="0"/> | |
430 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.a5_3" row="11" column="1" /> | |
431 | |
432 <Label label_id="PWR_A5_2" row="12" column="0"/> | |
433 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_2.a5_2" row="12" column="1" /> | |
434 | |
435 <!--COL 1 --> | |
436 <Label label_id="Classmark3" row="0" column="4"/> | |
437 | |
438 <Label label_id="PWR_MB_Sub" row="1" column="4"/> | |
439 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.mb_sub" row="1" column="5" /> | |
440 | |
441 <Label label_id="PWR_A5_7" row="2" column="4"/> | |
442 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.a5_7" row="2" column="5" /> | |
443 | |
444 <Label label_id="PWR_A5_6" row="3" column="4"/> | |
445 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.a5_6" row="3" column="5" /> | |
446 | |
447 <Label label_id="PWR_A5_5" row="4" column="4"/> | |
448 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.a5_5" row="4" column="5" /> | |
449 | |
450 <Label label_id="PWR_A5_4" row="5" column="4"/> | |
451 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.a5_4" row="5" column="5" /> | |
452 | |
453 <Label label_id="PWR_V_Radio_CAP_2" row="6" column="4"/> | |
454 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.v_radio_cap_2" row="6" column="5" /> | |
455 | |
456 <Label label_id="PWR_Radio_CAP_2" row="7" column="4"/> | |
457 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.ra_cap_2" row="7" column="5" /> | |
458 | |
459 <Label label_id="PWR_V_Radio_CAP_1" row="8" column="4"/> | |
460 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.v_ra_cap_1" row="8" column="5" /> | |
461 | |
462 <Label label_id="PWR_Radio_CAP_1" row="9" column="4"/> | |
463 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.ra_cap_1" row="9" column="5" /> | |
464 | |
465 <Label label_id="PWR_VR_Support" row="10" column="4"/> | |
466 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.v_r_sup" row="10" column="5" /> | |
467 | |
468 <Label label_id="PWR_R_Support" row="11" column="4"/> | |
469 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.r_sup" row="11" column="5" /> | |
470 | |
471 <Label label_id="PWR_VMS_Class" row="12" column="4"/> | |
472 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.v_m_s_class" row="12" column="5" /> | |
473 | |
474 <Label label_id="PWR_MS_Class" row="13" column="4"/> | |
475 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.m_s_class" row="13" column="5" /> | |
476 | |
477 <Label label_id="PWR_UCS2" row="14" column="4"/> | |
478 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.ucs2_treat" row="14" column="5" /> | |
479 | |
480 <Label label_id="PWR_Ext_Meas_Cap" row="15" column="4"/> | |
481 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.ext_meas_cap" row="15" column="5" /> | |
482 | |
483 <Label label_id="PWR_V_Meas_Cap" row="16" column="4"/> | |
484 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.v_meas_cap" row="16" column="5" /> | |
485 | |
486 <Label label_id="PWR_SW_Time" row="17" column="4"/> | |
487 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.sw_time" row="17" column="5" /> | |
488 | |
489 <Label label_id="PWR_SWS_Time" row="18" column="4"/> | |
490 <TextItem item_id="EM_POWER_INFO_REQ_CLASSMARK_3.sws_time" row="18" column="5" /> | |
491 </LabelFrame> | |
492 </Page> | |
493 <!-- --> | |
494 <Page title="Identity"> | |
495 <LabelFrame row="0" column="0" label_id="Identity Parameter"> | |
496 <!--COL 0 --> | |
497 <Label label_id="IMEI ID_TYPE" row="0" column="0"/> | |
498 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMEI.id_type" row="0" column="1"/> | |
499 | |
500 <Label label_id="IMEI V_ID" row="1" column="0"/> | |
501 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMEI.v_id" row="1" column="1"/> | |
502 | |
503 <Label label_id="IMEI C_ID" row="2" column="0"/> | |
504 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMEI.c_id" row="2" column="1"/> | |
505 | |
506 <Label label_id="IMEI ODD_EVEN" row="3" column="0"/> | |
507 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMEI.odd_even" row="3" column="1"/> | |
508 | |
509 <Label label_id="IMEI" row="4" column="0"/> | |
510 <TextItem item_id="EM_IDENTITY_INFO_REQ.imei_1" row="4" column="1" column_span="3"/> | |
511 <TextItem item_id="EM_IDENTITY_INFO_REQ.imei_2" row="4" column="4" width_in_chars="8"/> | |
512 | |
513 <!--COL 1 --> | |
514 <Label label_id="IMSI ID_TYPE" row="0" column="8"/> | |
515 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMSI.id_type" row="0" column="9"/> | |
516 | |
517 <Label label_id="IMSI V_ID" row="1" column="8"/> | |
518 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMSI.v_id" row="1" column="9"/> | |
519 | |
520 <Label label_id="IMSI C_ID" row="2" column="8"/> | |
521 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMSI.c_id" row="2" column="9"/> | |
522 | |
523 <Label label_id="IMSI ODD_EVEN" row="3" column="8"/> | |
524 <TextItem item_id="EM_IDENTITY_INFO_REQ_IMSI.odd_even" row="3" column="9"/> | |
525 | |
526 <Label label_id="IMSI" row="4" column="8"/> | |
527 <TextItem item_id="EM_IDENTITY_INFO_REQ.imsi_1" row="4" column="9" column_span="3"/> | |
528 <TextItem item_id="EM_IDENTITY_INFO_REQ.imsi_2" row="4" column="12" width_in_chars="9"/> | |
529 | |
530 <Label label_id="TMSI" row="5" column="8"/> | |
531 <TextItem item_id="EM_IDENTITY_INFO_REQ.tmsi_bin" row="5" column="9" column_span="3"/> | |
532 | |
533 </LabelFrame> | |
534 </Page> | |
535 <!-- --> | |
536 <!-- Page title="Reference Phone" --> | |
537 <!-- LabelFrame row="0" column="0" label_id="TEST" --> | |
538 <!--ROW 0 --> | |
539 | |
540 <!--ROW 1 --> | |
541 <!-- /LabelFrame --> | |
542 <!-- /Page --> | |
543 <!-- --> | |
544 </GuiDefinition> |