comparison cdg211/prim/sn.pdf @ 4:56abf6cf8a0b

cdg211: cdginc/mdf/pdf files from TCS211-20070608
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 01:11:35 +0000
parents
children
comparison
equal deleted inserted replaced
3:93999a60b835 4:56abf6cf8a0b
1 ;********************************************************************************
2 ;*** File : sn.pdf
3 ;*** Creation : Fri Jun 08 13:58:34 CST 2007
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 : sn
9 ;*** Document No. : 8441.110.99.006
10 ;*** Document Date : 2001-10-08
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: Harald
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Feb 17 14:43:54 2005"
18 PRAGMA LAST_MODIFIED "2001-10-08"
19 PRAGMA ID_AND_VERSION "8441.110.99.006"
20
21
22
23 CONST MAX_PARAM_NUMBER 4 ; Maximal number of parameters per compressor unit
24 CONST MAX_COMP_NUMBER 3 ; Currently there are 3 PCOMP values for V.42bis
25 CONST MAX_ENT_NUMBER 1 ; There is 1 data compression entity currently and 1 header compression entity.
26
27
28
29 VALTAB VAL_nsapi
30 VAL 0 NSAPI_0 "escape mechanism for future extensions"
31 VAL 1 NSAPI_1 "Point-To-Multipoint Multicast information"
32 VAL 2 NSAPI_2 "reserved for future use"
33 VAL 3 NSAPI_3 "reserved for future use"
34 VAL 4 NSAPI_4 "reserved for future use"
35 VAL 5 NSAPI_5 "dynamically allocated NSAPI value"
36 VAL 6 NSAPI_6 "dynamically allocated NSAPI value"
37 VAL 7 NSAPI_7 "dynamically allocated NSAPI value"
38 VAL 8 NSAPI_8 "dynamically allocated NSAPI value"
39 VAL 9 NSAPI_9 "dynamically allocated NSAPI value"
40 VAL 10 NSAPI_10 "dynamically allocated NSAPI value"
41 VAL 11 NSAPI_11 "dynamically allocated NSAPI value"
42 VAL 12 NSAPI_12 "dynamically allocated NSAPI value"
43 VAL 13 NSAPI_13 "dynamically allocated NSAPI value"
44 VAL 14 NSAPI_14 "dynamically allocated NSAPI value"
45 VAL 15 NSAPI_15 "dynamically allocated NSAPI value"
46
47 VALTAB VAL_p_id
48 VAL 0x21 PPP_PID_IP "simple ip packet"
49 VAL 0x2D PPP_PID_CTCP "Van Jacobson compressed TCP/IP header"
50 VAL 0x2F PPP_PID_UTCP "Van Jacobson uncompressed TCP/IP header"
51
52 VALTAB VAL_ppp_hc
53 VAL 0 SN_HC_OFF "no header compression"
54 VAL 1 SN_HC_VJ "Van Jacobson header compression"
55
56 VALTAB VAL_reset
57 VAL 0 SN_RESET_NO "no reset"
58 VAL 1 SN_RESET_YES "reset"
59
60 VALTAB VAL_dti_direction
61 VAL 1 SN_HOME "mapped to HOME from dti.h"
62 VAL 0 SN_NEIGHBOR "mapped to NEIGHBOR from dti.h"
63
64
65
66
67 VAR nsapi "network layer service access point identifier" B
68
69 VAL @p_sn - VAL_nsapi@
70
71 VAR list_len "length in octets of whole data" S
72
73
74 VAR first "pointer to generic data descriptors" L
75
76
77 VAR p_id "protocol identifier" B
78
79 VAL @p_sn - VAL_p_id@
80
81 VAR l_buf "length of content in bit" S
82
83
84 VAR o_buf "offset of content in bit" S
85
86
87 VAR buf "buffer content" B
88
89
90 VAR reserved_data_ind2 "reserved octets" B
91
92
93 VAR reserved_unitdata_ind2 "reserved octets" B
94
95
96 VAR reserved_data_req1 "reserved octets" B
97
98
99 VAR reserved_data_req3 "reserved octets" B
100
101
102 VAR reserved_unitdata_req1 "reserved octets" B
103
104
105 VAR reserved_unitdata_req3 "reserved octets" B
106
107
108 VAR ref_nsapi "ref_nsapi" B
109
110
111 VAR ref_npdu_num "ref_npdu_num" S
112
113
114 VAR ref_seg_num "ref_seg_num" B
115
116
117 VAR ppp_hc "header compression of PPP connection" B
118
119 VAL @p_sn - VAL_ppp_hc@
120
121 VAR msid "max slot identifier" B
122
123
124 VAR reset "reset flag" B
125
126 VAL @p_sn - VAL_reset@
127
128 VAR octets_uplink "octets uplink" L
129
130
131 VAR octets_downlink "octets downlink" L
132
133
134 VAR packets_uplink "packets uplink" L
135
136
137 VAR packets_downlink "packets downlink" L
138
139
140 VAR dti_linkid "DTI link identifier" L
141
142
143 VAR dti_neighbor "DTI neighbor entity name" L
144
145
146 VAR dti_direction "direction of DTI connection" B
147
148 VAL @p_sn - VAL_dti_direction@
149
150
151
152
153 COMP desc_list2 "list of generic data descriptors"
154 {
155 list_len ; length in octets of whole data
156 first ; pointer to generic data descriptors
157 }
158
159
160
161 COMP sdu "service data unit"
162 {
163 l_buf ; length of content in bit
164 o_buf ; offset of content in bit
165 buf [1] ; buffer content
166 }
167
168
169
170 COMP reserved_data_ind1 "to the segment to be confirmed"
171 {
172 ref_nsapi ; ref_nsapi
173 ref_npdu_num ; ref_npdu_num
174 ref_seg_num ; ref_seg_num
175 }
176 TYPEDEF COMP reserved_data_ind1 reserved_unitdata_ind1 "to the segment to be confirmed"
177 TYPEDEF COMP reserved_data_ind1 reserved_data_req2 "to the segment to be confirmed"
178 TYPEDEF COMP reserved_data_ind1 reserved_unitdata_req2 "to the segment to be confirmed"
179
180
181
182
183
184
185 ; SN_MODIFICATION_IND 0x6808
186 ; SN_COUNT_REQ 0x2808
187 ; SN_COUNT_CNF 0x6809
188 ; SN_SWITCH_REQ 0x2809
189 ; SN_SWITCH_CNF 0x680A
190
191
192
193 PRIM SN_MODIFICATION_IND 0x6808
194 {
195 ppp_hc ; header compression of PPP connection
196 msid ; max slot identifier
197 }
198
199
200
201
202
203
204 PRIM SN_COUNT_REQ 0x2808
205 {
206 nsapi ; network layer service access point identifier
207 reset ; shall counters be reset
208 }
209
210
211
212
213
214
215 PRIM SN_COUNT_CNF 0x6809
216 {
217 nsapi ; network layer service access point identifier
218 octets_uplink ; octets uplink
219 octets_downlink ; octets downlink
220 packets_uplink ; packets uplink
221 packets_downlink ; packets downlink
222 }
223
224
225
226
227
228
229 PRIM SN_SWITCH_REQ 0x2809
230 {
231 nsapi ; network layer service access point identifier
232 dti_linkid ; dti linkid
233 dti_neighbor ; dti neighbor
234 dti_direction ; dti direction
235 }
236
237
238
239
240
241
242 PRIM SN_SWITCH_CNF 0x680A
243 {
244 nsapi ; network layer service access point identifier
245 }
246
247
248
249
250
251
252
253
254