comparison cdg211/msg/cc.mdf @ 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 : cc.mdf
3 ;*** Creation : Fri Jun 08 13:58:50 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 : Air Interface Message Specification
8 ;*** Document Name : cc
9 ;*** Document No. : 6147.600.97.108
10 ;*** Document Date : 2003-02-04
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: LG
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Mon Nov 24 15:50:36 2003"
18 PRAGMA LAST_MODIFIED "2003-02-04"
19 PRAGMA ID_AND_VERSION "6147.600.97.108"
20
21
22
23 CONST L3MAX 251 ; maximum size of a L3 buffer
24 CONST MAX_SS_VERSION 1 ; maximum length in SS version
25
26
27
28 VALTAB VAL_access_ident
29 VAL DEF "reserved"
30 VAL 0 AI_OCT_ID "octet identifier"
31
32 VALTAB VAL_state
33 VAL DEF "reserved"
34 VAL 0 CS_0 "null"
35 VAL 2 CS_01 "MM connection pending"
36 VAL 35 CS_03 "Wait for network information"
37 VAL 37 CS_05 "CC-Establishment confirmed"
38 VAL 38 CS_06 "Recall present"
39 VAL 1 CS_1 "call initiated"
40 VAL 3 CS_3 "mobile originating call proceeding"
41 VAL 4 CS_4 "call delivered"
42 VAL 6 CS_6 "call present"
43 VAL 7 CS_7 "call received"
44 VAL 8 CS_8 "connect request"
45 VAL 9 CS_9 "mobile terminating call confirmed"
46 VAL 10 CS_10 "active"
47 VAL 11 CS_11 "disconnect request"
48 VAL 12 CS_12 "disconnect indication"
49 VAL 19 CS_19 "release request"
50 VAL 26 CS_26 "mobile originating modify"
51 VAL 27 CS_27 "mobile terminating modify"
52 VAL 28 CS_28 "connect indication"
53
54 VALTAB VAL_cause
55 RANGE 0 .. 31 "Normal, unspecified"
56 RANGE 32 .. 47 "Resources unavailable, unspecified"
57 RANGE 48 .. 63 "Service or option not available, unspecified"
58 RANGE 64 .. 79 "Service or option not implemented, unspecified"
59 RANGE 80 .. 95 "Semantically incorrect message"
60 RANGE 96 .. 111 "Protocol error, unspecified"
61 RANGE 112 .. 127 "Interworking, unspecified"
62 VAL 1 CAUSE_UNASSIGN "Unassigned (unallocated) Note 9 number"
63 VAL 3 CAUSE_NO_ROUTE "No route to destination"
64 VAL 6 CAUSE_CHAN_UNACCEPT "Channel unacceptable"
65 VAL 8 CAUSE_BARRED "Operator determined barring"
66 VAL 16 CAUSE_CALL_CLEAR "Normal call clearing"
67 VAL 17 CAUSE_USER_BUSY "User busy"
68 VAL 18 CAUSE_NO_RESPONSE "No user responding"
69 VAL 19 CAUSE_ALERT_NO_ANSWER "User alerting, no answer"
70 VAL 21 CAUSE_CALL_REJECT "Call rejected"
71 VAL 22 CAUSE_NUM_CHANGED "Number changed"
72 VAL 25 CAUSE_PREEMPTION "Pre-emption"
73 VAL 26 CAUSE_USER_CLEAR "Non selected user clearing"
74 VAL 27 CAUSE_DEST_ORDER "Destination out of order"
75 VAL 28 CAUSE_NUM_FORMAT "Invalid number format (incomplete number)"
76 VAL 29 CAUSE_FACILITY_REJECT "Facility rejected"
77 VAL 30 CAUSE_STATUS_ENQUIRY "Response to STATUS ENQUIRY"
78 VAL 31 CAUSE_UNSPECIFIED "Normal, unspecified"
79 VAL 34 CAUSE_NO_CHAN_AVAIL "No circuit/channel available"
80 VAL 38 CAUSE_NETWORK_ORDER "Network out of order"
81 VAL 41 CAUSE_TEMP_FAIL "Temporary failure"
82 VAL 42 CAUSE_SWITCH_CONGEST "Switching equipment congestion"
83 VAL 43 CAUSE_INFO_DISCARD "Access information discarded"
84 VAL 44 CAUSE_REQ_CHAN_UNAVAIL "requested circuit/channel not available"
85 VAL 47 CAUSE_RESOURCE_UNAVAIL "Resources unavailable, unspecified"
86 VAL 49 CAUSE_QOS_UNAVAIL "Quality of service unavailable"
87 VAL 50 CAUSE_FACILITY_UNSUBSCRIB "Requested facility not subscribed"
88 VAL 55 CAUSE_BARRED_IN_CUG "Incoming calls barred within the CUG"
89 VAL 57 CAUSE_BEARER_CAP_AUTHORIZ "Bearer capability not authorized"
90 VAL 58 CAUSE_BEARER_CAP_UNAVAIL "Bearer capability not presently available"
91 VAL 63 CAUSE_SERVICE_UNAVAIL "Service or option not available, unspecified"
92 VAL 65 CAUSE_BEARER_NOT_IMPLEM "Bearer service not implemented"
93 VAL 68 CAUSE_ACM_MAX "ACM equal to or greater than ACMmax"
94 VAL 69 CAUSE_FACILITY_NOT_IMPLEM "Requested facility not implemented"
95 VAL 70 CAUSE_RESTICT_BEARER_CAP "Only restricted digital information bearer capability is available"
96 VAL 79 CAUSE_SERVICE_NOT_IMPLEM "Service or option not implemented, unspecified"
97 VAL 81 CAUSE_INVALID_TI "Invalid transaction identifier value"
98 VAL 87 CAUSE_USER_NOT_IN_CUG "User not member of CUG"
99 VAL 88 CAUSE_INCOMPAT_DEST "Incompatible destination"
100 VAL 91 CAUSE_INVALID_TRANS_NET "Invalid transit network selection"
101 VAL 95 CAUSE_INCORRECT_MESSAGE "Semantically incorrect message"
102 VAL 96 CAUSE_INVALID_MAND_INFO "Invalid mandatory information"
103 VAL 97 CAUSE_MESSAGE_TYPE_NOT_IMPLEM "Message type non-existent or not implemented"
104 VAL 98 CAUSE_MESSAGE_TYPE_INCOMPAT "Message type not compatible with protocol state"
105 VAL 99 CAUSE_INFO_ELEM_NOT_IMPLEM "Information element nonistent or not implemented"
106 VAL 100 CAUSE_COND_INFO_ELEM "Conditional IE error"
107 VAL 101 CAUSE_MESSAGE_INCOMPAT "Message not compatible with protocol state"
108 VAL 102 CAUSE_TIMER "Recovery on timer expiry"
109 VAL 111 CAUSE_PROTOCOL "Protocol error, unspecified"
110 VAL 127 CAUSE_INTERWORKING "Interworking, unspecified"
111
112 VALTAB VAL_code
113 VAL DEF "reserved"
114 VAL 0 CSTD_GSM "GSM standardized coding"
115
116 VALTAB VAL_cs
117 VAL 0 CS_Q931 "standardized coding as described in CCITT Rec. Q.931"
118 VAL 1 CS_INTERNATIONAL "reserved for other international standards"
119 VAL 2 CS_NATIONAL "national standard"
120 VAL 3 CS_GSM_PLMN "standard defined for the GSM PLMNS as described in 10.86/GSM 04.08"
121
122 VALTAB VAL_compress
123 VAL 0 COMP_NO "data compression not possible"
124 VAL 1 COMP_YES "data compression possible"
125
126 VALTAB VAL_config
127 VAL DEF "reserved"
128 VAL 0 CONF_POINT_TO_POINT "point-to-point"
129
130 VALTAB VAL_congest_lev
131 VAL DEF "reserved"
132 VAL 0 CL_RECEIVER_READY "receiver ready"
133 VAL 15 CL_RECEIVER_NOT_READY "receiver not ready"
134
135 VALTAB VAL_conn_elem
136 VAL 0 CE_TRANSPA "transparent"
137 VAL 1 CE_RLP "non transparent (RLP)"
138 VAL 2 CE_TRANSPA_PREF "both, transparent preferred"
139 VAL 3 CE_RLP_PREF "both, non transparent preferred"
140
141 VALTAB VAL_dtmf
142 VAL 0 DTMF_EARLY "Reserved for earlier versions of the protocol."
143 VAL 1 DTMF_CURRENT "The mobile station supports DTMF as specified in section 5.5.7 of GSM 4.08."
144
145 VALTAB VAL_duplex
146 VAL 0 DUPLEX_HALF "half duplex"
147 VAL 1 DUPLEX_FULL "full duplex"
148
149 VALTAB VAL_establish
150 VAL DEF "reserved"
151 VAL 0 ESTAB_DEMAND "demand"
152
153 VALTAB VAL_hold
154 VAL 0 HLD_IDLE ""
155 VAL 1 HLD_HOLD_REQ ""
156 VAL 2 HLD_CALL_HELD ""
157 VAL 3 HLD_RETRIEVE_REQ ""
158
159 VALTAB VAL_trans_cap
160 VAL DEF "reserved"
161 VAL 0 ITC_SPEECH "speech"
162 VAL 1 ITC_DIGITAL_UNRESTRICTED "unrestricted digital information"
163 VAL 2 ITC_AUDIO "audio 3.1 kHz, ex PLMN"
164 VAL 3 ITC_FAX_GROUP_3 "fascimile group 3"
165 VAL 6 ITC_AUXILIARY_SPEECH "Auxiliary speech"
166 VAL 7 ITC_NETWORK_RESERVED "reserved, to be used in the network."
167
168 VALTAB VAL_intermed_rate
169 VAL DEF "reserved"
170 VAL 2 IR_8_KBIT "8 kbit/s"
171 VAL 3 IR_16_KBIT "16 kbit/s"
172
173 VALTAB VAL_l1_ident
174 VAL DEF "reserved"
175 VAL 1 L1_OCT_ID "octet identifier"
176
177 VALTAB VAL_l2_ident
178 VAL DEF "reserved"
179 VAL 2 L2_OCT_ID "octet identifier"
180
181 VALTAB VAL_loc
182 VAL DEF "reserved"
183 VAL 0 LOC_USER "user"
184 VAL 1 LOC_PRIV_NET_LOCAL_USER "private network serving the local user"
185 VAL 2 LOC_PUB_NET_LOCAL_USER "public network serving the local user"
186 VAL 3 LOC_TRANSIT_NET "transit network"
187 VAL 4 LOC_PUB_NET_REMOTE_USER "public network serving the remote user"
188 VAL 5 LOC_PRIV_NET_REMOTE_USER "private network serving the remote user"
189 VAL 7 LOC_INTERNATIONAL_NET "international network"
190 VAL 10 LOC_BEYOND_POINT "network beyond interworking point"
191
192 VALTAB VAL_modem_type
193 VAL DEF "reserved"
194 VAL 0 MT_NONE "none"
195 VAL 1 MT_V21 "V.21"
196 VAL 2 MT_V22 "V.22"
197 VAL 3 MT_V22BIS "V.22 bis"
198 VAL 4 MT_V23 "V.23"
199 VAL 5 MT_V26TER "V.26 ter"
200 VAL 6 MT_V32 "V.32"
201 VAL 7 MT_UNDEF "modem for undefined interface"
202 VAL 8 MT_AUTO "autobauding type 1"
203
204 VALTAB VAL_mpty
205 VAL 0 MPTY_IDLE ""
206 VAL 1 MPTY_REQ ""
207 VAL 2 MPTY_CALL ""
208 VAL 3 MPTY_SPLIT ""
209
210 VALTAB VAL_negotiate
211 VAL DEF "reserved"
212 VAL 0 NEGOTIATE_NO "in-band negotiation not possible"
213
214 VALTAB VAL_nirr
215 VAL 0 NIRR_NO_MEANING "No meaning is associated with this value."
216 VAL 1 NIRR_DATA "Data up to and including 4.8 kb/s, full rate, non-transparent, 6 kb/s radio interface rate is requested."
217
218 VALTAB VAL_nic_rx
219 VAL 0 NIC_RX_NO "cannot accept data with network independent clock (i.e. sender does not support this optional procedure)"
220 VAL 1 NIC_RX_YES "can accept data with network independent clock (i.e. sender does support this optional procedure)"
221
222 VALTAB VAL_nic_tx
223 VAL 0 NIC_TX_NO "does not require to send data with network independent clock"
224 VAL 1 NIC_TX_YES "requires to send data with network independent clock"
225
226 VALTAB VAL_nd
227 VAL DEF "reserved"
228 VAL 0 ND_USER_SUSPEND ""
229 VAL 1 ND_USED_RESUME ""
230 VAL 2 ND_BEARER_CHANGE ""
231
232 VALTAB VAL_npi
233 VAL DEF "reserved"
234 VAL 0 NPI_UNKNOWN "unknown"
235 VAL 1 NPI_ISDN "ISDN/telephony numbering plan (Rec. E.164/E.163)"
236 VAL 3 NPI_X121 "data numbering plan (Recommendation X.121)"
237 VAL 4 NPI_F69 "telex numbering plan (Recommendation F.69)"
238 VAL 8 NPI_NATIONAL "national numbering plan"
239 VAL 9 NPI_PRIVATE "private numbering plan"
240 VAL 15 NPI_EXTENSTION "reserved for extension"
241
242 VALTAB VAL_num_data
243 VAL 0 NDATA_7 "7 bits"
244 VAL 1 NDATA_8 "8 bits (this value is also used in the case of bit oriented protocols)"
245
246 VALTAB VAL_num_stop
247 VAL 0 NSTOP_1 "1 bit (This value is also used in the case of synchronous mode)"
248 VAL 1 NSTOP_2 "2 bits"
249
250 VALTAB VAL_odd_even
251 VAL 0 OE_EVEN "even number of address signals"
252 VAL 1 OE_ODD "odd number of address signals"
253
254 VALTAB VAL_parity
255 VAL DEF "reserved"
256 VAL 0 PARITY_ODD "odd"
257 VAL 2 PARITY_EVEN "even"
258 VAL 3 PARITY_NONE "none"
259 VAL 4 PARITY_0 "forced to 0"
260 VAL 5 PARITY_1 "forced to 1"
261
262 VALTAB VAL_present
263 VAL DEF "reserved"
264 VAL 0 PRES_ALLOWED "Presentation allowed"
265 VAL 1 PRES_RESTRICTED "Presentation restricted"
266 VAL 2 PRES_NOT_AVAIL "Number not available due to interworking"
267
268 VALTAB VAL_progress_desc
269 VAL DEF "Unspecific"
270 VAL 1 PROG_NO_END_TO_END_PLMN "Call is not end-to-end PLMN/ISDN, further call progress information may be available in-band"
271 VAL 2 PROG_DEST_NON_PLMN "Destination address in non-PLMN/ISDN"
272 VAL 3 PROG_ORIGIN_NON_PLMN "Origination address in non-PLMN/ISDN"
273 VAL 4 PROG_RETURN_TO_PLMN "Call has returned to the PLMN/ISDN"
274 VAL 8 PROG_INBAND_AVAIL "In-band information or appropriate pattern now available"
275 VAL 32 PROG_END_TO_END_PLMN "Call is end-to-end PLMN/ISDN"
276 VAL 64 PROG_QUEUEING "Queueing"
277
278 VALTAB VAL_rad_chan_req
279 VAL DEF "reserved"
280 VAL 1 RCR_FULL_ONLY "full rate support only mobile station"
281 VAL 2 RCR_HALF_PREF "dual rate support mobile station/half rate preferred"
282 VAL 3 RCR_FULL_PREF "dual rate support mobile station/full rate preferred"
283
284 VALTAB VAL_rate_adapt
285 VAL DEF "reserved"
286 VAL 0 RA_NONE "no rate adaption"
287 VAL 1 RA_V110 "V.110/X.30 rate adaption"
288 VAL 2 RA_X31 "CCITT X.31 flag stuffing"
289
290 VALTAB VAL_repeat
291 VAL 1 REPEAT_CIRCULAR "Circular for successive selection 'mode 1 alternate mode 2'"
292 VAL 3 REPEAT_SEQUENTIAL "Sequential for successive selection 'mode 1 and then mode 2'"
293
294 VALTAB VAL_screen
295 VAL 0 SCR_USER_UNSCREENED "User-provided, not screened"
296 VAL 1 SCR_USER_PASSED "User-provided, verified and passed"
297 VAL 2 SCR_USER_FAILED "User-provided, verified and failed"
298 VAL 3 SCR_NETWORD "Network provided"
299
300 VALTAB VAL_signal
301 VAL DEF "reserved"
302 VAL 0 SIGNAL_DIAL_ON "dial tone on"
303 VAL 1 SIGNAL_BACK_ON "ring back tone on"
304 VAL 2 SIGNAL_INTERCEPT_ON "intercept tone on"
305 VAL 3 SIGNAL_CONGEST_ON "network congestion tone on"
306 VAL 4 SIGNAL_BUSY_ON "busy tone on"
307 VAL 5 SIGNAL_CONFIRM_ON "confirm tone on"
308 VAL 6 SIGNAL_ANSWER_ON "answer tone on"
309 VAL 7 SIGNAL_WAITING_ON "call waiting tone on"
310 VAL 8 SIGNAL_HOOK_OFF_ON "off-hook warning tone on"
311 VAL 63 SIGNAL_TONES_OFF "tones off"
312 VAL 79 SIGNAL_ALERT_OFF "alerting off"
313
314 VALTAB VAL_sig_access_prot
315 VAL DEF "reserved"
316 VAL 1 SIAP_I440 "I.440/450"
317 VAL 2 SIAP_X21 "X.21"
318 VAL 3 SIAP_X28_INDIV_NUI "X.28 - dedicated PAD, individual NUI"
319 VAL 4 SIAP_X28_UNIV_NUI "X.28 - dedicated PAD, universal NUI"
320 VAL 5 SIAP_X28_NON_DEDIC "X.28 - non dedicated PAD"
321 VAL 6 SIAP_X32 "X.32"
322
323 VALTAB VAL_structure
324 VAL DEF "reserved"
325 VAL 0 STRC_SERV_DATA_INTEG "service data unit integrity"
326 VAL 3 STRC_UNSTRUCTURED "unstructured"
327
328 VALTAB VAL_sync_async
329 VAL 0 SYNCHRONOUS "synchronous"
330 VAL 1 ASYNCHRONOUS "asynchronous"
331
332 VALTAB VAL_trans_mode
333 VAL 0 TM_CIRCUIT "circuit mode"
334 VAL 1 TM_PACKET "packet mode"
335
336 VALTAB VAL_ton
337 VAL DEF "reserved"
338 VAL 0 TON_UNKNOWN "unknown"
339 VAL 1 TON_INTERNATIONAL "international number"
340 VAL 2 TON_NATIONAL "national number"
341 VAL 3 TON_NETWORK "network specific number"
342 VAL 4 TON_DEDICATED "dedicated access, short code"
343 VAL 7 TON_EXTENSION "reserved for extention"
344
345 VALTAB VAL_tos
346 VAL DEF "reserved"
347 VAL 0 TOS_NSAP "NSAP (X.213/ISO 8348 AD2)"
348 VAL 2 TOS_USER "User specified"
349
350 VALTAB VAL_user_inf_l1_prot
351 VAL DEF "reserved"
352 VAL 0 L1_DEFAULT "default layer 1 protocol"
353
354 VALTAB VAL_user_inf_l2_prot
355 VAL DEF "reserved"
356 VAL 6 L2_X25 "recommendation X.25, link level"
357 VAL 8 L2_ISO6429 "ISO 6429, codeset 0 (DC1/DC3)"
358 VAL 9 L2_X75 "X.75 layer 2 modified (teletex)"
359 VAL 10 L2_VIDEOTEX "videotex profile 1"
360 VAL 12 L2_COPFC "COPnoFlCt (Character oriented Protocol with no Flow Control mechanism)"
361
362 VALTAB VAL_user_rate
363 VAL DEF "reserved"
364 VAL 1 UR_0_3_KBIT "rate : 0.3 kbit/s Recommendation X.1 and V.110"
365 VAL 2 UR_1_2_KBIT "rate : 1.2 kbit/s Recommendation X.1 and V.110"
366 VAL 3 UR_2_4_KBIT "rate : 2.4 kbit/s Recommendation X.1 and V.110"
367 VAL 4 UR_4_8_KBIT "rate : 4.8 kbit/s Recommendation X.1 and V.110"
368 VAL 5 UR_9_6_KBIT "rate : 9.6 kbit/s Recommendation X.1 and V.110"
369 VAL 6 UR_12_0_KBIT_TRANS "rate : 12.0 kbit/s transparent"
370 VAL 7 UR_1_2_KBIT_V23 "rate : 1.2 kbit/s/75 bit/s Recommendation V.23, X.1,V.110."
371
372 VALTAB VAL_pd
373 RANGE 16 .. 63 "Reserved for other network layer or through layer 3 protocols including Rec.X.25"
374 RANGE 64 .. 79 "National use"
375 RANGE 80 .. 254 "Reserved for other network through layer or layer 3 protocols including Rec.X.25"
376 VAL DEF "reserved"
377 VAL 0 PD_USER "User specific protocol"
378 VAL 1 PD_HIGH_LAYER "OSI high layer protocols"
379 VAL 2 PD_X244 "X.244"
380 VAL 3 PD_SYS_MANAGE "Reserved for system management convergence function"
381 VAL 4 PD_IA5 "IA5 characters"
382 VAL 7 PD_V120 "Rec.V.120 rate adaption"
383 VAL 8 PD_Q931 "Q.931 (I.451) user-network call control messages"
384
385 VALTAB VAL_speech_vers1
386 VAL 0 SPEECH_VERS_FR "full rate speech version 1"
387 VAL 1 SPEECH_VERS_HR "half rate speech version 1"
388 VAL 2 SPEECH_VERS_EFR "full rate speech version 2 (enhanced full rate)"
389 VAL 5 SPEECH_VERS_AMR_HR "half rate speech version 3 (AHS)"
390 VAL 4 SPEECH_VERS_AMR_FR "full rate speech version 3 (AFS)"
391 VAL 0xF SPEECH_VERS_NONE "no speech version given"
392
393 VALTAB VAL_modem_type_2
394 VAL 0 OTHER_MODEM_TYPE_NONE "No other modem type specified"
395 VAL 1 OTHER_MODEM_TYPE_V32BIS "V.32bis"
396 VAL 2 OTHER_MODEM_TYPE_V34 "V.34"
397
398 VALTAB VAL_fnur
399 VAL 0 FNUR_NOT_APPLICABLE "Fixed network user rate not applicable"
400 VAL 1 FNUR_9600 "FNUR 9.6 kbit/s"
401 VAL 2 FNUR_14400 "FNUR 14.4 kbit/s"
402 VAL 3 FNUR_19200 "FNUR 19.2 kbit/s"
403 VAL 4 FNUR_28800 "FNUR 28.8 kbit/s"
404 VAL 5 FNUR_38400 "FNUR 38.4 kbit/s"
405 VAL 6 FNUR_48000 "FNUR 48.0 kbit/s"
406 VAL 7 FNUR_56000 "FNUR 56.0 kbit/s"
407 VAL 8 FNUR_64000 "FNUR 64.0 kbit/s"
408
409 VALTAB VAL_acc
410 VAL 0 ACC_EMPTY "No channel codings acceptable"
411 VAL 1 ACC_48 "TCH 4.8 acceptable"
412 VAL 2 ACC_96 "TCH 9.6 acceptable"
413 VAL 3 ACC_48_96 "TCH 4.8/9.6 acceptable"
414 VAL 8 ACC_144 "TCH 14.4 acceptable"
415 VAL 9 ACC_48_144 "TCH 4.8/14.4 acceptable"
416 VAL 10 ACC_96_144 "TCH 9.6/14.4 acceptable"
417 VAL 11 ACC_ALL "All channel codings acceptable"
418
419 VALTAB VAL_mTch
420 VAL 0 MAX_TCH_1 "Maximum of 1 TCH"
421 VAL 1 MAX_TCH_2 "Maximum of 2 TCH"
422 VAL 2 MAX_TCH_3 "Maximum of 3 TCH"
423 VAL 3 MAX_TCH_4 "Maximum of 4 TCH"
424 VAL 4 MAX_TCH_5 "Maximum of 5 TCH"
425 VAL 5 MAX_TCH_6 "Maximum of 6 TCH"
426 VAL 6 MAX_TCH_7 "Maximum of 7 TCH"
427 VAL 7 MAX_TCH_8 "Maximum of 8 TCH"
428
429 VALTAB VAL_uimi
430 VAL 0 UIMI_NOT_ALLOWED "User initiated modification not allowed/required"
431 VAL 1 UIMI_MAX_1_TCH "User initiated modification up to 1 TCH/F"
432 VAL 2 UIMI_MAX_2_TCH "User initiated modification up to 2 TCH/F"
433 VAL 3 UIMI_MAX_3_TCH "User initiated modification up to 3 TCH/F"
434 VAL 4 UIMI_MAX_4_TCH "User initiated modification up to 4 TCH/F"
435
436 VALTAB VAL_waiur
437 VAL 0 WAIUR_NOT_APPLICABLE "Wanted Air Interface user rate not applicable"
438 VAL 1 WAIUR_9600 "WAIUR 9.6 kbit/s"
439 VAL 2 WAIUR_14400 "WAIUR 14.4 kbit/s"
440 VAL 3 WAIUR_19200 "WAIUR 19.2 kbit/s"
441 VAL 5 WAIUR_28800 "WAIUR 28.8 kbit/s"
442 VAL 6 WAIUR_38400 "WAIUR 38.4 kbit/s"
443 VAL 7 WAIUR_43200 "WAIUR 43.2 kbit/s"
444 VAL 8 WAIUR_57600 "WAIUR 57.6 kbit/s"
445
446 VALTAB VAL_ccbs_act
447 VAL 0 CCBS_NO "CCBS is not possible"
448 VAL 1 CCBS_YES "CCBS is possible"
449
450 VALTAB VAL_pcp
451 VAL 0 PCP_NO "Mobile does not support prolonged clearing procedure"
452 VAL 1 PCP_YES "Mobile supports prolonged clearing procedure"
453
454 VALTAB VAL_rcl_type
455 VAL 0 CCBS "CCBS"
456 VAL 1 CCBS_1 "Shall be treated as CCBS (intended for other similar types of Recall)"
457 VAL 2 CCBS_2 "Shall be treated as CCBS (intended for other similar types of Recall)"
458 VAL 3 CCBS_3 "Shall be treated as CCBS (intended for other similar types of Recall)"
459 VAL 4 CCBS_4 "Shall be treated as CCBS (intended for other similar types of Recall)"
460 VAL 5 CCBS_5 "Shall be treated as CCBS (intended for other similar types of Recall)"
461 VAL 6 CCBS_6 "Shall be treated as CCBS (intended for other similar types of Recall)"
462
463 VALTAB VAL_coding_bc3x1
464 VAL 0 CODING_BC3X_SPEECH "Octet 3x of IE Bearer Capabilities indicates speech codec version"
465 VAL 1 CODING_BC3X_OTHER "Octet 3x of IE Bearer Capabilities used for other extension of octet 3"
466
467 VALTAB VAL_ctm
468 VAL 0 CTM_NO "Mobile does not support prolonged clearing procedure"
469 VAL 1 CTM_YES "Mobile supports prolonged clearing procedure"
470
471
472
473
474 VAR access_ident "Access identity"
475 2
476
477 VAL @m_cc - VAL_access_ident@
478
479 VAR state "Call state value"
480 6
481
482 VAL @m_cc - VAL_state@
483
484 VAR cause "Cause value"
485 7
486
487 VAL @m_cc - VAL_cause@
488
489 VAR code "Coding standard"
490 1
491
492 VAL @m_cc - VAL_code@
493
494 VAR cs "Coding standard"
495 2
496
497 VAL @m_cc - VAL_cs@
498
499 VAR compress "Compression"
500 1
501
502 VAL @m_cc - VAL_compress@
503
504 VAR config "Configuration"
505 1
506
507 VAL @m_cc - VAL_config@
508
509 VAR congest_lev "Congestion level"
510 4
511
512 VAL @m_cc - VAL_congest_lev@
513
514 VAR conn_elem "Connection element"
515 2
516
517 VAL @m_cc - VAL_conn_elem@
518
519 VAR diag "Diagnostics"
520 8
521
522
523 VAR dtmf "DTMF"
524 1
525
526 VAL @m_cc - VAL_dtmf@
527
528 VAR duplex "Duplex mode"
529 1
530
531 VAL @m_cc - VAL_duplex@
532
533 VAR establish "Establishment"
534 1
535
536 VAL @m_cc - VAL_establish@
537
538 VAR ext_hlci "Extended high layer characteristics identification"
539 7
540
541
542 VAR fac "Facility information"
543 8
544
545
546 VAR hlci "High layer characteristics identification"
547 7
548
549
550 VAR hold "Hold auxiliary state"
551 2
552
553 VAL @m_cc - VAL_hold@
554
555 VAR trans_cap "Information transfer capability"
556 3
557
558 VAL @m_cc - VAL_trans_cap@
559
560 VAR intermed_rate "Intermediate rate"
561 2
562
563 VAL @m_cc - VAL_intermed_rate@
564
565 VAR interpret "Interpretation"
566 3
567
568
569 VAR key "Keypad information"
570 7
571
572
573 VAR l1_ident "Layer 1 identity"
574 2
575
576 VAL @m_cc - VAL_l1_ident@
577
578 VAR l2_ident "Layer 2 identity"
579 2
580
581 VAL @m_cc - VAL_l2_ident@
582
583 VAR loc "Location"
584 4
585
586 VAL @m_cc - VAL_loc@
587
588 VAR llc "Low layer information"
589 8
590
591
592 VAR msg_type "Message Type"
593 8
594
595
596 VAR modem_type "Modem type"
597 5
598
599 VAL @m_cc - VAL_modem_type@
600
601 VAR mpty "Multi party auxiliary state"
602 2
603
604 VAL @m_cc - VAL_mpty@
605
606 VAR negotiate "Negotiation"
607 1
608
609 VAL @m_cc - VAL_negotiate@
610
611 VAR nirr "Negotiation of intermediate rate request"
612 1
613
614 VAL @m_cc - VAL_nirr@
615
616 VAR nic_rx "Network independent clock on Rx"
617 1
618
619 VAL @m_cc - VAL_nic_rx@
620
621 VAR nic_tx "Network independent clock on Tx"
622 1
623
624 VAL @m_cc - VAL_nic_tx@
625
626 VAR nd "Notification description"
627 7
628
629 VAL @m_cc - VAL_nd@
630
631 VAR num "Number digit"
632 4
633
634
635 VAR npi "Numbering plan identification"
636 4
637
638 VAL @m_cc - VAL_npi@
639
640 VAR num_data "Number of data bits"
641 1
642
643 VAL @m_cc - VAL_num_data@
644
645 VAR num_stop "Number of stop bits"
646 1
647
648 VAL @m_cc - VAL_num_stop@
649
650 VAR odd_even "Odd / even indication"
651 1
652
653 VAL @m_cc - VAL_odd_even@
654
655 VAR parity "Parity"
656 3
657
658 VAL @m_cc - VAL_parity@
659
660 VAR present "Presentation indicator"
661 2
662
663 VAL @m_cc - VAL_present@
664
665 VAR prot_prof "Presentation method of protocol profile"
666 2
667
668
669 VAR progress_desc "Progress description"
670 7
671
672 VAL @m_cc - VAL_progress_desc@
673
674 VAR rad_chan_req "Radio channel requirement"
675 2
676
677 VAL @m_cc - VAL_rad_chan_req@
678
679 VAR rate_adapt "Rate adaption"
680 2
681
682 VAL @m_cc - VAL_rate_adapt@
683
684 VAR rec "Recommendation"
685 7
686
687
688 VAR repeat "Repeat indicator"
689 4
690
691 VAL @m_cc - VAL_repeat@
692
693 VAR repeat_2 "Repeat indicator"
694 4
695
696 VAL @m_cc - VAL_repeat@
697
698 VAR repeat_3 "Repeat indicator"
699 4
700
701 VAL @m_cc - VAL_repeat@
702
703 VAR screen "Screening indicator"
704 2
705
706 VAL @m_cc - VAL_screen@
707
708 VAR signal "Signal"
709 8
710
711 VAL @m_cc - VAL_signal@
712
713 VAR sig_access_prot "Signalling access protocol"
714 3
715
716 VAL @m_cc - VAL_sig_access_prot@
717
718 VAR ver "SS version information"
719 8
720
721
722 VAR structure "Structure"
723 2
724
725 VAL @m_cc - VAL_structure@
726
727 VAR subaddr "Subaddress information"
728 8
729
730
731 VAR sync_async "Synchronous / Asyncronous"
732 1
733
734 VAL @m_cc - VAL_sync_async@
735
736 VAR trans_mode "Transfer mode"
737 1
738
739 VAL @m_cc - VAL_trans_mode@
740
741 VAR ton "Type of number"
742 3
743
744 VAL @m_cc - VAL_ton@
745
746 VAR tos "Type of subaddress"
747 3
748
749 VAL @m_cc - VAL_tos@
750
751 VAR user_inf_l1_prot "User information layer 1 protocol"
752 4
753
754 VAL @m_cc - VAL_user_inf_l1_prot@
755
756 VAR user_inf_l2_prot "User information layer 2 protocol"
757 5
758
759 VAL @m_cc - VAL_user_inf_l2_prot@
760
761 VAR user_rate "User rate"
762 4
763
764 VAL @m_cc - VAL_user_rate@
765
766 VAR info "User-user information"
767 8
768
769
770 VAR pd "User-user protocol discriminator"
771 8
772
773 VAL @m_cc - VAL_pd@
774
775 VAR speech_vers1 "Speech Version Indication No. 1"
776 4
777
778 VAL @m_cc - VAL_speech_vers1@
779
780 VAR speech_vers2 "Speech Version Indication No. 2"
781 4
782
783 VAL @m_cc - VAL_speech_vers1@
784
785 VAR speech_vers3 "Speech Version Indication No. 3"
786 4
787
788 VAL @m_cc - VAL_speech_vers1@
789
790 VAR speech_vers4 "Speech Version Indication No. 4"
791 4
792
793 VAL @m_cc - VAL_speech_vers1@
794
795 VAR speech_vers5 "Speech Version Indication No. 5"
796 4
797
798 VAL @m_cc - VAL_speech_vers1@
799
800 VAR modem_type_2 "Other Modem Type"
801 2
802
803 VAL @m_cc - VAL_modem_type_2@
804
805 VAR fnur "Fixed Network User Rate"
806 5
807
808 VAL @m_cc - VAL_fnur@
809
810 VAR acc "Acceptable Channel Codings"
811 4
812
813 VAL @m_cc - VAL_acc@
814
815 VAR mTch "Maximum Traffic Channels"
816 3
817
818 VAL @m_cc - VAL_mTch@
819
820 VAR uimi "User Initiated Modification Ind"
821 3
822
823 VAL @m_cc - VAL_uimi@
824
825 VAR waiur "Wanted Air Interface User Rate"
826 4
827
828 VAL @m_cc - VAL_waiur@
829
830 VAR ccbs_act "ccbs_activation"
831 1
832
833 VAL @m_cc - VAL_ccbs_act@
834
835 VAR pcp "PCP"
836 1
837
838 VAL @m_cc - VAL_pcp@
839
840 VAR rcl_type "Recall Type"
841 3
842
843 VAL @m_cc - VAL_rcl_type@
844
845 VAR setup_msg "Setup message"
846 8
847
848
849 VAR coding_bc3x1 "Meaning of BC octet 3a"
850 1
851
852 VAL @m_cc - VAL_coding_bc3x1@
853
854 VAR coding_bc3x2 "Meaning of BC octet 3b"
855 1
856
857 VAL @m_cc - VAL_coding_bc3x1@
858
859 VAR coding_bc3x3 "Meaning of BC octet 3c"
860 1
861
862 VAL @m_cc - VAL_coding_bc3x1@
863
864 VAR coding_bc3x4 "Meaning of BC octet 3d"
865 1
866
867 VAL @m_cc - VAL_coding_bc3x1@
868
869 VAR coding_bc3x5 "Meaning of BC octet 3e"
870 1
871
872 VAL @m_cc - VAL_coding_bc3x1@
873
874 VAR ctm "Support of CTM text telephony"
875 1
876
877 VAL @m_cc - VAL_ctm@
878
879
880
881
882 COMP aux_states "Auxiliary states"
883 {
884 + .000 ; Spare
885 hold ; Hold auxiliary state
886 * mpty ; MPTY auxiliary state
887 }
888
889
890
891 COMP bearer_cap "Bearer capability"
892 {
893 + rad_chan_req ; Radio channel requirement
894 code ; Coding standard
895 trans_mode ; Transfer mode
896 - trans_cap ; Information transfer capability
897 coding_bc3x1 ; Meaning of octet 3a
898 ctm ; Support of CTM text telephony
899 .0 ; Spare
900 - speech_vers1 ; Speech version indication no. 1
901 coding_bc3x2 ; Meaning of octet 3b
902 .00 ; Spare
903 - speech_vers2 ; Speech version indication no. 2
904 coding_bc3x3 ; Meaning of octet 3c
905 .00 ; Spare
906 - speech_vers3 ; Speech version indication no. 3
907 coding_bc3x4 ; Meaning of octet 3d
908 .00 ; Spare
909 - speech_vers4 ; Speech version indication no. 4
910 coding_bc3x5 ; Meaning of octet 3e
911 .00 ; Spare
912 * speech_vers5 ; Speech version indication no. 5
913 + compress ; Compression
914 structure ; Structure
915 duplex ; Duplex mode
916 config ; Configuration
917 nirr ; Negotiation of intermed. rate req.
918 * establish ; Establishment
919 + access_ident ; Access identity
920 rate_adapt ; Rate adaption
921 * sig_access_prot ; Signalling access protocol
922 + l1_ident ; Layer 1 identity
923 user_inf_l1_prot ; User information layer 1 protocol
924 - sync_async ; Synchronous / Asyncronous
925 num_stop ; Number of stop bits
926 negotiate ; Negotiation
927 num_data ; Number of data bits
928 - user_rate ; User rate
929 intermed_rate ; Intermediate rate
930 nic_tx ; Network independent clock on Tx
931 nic_rx ; Network independent clock on Rx
932 - parity ; Parity
933 conn_elem ; Connection element
934 - modem_type ; Modem type
935 modem_type_2 ; Other Modem type
936 - fnur ; Fixed network user rate
937 acc ; Acceptable Channel Codings
938 - mTch ; Maximum Traffic Channels
939 uimi ; User initiated Modification Ind
940 * waiur ; Wanted Air Interface User Rate
941 + l2_ident ; Layer 2 identity
942 * user_inf_l2_prot ; User information layer 2 protocol
943 }
944 TYPEDEF COMP bearer_cap bearer_cap_2 "Bearer capability"
945
946
947
948 COMP call_ctrl_cap "Call Control Capabilities"
949 {
950 .000000 ; Spare
951 pcp ; PCP
952 dtmf ; DTMF
953 }
954
955
956
957 COMP call_state "Call state"
958 {
959 cs ; Coding standard II
960 state ; Call state value
961 }
962
963
964
965 COMP dl_called_num "Called party BCD number"
966 {
967 + ton ; Type of number
968 * npi ; Numbering plan identification
969 BCDEVEN num [0..32] ; Number digit
970 }
971
972
973
974 COMP ul_called_num "Called party BCD number"
975 {
976 + ton ; Type of number
977 * npi ; Numbering plan identification
978 BCDEVEN num [0..80] ; Number digit
979 }
980
981
982
983 COMP called_subaddr "Called party subaddress"
984 {
985 + tos ; Type of subaddress
986 odd_even ; Odd / even indication
987 * .000 ; Spare
988 subaddr [0..20] ; Subaddress information
989 }
990
991
992
993 COMP calling_num "Calling party BCD number"
994 {
995 + ton ; Type of number
996 - npi ; Numbering plan identification
997 present ; Presentation indicator
998 .000 ; Spare
999 * screen ; Screening indicator
1000 BCDEVEN num [0..22] ; Number digit (0..20)
1001 }
1002
1003
1004
1005 COMP calling_subaddr "Calling party subaddress"
1006 {
1007 + tos ; Type of subaddress
1008 odd_even ; Odd / even Indication
1009 * .000 ; spare
1010 subaddr [0..20] ; Subaddress information
1011 }
1012
1013
1014
1015 COMP cc_cause "Cause"
1016 {
1017 + cs ; Coding standard II
1018 .0 ; Spare
1019 - loc ; Location
1020 * rec ; Recommendation
1021 * cause ; Cause value
1022 diag [0..27] ; Diagnostics
1023 }
1024 TYPEDEF COMP cc_cause cc_cause_2 "Cause"
1025
1026
1027
1028 COMP clir_suppr "CLIR suppression"
1029 {
1030 }
1031
1032
1033
1034 COMP clir_invoc "CLIR invocation"
1035 {
1036 }
1037
1038
1039
1040 COMP connect_num "Connected number"
1041 {
1042 + ton ; Type of number
1043 - npi ; Number plan identification
1044 present ; Presentation indicator
1045 .000 ; Spare
1046 * screen ; Screening indicator
1047 BCDEVEN num [0..22] ; Number digit
1048 }
1049
1050
1051
1052 COMP connect_subaddr "Connected subaddress"
1053 {
1054 + tos ; Type of subaddress
1055 odd_even ; Odd / even indicator
1056 * .000 ; Spare
1057 subaddr [0..20] ; Subaddress information
1058 }
1059
1060
1061
1062 COMP facility "Facility"
1063 {
1064 fac [0..L3MAX] ; Facility information
1065 }
1066 TYPEDEF COMP facility fac_adv "Facility"
1067
1068
1069
1070 COMP high_layer_comp "High layer compatibility"
1071 {
1072 + cs ; Coding standard II
1073 interpret ; Interpretation
1074 * prot_prof ; Presentation method of protocol profile
1075 + hlci ; High layer characteristics identification
1076 * ext_hlci ; Extended high layer characteristics identification
1077 }
1078 TYPEDEF COMP high_layer_comp high_layer_comp_2 "High layer compatibility"
1079
1080
1081
1082 COMP key_facility "Keypad facility"
1083 {
1084 .0 ; Spare
1085 key ; Keypad information
1086 }
1087
1088
1089
1090 COMP low_layer_comp "Low layer compatibility"
1091 {
1092 llc [0..13] ; Low layer information
1093 }
1094 TYPEDEF COMP low_layer_comp low_layer_comp_2 "Low layer compatibility"
1095
1096
1097
1098 COMP more_data "More data"
1099 {
1100 }
1101
1102
1103
1104 COMP notific "Notification indicator"
1105 {
1106 * nd ; Notification description
1107 }
1108
1109
1110
1111 COMP progress "Progress indicator"
1112 {
1113 + cs ; Coding standard II
1114 .0 ; Spare
1115 * loc ; Location
1116 * progress_desc ; Progress description
1117 }
1118
1119
1120
1121 COMP reverse_call "Reverse call setup direction"
1122 {
1123 }
1124
1125
1126
1127 COMP ss_version "SS Version Indicator"
1128 {
1129 ver [0.. MAX_SS_VERSION] ; SS version information
1130 }
1131
1132
1133
1134 COMP user_user "User-user"
1135 {
1136 pd ; User-user protocol discriminator
1137 info [0..131] ; User-user information
1138 }
1139
1140
1141
1142 COMP allowed_actions "Allowed Actions"
1143 {
1144 ccbs_act ; ccbs_activation
1145 .0000000 ; Spare
1146 }
1147
1148
1149
1150 COMP recall_type "Recall Type"
1151 {
1152 .00000 ; Spare
1153 rcl_type ; recall_type
1154 }
1155
1156
1157
1158 COMP setup_cont "Setup Container"
1159 {
1160 setup_msg [0..L3MAX] ; Setup message
1161 }
1162
1163
1164
1165 COMP redirecting_num "Redirecting party BCD number"
1166 {
1167 + ton ; Type of number
1168 - npi ; Numbering plan identification
1169 present ; Presentation indicator
1170 .000 ; Spare
1171 * screen ; Screening indicator
1172 BCDEVEN num [0..32] ; Number digits
1173 }
1174
1175
1176
1177 COMP redirecting_subaddr "Redirection party subaddress"
1178 {
1179 + tos ; Type of subaddress
1180 odd_even ; Odd / even Indication
1181 * .000 ; spare
1182 subaddr [0..20] ; Subaddress information
1183 }
1184
1185
1186
1187
1188
1189
1190 MSG d_alert downlink 0b00000001 ; Alerting
1191 {
1192 GSM3_V msg_type ; Message Type
1193 GSM4_TLV facility 0x1C ; Facility
1194 GSM4_TLV progress 0x1E ; Progress indicator
1195 GSM4_TLV user_user 0x7E ; User-user
1196 }
1197
1198
1199
1200 MSG u_alert uplink 0b00000001 ; Alerting
1201 {
1202 GSM3_V msg_type ; Message Type
1203 GSM4_TLV facility 0x1C ; Facility
1204 GSM4_TLV user_user 0x7E ; User-user
1205 GSM4_TLV ss_version 0x7F ; SS version
1206 }
1207
1208
1209
1210 MSG u_call_conf uplink 0b00001000 ; Call confirmed
1211 {
1212 GSM3_V msg_type ; Message Type
1213 GSM1_TV repeat 0x0D ; Repeat Indicator
1214 GSM4_TLV bearer_cap 0x04 ; Bearer capability 1
1215 GSM4_TLV bearer_cap_2 0x04 ; Bearer capability 2
1216 GSM4_TLV cc_cause 0x08 ; CC Cause
1217 GSM4_TLV call_ctrl_cap 0x15 ; CC Capabilities
1218 }
1219
1220
1221
1222 MSG d_call_proceed downlink 0b00000010 ; Call proceeding
1223 {
1224 GSM3_V msg_type ; Message Type
1225 GSM1_TV repeat 0x0D ; Repeat Indicator
1226 GSM4_TLV bearer_cap 0x04 ; Bearer capability 1
1227 GSM4_TLV bearer_cap_2 0x04 ; Bearer capability 2
1228 GSM4_TLV facility 0x1C ; Facility
1229 GSM4_TLV progress 0x1E ; Progress indicator
1230 }
1231
1232
1233
1234 MSG b_congest_ctrl both 0b00111001 ; Congestion control
1235 {
1236 GSM3_V msg_type ; Message Type
1237 GSM1_V congest_lev ; Congestion level
1238 .0000 ; Spare half octet
1239 GSM4_TLV cc_cause 0x08 ; CC Cause
1240 }
1241
1242
1243
1244 MSG d_connect downlink 0b00000111 ; Connect
1245 {
1246 GSM3_V msg_type ; Message Type
1247 GSM4_TLV facility 0x1C ; Facility
1248 GSM4_TLV progress 0x1E ; Progress indicator
1249 GSM4_TLV connect_num 0x4C ; Connected number
1250 GSM4_TLV connect_subaddr 0x4D ; Connected subaddress
1251 GSM4_TLV user_user 0x7E ; User-user
1252 }
1253
1254
1255
1256 MSG u_connect uplink 0b00000111 ; Connect
1257 {
1258 GSM3_V msg_type ; Message Type
1259 GSM4_TLV facility 0x1C ; Facility
1260 GSM4_TLV connect_subaddr 0x4D ; Connected subaddress
1261 GSM4_TLV user_user 0x7E ; User-user
1262 GSM4_TLV ss_version 0x7F ; SS version
1263 }
1264
1265
1266
1267 MSG b_connect_ack both 0b00001111 ; Connect acknowledge
1268 {
1269 GSM3_V msg_type ; Message Type
1270 }
1271
1272
1273
1274 MSG d_disconnect downlink 0b00100101 ; Disconnect
1275 {
1276 GSM3_V msg_type ; Message Type
1277 GSM4_LV cc_cause ; CC Cause
1278 GSM4_TLV facility 0x1C ; Facility
1279 GSM4_TLV progress 0x1E ; Progress indicator
1280 GSM4_TLV user_user 0x7E ; User-user
1281 GSM4_TLV allowed_actions 0x7B ; Allowed Actions
1282 }
1283
1284
1285
1286 MSG u_disconnect uplink 0b00100101 ; Disconnect
1287 {
1288 GSM3_V msg_type ; Message Type
1289 GSM4_LV cc_cause ; CC Cause
1290 GSM4_TLV facility 0x1C ; Facility
1291 GSM4_TLV user_user 0x7E ; User-user
1292 GSM4_TLV ss_version 0x7F ; SS version
1293 }
1294
1295
1296
1297 MSG u_emerge_setup uplink 0b00001110 ; Emergency setup
1298 {
1299 GSM3_V msg_type ; Message Type
1300 GSM4_TLV bearer_cap 0x04 ; Bearer capability
1301 }
1302
1303
1304
1305 MSG d_facility downlink 0b00111010 ; Facility
1306 {
1307 GSM3_V msg_type ; Message Type
1308 GSM4_LV facility ; Facility
1309 }
1310
1311
1312
1313 MSG u_facility uplink 0b00111010 ; Facility
1314 {
1315 GSM3_V msg_type ; Message Type
1316 GSM4_LV facility ; Facility
1317 GSM4_TLV ss_version 0x7F ; SS version
1318 }
1319
1320
1321
1322 MSG u_hold uplink 0b00011000 ; Hold
1323 {
1324 GSM3_V msg_type ; Message Type
1325 }
1326
1327
1328
1329 MSG d_hold_ack downlink 0b00011001 ; Hold Acknowledge
1330 {
1331 GSM3_V msg_type ; Message Type
1332 }
1333
1334
1335
1336 MSG d_hold_rej downlink 0b00011010 ; Hold Reject
1337 {
1338 GSM3_V msg_type ; Message Type
1339 GSM4_LV cc_cause ; CC Cause
1340 }
1341
1342
1343
1344 MSG b_modify both 0b00010111 ; Modify
1345 {
1346 GSM3_V msg_type ; Message Type
1347 GSM4_LV bearer_cap ; Bearer capability
1348 GSM4_TLV low_layer_comp 0x7C ; Low layer comp.
1349 GSM4_TLV high_layer_comp 0x7D ; High layer comp.
1350 GSM2_T reverse_call 0xA3 ; Reverse call setup direction direction
1351 }
1352
1353
1354
1355 MSG b_modify_comp both 0b00011111 ; Modify complete
1356 {
1357 GSM3_V msg_type ; Message Type
1358 GSM4_LV bearer_cap ; Bearer capability
1359 GSM4_TLV low_layer_comp 0x7C ; Low layer comp.
1360 GSM4_TLV high_layer_comp 0x7D ; High layer comp.
1361 GSM2_T reverse_call 0xA3 ; Reverse call setup direction direction
1362 }
1363
1364
1365
1366 MSG b_modify_rej both 0b00010011 ; Modify reject
1367 {
1368 GSM3_V msg_type ; Message Type
1369 GSM4_LV bearer_cap ; Bearer capability
1370 GSM4_LV cc_cause ; CC Cause
1371 GSM4_TLV low_layer_comp 0x7C ; Low layer comp.
1372 GSM4_TLV high_layer_comp 0x7D ; High layer comp.
1373 }
1374
1375
1376
1377 MSG b_notify both 0b00111110 ; Notify
1378 {
1379 GSM3_V msg_type ; Message Type
1380 GSM3_V notific ; Notification indicator
1381 }
1382
1383
1384
1385 MSG d_progress downlink 0b00000011 ; Progress
1386 {
1387 GSM3_V msg_type ; Message Type
1388 GSM4_LV progress ; Progress indicator
1389 GSM4_TLV user_user 0x7E ; User-user
1390 }
1391
1392
1393
1394 MSG d_release downlink 0b00101101 ; Release
1395 {
1396 GSM3_V msg_type ; Message Type
1397 GSM4_TLV cc_cause 0x08 ; CC Cause
1398 GSM4_TLV cc_cause_2 0x08 ; Second cause
1399 GSM4_TLV facility 0x1C ; Facility
1400 GSM4_TLV user_user 0x7E ; User-user
1401 }
1402
1403
1404
1405 MSG u_release uplink 0b00101101 ; Release
1406 {
1407 GSM3_V msg_type ; Message Type
1408 GSM4_TLV cc_cause 0x08 ; CC Cause
1409 GSM4_TLV cc_cause_2 0x08 ; Second cause
1410 GSM4_TLV facility 0x1C ; Facility
1411 GSM4_TLV user_user 0x7E ; User-user
1412 GSM4_TLV ss_version 0x7F ; SS version
1413 }
1414
1415
1416
1417 MSG d_release_comp downlink 0b00101010 ; Release complete
1418 {
1419 GSM3_V msg_type ; Message Type
1420 GSM4_TLV cc_cause 0x08 ; CC Cause
1421 GSM4_TLV facility 0x1C ; Facility
1422 GSM4_TLV user_user 0x7E ; User-user
1423 }
1424
1425
1426
1427 MSG u_release_comp uplink 0b00101010 ; Release complete
1428 {
1429 GSM3_V msg_type ; Message Type
1430 GSM4_TLV cc_cause 0x08 ; CC Cause
1431 GSM4_TLV facility 0x1C ; Facility
1432 GSM4_TLV user_user 0x7E ; User-user
1433 GSM4_TLV ss_version 0x7F ; SS version
1434 }
1435
1436
1437
1438 MSG u_retrieve uplink 0b00011100 ; Retrieve
1439 {
1440 GSM3_V msg_type ; Message Type
1441 }
1442
1443
1444
1445 MSG d_retrieve_ack downlink 0b00011101 ; Retrieve Acknowledge
1446 {
1447 GSM3_V msg_type ; Message Type
1448 }
1449
1450
1451
1452 MSG d_retrieve_rej downlink 0b00011110 ; Retrieve Reject
1453 {
1454 GSM3_V msg_type ; Message Type
1455 GSM4_LV cc_cause ; CC Cause
1456 }
1457
1458
1459
1460 MSG d_setup downlink 0b00000101 ; Setup
1461 {
1462 GSM3_V msg_type ; Message Type
1463 GSM1_TV repeat 0x0D ; BC repeat indicator
1464 GSM4_TLV bearer_cap 0x04 ; Bearer capability 1
1465 GSM4_TLV bearer_cap_2 0x04 ; Bearer capability 2
1466 GSM4_TLV facility 0x1C ; Facility
1467 GSM4_TLV progress 0x1E ; Progress indicator
1468 GSM3_TV signal 0x34 ; Signal
1469 GSM4_TLV calling_num 0x5C ; Calling party number BCD
1470 GSM4_TLV calling_subaddr 0x5D ; Calling party sub-address
1471 GSM4_TLV dl_called_num 0x5E ; Called party BCD number
1472 GSM4_TLV called_subaddr 0x6D ; Called party sub-address
1473 GSM4_TLV redirecting_num 0x74 ; Redirecting party BCD number
1474 GSM4_TLV redirecting_subaddr 0x75 ; Redirecting party sub-address
1475 GSM1_TV repeat_2 0x0D ; LLC repeat indicator
1476 GSM4_TLV low_layer_comp 0x7C ; Low layer compatibility I
1477 GSM4_TLV low_layer_comp_2 0x7C ; Low layer compatibility II
1478 GSM1_TV repeat_3 0x0D ; HLC repeat indicator
1479 GSM4_TLV high_layer_comp 0x7D ; High layer compatibility i
1480 GSM4_TLV high_layer_comp_2 0x7D ; High layer compatibility ii
1481 GSM4_TLV user_user 0x7E ; User-user
1482 }
1483
1484
1485
1486 MSG u_setup uplink 0b00000101 ; Setup
1487 {
1488 GSM3_V msg_type ; Message Type
1489 GSM1_TV repeat 0x0D ; BC repeat indicator
1490 GSM4_TLV bearer_cap 0x04 ; Bearer capability 1
1491 GSM4_TLV bearer_cap_2 0x04 ; Bearer capability 2
1492 GSM4_TLV facility 0x1C ; Facility (simple recall alignment)
1493 GSM4_TLV calling_subaddr 0x5D ; Calling party sub-address
1494 GSM4_TLV ul_called_num 0x5E ; Called party BCD number
1495 GSM4_TLV called_subaddr 0x6D ; Called party sub-address
1496 GSM1_TV repeat_2 0x0D ; LLC repeat indicator
1497 GSM4_TLV low_layer_comp 0x7C ; Low layer compatibility I
1498 GSM4_TLV low_layer_comp_2 0x7C ; Low layer compatibility II
1499 GSM1_TV repeat_3 0x0D ; HLC repeat indicator
1500 GSM4_TLV high_layer_comp 0x7D ; High layer compatibility i
1501 GSM4_TLV high_layer_comp_2 0x7D ; High layer compatibility ii
1502 GSM4_TLV user_user 0x7E ; User-user
1503 GSM4_TLV ss_version 0x7F ; SS version
1504 GSM2_T clir_suppr 0xA1 ; CLIR suppression
1505 GSM2_T clir_invoc 0xA2 ; CLIR invocation
1506 GSM4_TLV call_ctrl_cap 0x15 ; CC capabilities
1507 GSM4_TLV fac_adv 0x1D ; Facility (advanced recall alignment)
1508 }
1509
1510
1511
1512 MSG u_start_dtmf uplink 0b00110101 ; Start DTMF
1513 {
1514 GSM3_V msg_type ; Message Type
1515 GSM3_TV key_facility 0x2C ; Keypad facility
1516 }
1517
1518
1519
1520 MSG d_start_dtmf_ack downlink 0b00110110 ; Start DTMF Acknowledge
1521 {
1522 GSM3_V msg_type ; Message Type
1523 GSM3_TV key_facility 0x2C ; Keypad facility
1524 }
1525
1526
1527
1528 MSG d_start_dtmf_rej downlink 0b00110111 ; Start DTMF reject
1529 {
1530 GSM3_V msg_type ; Message Type
1531 GSM4_LV cc_cause ; CC Cause
1532 }
1533
1534
1535
1536 MSG b_status both 0b00111101 ; Status
1537 {
1538 GSM3_V msg_type ; Message Type
1539 GSM4_LV cc_cause ; CC Cause
1540 GSM3_V call_state ; Call state
1541 GSM4_TLV aux_states 0x24 ; Auxiliary states
1542 }
1543
1544
1545
1546 MSG b_status_enq both 0b00110100 ; Status enquiry
1547 {
1548 GSM3_V msg_type ; Message Type
1549 }
1550
1551
1552
1553 MSG u_stop_dtmf uplink 0b00110001 ; Stop DTMF
1554 {
1555 GSM3_V msg_type ; Message Type
1556 }
1557
1558
1559
1560 MSG d_stop_dtmf_ack downlink 0b00110010 ; Stop DTMF acknowledge
1561 {
1562 GSM3_V msg_type ; Message Type
1563 }
1564
1565
1566
1567 MSG b_user_info both 0b00010000 ; User information
1568 {
1569 GSM3_V msg_type ; Message Type
1570 GSM4_LV user_user ; User-user
1571 GSM2_T more_data 0xA0 ; More data
1572 }
1573
1574
1575
1576 MSG u_start_cc uplink 0b00001001 ; Start_CC
1577 {
1578 GSM3_V msg_type ; Message Type
1579 GSM4_TLV call_ctrl_cap 0x15 ; CC Capabilities
1580 }
1581
1582
1583
1584 MSG d_recall downlink 0b00001011 ; Recall
1585 {
1586 GSM3_V msg_type ; Message Type
1587 GSM3_V recall_type ; Recall Type
1588 GSM4_LV facility ; Facility
1589 }
1590
1591
1592
1593 MSG u_cc_est_conf uplink 0b00000110 ; CC-Establishment confirmed
1594 {
1595 GSM3_V msg_type ; Message Type
1596 GSM1_TV repeat 0x0D ; Repeat Indicator
1597 GSM4_TLV bearer_cap 0x04 ; Bearer capability 1
1598 GSM4_TLV bearer_cap_2 0x04 ; Bearer capability 2
1599 GSM4_TLV cc_cause 0x08 ; CC Cause
1600 }
1601
1602
1603
1604 MSG d_cc_establishment downlink 0b00000100 ; CC-Establishment
1605 {
1606 GSM3_V msg_type ; Message Type
1607 GSM4_LV setup_cont ; Setup Container
1608 }
1609
1610
1611
1612
1613
1614