comparison cdg-hybrid/sap/tb.pdf @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 ;********************************************************************************
2 ;*** File : tb.pdf
3 ;*** Creation : Wed Mar 11 09:58:52 CST 2009
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
6 ;********************************************************************************
7 ;*** Document Type : Service Access Point Specification
8 ;*** Document Name : tb
9 ;*** Document No. : 8441.112.01.002
10 ;*** Document Date : 2001-07-17
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: SAB
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:54:48 2007"
18 PRAGMA LAST_MODIFIED "2001-07-17"
19 PRAGMA ID_AND_VERSION "8441.112.01.002"
20
21
22
23 CONST TB_BA_LIST_SIZE 33 ; BA list size
24
25
26
27 VALTAB VAL_arfcn
28 VAL 1 - 124 "GSM 900 without extension band"
29 VAL 1 - 174 "GSM 900 with extension band"
30 VAL 512 - 810 "PCS 1900"
31 VAL 512 - 885 "DCS 1800"
32 VAL 1 - 498 "Dual band(GSM/DCS)"
33 VAL 1 - 548 "Dual band(EGSM/DCS)"
34 VAL 0xFFFF TB_INVALID_ARFCN "Used to mark a channel number entry as invalid."
35
36
37
38
39 VAR num_meas "number" B
40
41
42 VAR rxlev "measurement value" S
43
44
45 VAR arfcn "channel number" S
46
47 VAL @p_tb - VAL_arfcn@
48
49 VAR sc_rxlev "RXLEV value of the serving cell." B
50
51
52
53
54
55 COMP tb_meas_result ""
56 {
57 arfcn ; Channel Number
58 rxlev ; ACC Level
59 num_meas ; ACC nbr
60 }
61
62
63
64
65
66
67 ; TB_MEAS_IND 0x1800
68 ; TB_RXLEV_SC_REQ 0x5800
69
70
71
72 PRIM TB_MEAS_IND 0x1800
73 {
74 tb_meas_result [TB_BA_LIST_SIZE] ; Measurement result
75 }
76
77
78
79
80
81
82 PRIM TB_RXLEV_SC_REQ 0x5800
83 {
84 sc_rxlev ; RXLEV Serving Cell
85 }
86
87
88
89
90
91
92
93
94