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