FreeCalypso > hg > fc-magnetite
comparison cdg211/msg/fac.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 : fac.mdf | |
3 ;*** Creation : Fri Jun 08 13:58:54 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 : fac | |
9 ;*** Document No. : 6147.608.00.205 | |
10 ;*** Document Date : 2002-01-14 | |
11 ;*** Document Status: BEING_PROCESSED | |
12 ;*** Document Author: SBK | |
13 ;******************************************************************************** | |
14 | |
15 | |
16 | |
17 PRAGMA SRC_FILE_TIME "Mon Nov 24 15:50:40 2003" | |
18 PRAGMA LAST_MODIFIED "2002-01-14" | |
19 PRAGMA ID_AND_VERSION "6147.608.00.205" | |
20 | |
21 | |
22 | |
23 CONST MAX_PARTY_NUM 38 ; Maximum number length of a cld/clg party | |
24 CONST MAX_SUBADDR_NUM 20 ; Maximum number length of a cld/clg party subaddress | |
25 CONST MAX_CUGS_NUM 10 ; Maximum number of CUG subscriptions | |
26 CONST MAX_CUGF_NUM 13 ; Maximum number of CUG features | |
27 CONST MAX_FF_NUM 13 ; Maximum number of forwarding features | |
28 CONST MAX_BS_NUM 13 ; Maximum number basic services | |
29 CONST MAX_CBF_NUM 13 ; Maximum number call barring features | |
30 CONST MAX_PWD_NUM 4 ; Maximum password lengthy | |
31 CONST MAX_CCBSF_NUM 5 ; Maximum number CCBS features | |
32 CONST MAX_EXT_NUM 10 ; Maximum number of extension | |
33 CONST MAX_USSD_DATA 200 ; Maximum bitsize of the USSD data | |
34 CONST MAX_USSD_DATAB 1600 ; Maximum bitsize of the USSD data | |
35 CONST MAX_USSD_STRING 160 ; Maximum bitsize of the USSD string | |
36 CONST MAX_USSD_STRINGB 1280 ; Maximum bitsize of the USSD string | |
37 CONST MAX_EVAL_LEN 4 ; Maximum bitsize for e values | |
38 CONST MAX_NAME_STRING 160 ; Maximum bitsize of name string | |
39 CONST MAX_NAME_STRINGB 1280 ; Maximum bitsize of name string | |
40 | |
41 | |
42 | |
43 VALTAB VAL_op_code | |
44 VAL 10 OPC_REGISTER_SS "Register supplementary service" | |
45 VAL 11 OPC_ERASE_SS "Erase supplementary service" | |
46 VAL 12 OPC_ACTIVATE_SS "Activate supplementary service" | |
47 VAL 13 OPC_DEACTIVATE_SS "Deactivate supplementary service" | |
48 VAL 14 OPC_INTERROGATE_SS "Interrogate supplementary service" | |
49 VAL 16 OPC_NOTIFY_SS "Notify supplementary service" | |
50 VAL 17 OPC_REGISTER_PASSWORD "Register password" | |
51 VAL 18 OPC_GET_PASSWORD "Get password" | |
52 VAL 19 OPC_PROC_UNSTRUCT_SS_DATA "Process unstructured supplementary service Data" | |
53 VAL 38 OPC_FWD_CHECK_SS_IND "Forward check supplementary service indication" | |
54 VAL 59 OPC_PROC_UNSTRUCT_SS_REQ "Process unstructured supplementary service request" | |
55 VAL 60 OPC_UNSTRUCT_SS_REQ "Unstructured supplementary service request" | |
56 VAL 61 OPC_UNSTRUCT_SS_NOTIFY "Unstructured supplementary service notify" | |
57 VAL 77 OPC_ERASE_CC_ENTRY "Erase CC entry" | |
58 VAL 117 OPC_CALL_DEFLECTION "Call deflection" | |
59 VAL 118 OPC_USER_USER_SERVICE "User to user service" | |
60 VAL 119 OPC_ACC_REGISTER_CC_ENTRY "Access register CC entry" | |
61 VAL 120 OPC_FWD_CUG_INFO "Forward closed user group information" | |
62 VAL 121 OPC_SPLIT_MPTY "Split multiparty" | |
63 VAL 122 OPC_RETRIEVE_MPTY "Retrieve multiparty" | |
64 VAL 123 OPC_HOLD_MPTY "Hold multiparty" | |
65 VAL 124 OPC_BUILD_MPTY "Build multiparty" | |
66 VAL 125 OPC_FWD_CHARGE_ADVICE "Forward charge advice" | |
67 VAL 126 OPC_EXPLICIT_CT "Explicit call transfer" | |
68 | |
69 VALTAB VAL_err_code | |
70 VAL 1 ERR_UNKNOWN_SUBSCRIBER "Register supplementary service" | |
71 VAL 9 ERR_ILLEGAL_SUBSCRIBER "Erase supplementary service" | |
72 VAL 10 ERR_BEARER_SVC_NOT_PROV "Bearer service not provisioned" | |
73 VAL 11 ERR_TELE_SVC_NOT_PROV "Teleservice not provisioned" | |
74 VAL 12 ERR_ILLEGAL_EQUIPMENT "Illegal Equipment" | |
75 VAL 13 ERR_CALL_BARRED "Call barred" | |
76 VAL 16 ERR_ILLEGAL_SS_OPERATION "Illegal supplementary service operation" | |
77 VAL 17 ERR_SS_ERR_STATUS "Supplementary service error status" | |
78 VAL 18 ERR_SS_NOT_AVAIL "Supplementary service not available" | |
79 VAL 19 ERR_SS_SUBS_VIOLATION "Supplementary service subscript vialation" | |
80 VAL 20 ERR_SS_INCOMP "Supplementary service incompatible" | |
81 VAL 21 ERR_FAC_NOT_SUPPORTED "Facility not supported" | |
82 VAL 27 ERR_ABSENT_SUBS "Absent subscriber" | |
83 VAL 29 ERR_SHORT_TERM_DENIAL "Short term denial" | |
84 VAL 30 ERR_LONG_TERM_DENIAL "Long term denial" | |
85 VAL 34 ERR_SYSTEM_FAIL "System failure" | |
86 VAL 35 ERR_DATA_MISSING "Data Missing" | |
87 VAL 36 ERR_UNEXPECT_DATA "Unexpected data value" | |
88 VAL 37 ERR_PWD_REG_FAIL "Password registration failure" | |
89 VAL 38 ERR_NEG_PWD_CHECK "Negative password check" | |
90 VAL 43 ERR_NUM_PWD_VIOLATION "Number of password attempts violation" | |
91 VAL 71 ERR_UNKNOWN_ALPHA "Unknown alphabet" | |
92 VAL 72 ERR_USSD_BUSY "Unstructured supplementary service data busy" | |
93 VAL 121 ERR_REJ_BY_USER "Rejected by user" | |
94 VAL 122 ERR_REJ_BY_NETWORK "Rejected by network" | |
95 VAL 123 ERR_DEFL_TO_SRVD_SUBSC "Deflection to served subscriber" | |
96 VAL 124 ERR_SPEC_SERVICE_CODE "Special service code" | |
97 VAL 125 ERR_INV_DEFL_TO_NUMBER "Invalid deflected to number" | |
98 VAL 126 ERR_MAX_NUM_MPTY_EXCEED "Maximum number of multiparty participants exceeded" | |
99 VAL 127 ERR_RESOURCE_NOT_AVAIL "Resource not available" | |
100 | |
101 VALTAB VAL_gen_problem | |
102 VAL 0 GEN_PROB_UNRECOG_CMP "Unrecognized component" | |
103 VAL 1 GEN_PROB_MISTYPED_CMP "Mistype component" | |
104 VAL 2 GEN_PROB_BAD_STRUCT_CMP "Badly structured component" | |
105 | |
106 VALTAB VAL_inv_problem | |
107 VAL 0 INV_PROB_DUPL_INV_ID "Duplicate invoke ID" | |
108 VAL 1 INV_PROB_UNRECOG_OP "Unrecognized operation" | |
109 VAL 2 INV_PROB_MISTYPED_PAR "Mistyped parameter" | |
110 VAL 3 INV_PROB_RESOURCE_LIM "Resource limitation" | |
111 VAL 4 INV_PROB_INIT_RELEASE "Initiating release" | |
112 VAL 5 INV_PROB_UNRECOG_LNK_ID "Unrecognized linked ID" | |
113 VAL 6 INV_PROB_LNK_RES_UNEXP "Linked response unexpected" | |
114 VAL 7 INV_PROB_UNEXP_LNK_OP "Unexpected linked operation" | |
115 | |
116 VALTAB VAL_res_problem | |
117 VAL 0 RES_PROB_UNRECOG_INV_ID "Unrecognized invoke ID" | |
118 VAL 1 RES_PROB_RET_RES_UNEXP "Return result unexpected" | |
119 VAL 2 RES_PROB_MISTYPED_PAR "Mistyped parameter" | |
120 | |
121 VALTAB VAL_err_problem | |
122 VAL 0 ERR_PROB_UNRECOG_INV_ID "Unrecognized invoke ID" | |
123 VAL 1 ERR_PROB_RET_ERR_UNEXP "Return result unexpected" | |
124 VAL 2 ERR_PROB_UNRECOG_ERR "Unrecognized error" | |
125 VAL 3 ERR_PROB_UNEXP_ERR "Unexpected error" | |
126 VAL 4 ERR_PROB_MISTYPED_PAR "Mistyped parameter" | |
127 | |
128 VALTAB VAL_ssCode | |
129 VAL 0b00000000 SS_CD_ALL_SS "all SS" | |
130 VAL 0b00010000 SS_CD_ALL_LISS "all line identification SS" | |
131 VAL 0b00010001 SS_CD_CLIP "calling line identification presentation" | |
132 VAL 0b00010010 SS_CD_CLIR "calling line identification restriction" | |
133 VAL 0b00010011 SS_CD_COLP "connected line identification presentation" | |
134 VAL 0b00010100 SS_CD_COLR "connected line identification restriction" | |
135 VAL 0b00010101 SS_CD_MCI "malicious call identification" | |
136 VAL 0b00011000 SS_CD_ALL_NISS "all name identification SS" | |
137 VAL 0b00011001 SS_CD_CNAP "calling name presentation" | |
138 VAL 0b00100000 SS_CD_ALL_FWSS "all forwarding SS" | |
139 VAL 0b00100001 SS_CD_CFU "call forwarding unconditional" | |
140 VAL 0b00100100 SS_CD_CD "call deflection" | |
141 VAL 0b00101000 SS_CD_ALL_CFWSS "all conditional forwarding SS" | |
142 VAL 0b00101001 SS_CD_CFB "call forwarding on mobile subscriber busy" | |
143 VAL 0b00101010 SS_CD_CFNRY "call forwarding on no reply" | |
144 VAL 0b00101011 SS_CD_CFNRC "call forwarding on mobile subscriber not reachable" | |
145 VAL 0b00110000 SS_CD_ALL_COSS "all call offering SS" | |
146 VAL 0b00110001 SS_CD_CT "explicit call transfer" | |
147 VAL 0b00110010 SS_CD_MAH "mobile access hunting" | |
148 VAL 0b01000000 SS_CD_ALL_CCSS "all Call completion SS" | |
149 VAL 0b01000001 SS_CD_CW "call waiting" | |
150 VAL 0b01000010 SS_CD_HLD "call hold" | |
151 VAL 0b01000011 SS_CD_CCBS "completion of call to busy subscribers, originating side" | |
152 VAL 0b01000100 SS_CD_CCBS_B "completion of call to busy subscribers, destination side" | |
153 VAL 0b01000101 SS_CD_MC "multi call" | |
154 VAL 0b01010000 SS_CD_ALL_MPSS "all multiparty SS" | |
155 VAL 0b01010001 SS_CD_MLPTY "multiparty" | |
156 VAL 0b01100000 SS_CD_ALL_CISS "all community of interest SS" | |
157 VAL 0b01100001 SS_CD_CUG "closed user group" | |
158 VAL 0b01110000 SS_CD_ALL_CHSS "all charging SS" | |
159 VAL 0b01110001 SS_CD_AOCI "advice of charge information" | |
160 VAL 0b01110010 SS_CD_AOCC "advice of charge charging" | |
161 VAL 0b10000000 SS_CD_ALL_AITSS "all additional information transfer SS" | |
162 VAL 0b10000001 SS_CD_UUS1 "UUS1 user-to-user signalling" | |
163 VAL 0b10000010 SS_CD_UUS2 "UUS2 user-to-user signalling" | |
164 VAL 0b10000011 SS_CD_UUS3 "UUS3 user-to-user signalling" | |
165 VAL 0b10010000 SS_CD_ALL_CBSS "all barring SS" | |
166 VAL 0b10010001 SS_CD_BOC "barring of outgoing calls" | |
167 VAL 0b10010010 SS_CD_BAOC "barring of all outgoing calls" | |
168 VAL 0b10010011 SS_CD_BOIC "barring of outgoing international calls" | |
169 VAL 0b10010100 SS_CD_BOICXH "barring of outgoing international calls except those directed to the home PLMN" | |
170 VAL 0b10011001 SS_CD_BIC "barring of incoming calls" | |
171 VAL 0b10011010 SS_CD_BAIC "barring of all incoming calls" | |
172 VAL 0b10011011 SS_CD_BICRM "barring of incoming calls when roaming outside home PLMN Country" | |
173 VAL 0b10100000 SS_CD_ALL_CPSS "all call priority SS" | |
174 VAL 0b10100001 SS_CD_EMLPP "enhanced Multilevel Precedence Pre-emption service" | |
175 VAL 0b10110000 SS_CD_ALL_PEC "all LCS privacy exception classes" | |
176 VAL 0b10110001 SS_CD_UNIVERSAL "allow location by any LCS client" | |
177 VAL 0b10110010 SS_CD_CALLREL "allow location by any LCS client to which a call is established from the target MS" | |
178 VAL 0b10110011 SS_CD_CALLUNREL "allow location by designated external value added LCS clients" | |
179 VAL 0b10110100 SS_CD_PLMN_OP "allow location by designated PLMN operator LCS clients" | |
180 VAL 0b11000000 SS_CD_ALL_MOLR "all Mobile Originating Location Request Classes" | |
181 VAL 0b11000001 SS_CD_BSL "allow an MS to request its own location (BasicSelfLocation)" | |
182 VAL 0b11000010 SS_CD_ASL "allow an MS to perform self location without interaction with the PLMN" | |
183 VAL 0b11000011 SS_CD_3RDPTY "allow an MS to request transfer of its location to another LCS client" | |
184 VAL 0b11110000 SS_CD_ALL_PSSS "all PLMN specific" | |
185 VAL 0b11110001 SS_CD_PLMN1 "PLMN specific SS 1" | |
186 VAL 0b11110010 SS_CD_PLMN2 "PLMN specific SS 2" | |
187 VAL 0b11110011 SS_CD_PLMN3 "PLMN specific SS 3" | |
188 VAL 0b11110100 SS_CD_PLMN4 "PLMN specific SS 4" | |
189 VAL 0b11110101 SS_CD_PLMN5 "PLMN specific SS 5" | |
190 VAL 0b11110110 SS_CD_PLMN6 "PLMN specific SS 6" | |
191 VAL 0b11110111 SS_CD_PLMN7 "PLMN specific SS 7" | |
192 VAL 0b11111000 SS_CD_PLMN8 "PLMN specific SS 8" | |
193 VAL 0b11111001 SS_CD_PLMN9 "PLMN specific SS 9" | |
194 VAL 0b11111010 SS_CD_PLMNA "PLMN specific SS A" | |
195 VAL 0b11111011 SS_CD_PLMNB "PLMN specific SS B" | |
196 VAL 0b11111100 SS_CD_PLMNC "PLMN specific SS C" | |
197 VAL 0b11111101 SS_CD_PLMND "PLMN specific SS D" | |
198 VAL 0b11111110 SS_CD_PLMNE "PLMN specific SS E" | |
199 VAL 0b11111111 SS_CD_PLMNF "PLMN specific SS F" | |
200 | |
201 VALTAB VAL_bearerService | |
202 VAL 0b00000000 BS_CD_ALL_BS "all bearer services" | |
203 VAL 0b00010000 BS_CD_ALL_DATA_CDA "all data CDA services" | |
204 VAL 0b00010001 BS_CD_CDA_300 "data CDA 300 bps" | |
205 VAL 0b00010010 BS_CD_CDA_1200 "data CDA 1200 bps" | |
206 VAL 0b00010011 BS_CD_CDA_1200_75 "data CDA 1200/75 bps" | |
207 VAL 0b00010100 BS_CD_CDA_2400 "data CDA 2400 bps" | |
208 VAL 0b00010101 BS_CD_CDA_4800 "data CDA 4800 bps" | |
209 VAL 0b00010110 BS_CD_CDA_9600 "data CDA 9600 bps" | |
210 VAL 0b00011000 BS_CD_ALL_DATA_CDS "all data CDS services" | |
211 VAL 0b00011010 BS_CD_CDS_1200 "data CDS 1200 bps" | |
212 VAL 0b00011100 BS_CD_CDS_2400 "data CDS 2400 bps" | |
213 VAL 0b00011101 BS_CD_CDS_4800 "data CDS 4800 bps" | |
214 VAL 0b00011110 BS_CD_CDS_9600 "data CDS 9600 bps" | |
215 VAL 0b00100000 BS_CD_ALL_DATA_PAD "all data PAD services" | |
216 VAL 0b00100001 BS_CD_PAD_300 "data PAD 300 bps" | |
217 VAL 0b00100010 BS_CD_PAD_1200 "data PAD 1200 bps" | |
218 VAL 0b00100011 BS_CD_PAD_1200_75 "data PAD 1200/75 bps" | |
219 VAL 0b00100100 BS_CD_PAD_2400 "data PAD 2400 bps" | |
220 VAL 0b00100101 BS_CD_PAD_4800 "data PAD 4800 bps" | |
221 VAL 0b00100110 BS_CD_PAD_9600 "data PAD 9600 bps" | |
222 VAL 0b00101000 BS_CD_ALL_DATA_PDS "all data PDS services" | |
223 VAL 0b00101100 BS_CD_PDS_2400 "data PDS 2400 bps" | |
224 VAL 0b00101101 BS_CD_PDS_4800 "data PDS 4800 bps" | |
225 VAL 0b00101110 BS_CD_PDS_9600 "data PDS 9600 bps" | |
226 VAL 0b00110000 BS_CD_SPCH_ALT_CDA "all data CDA alter. speech" | |
227 VAL 0b00111000 BS_CD_SPCH_ALT_CDS "all data CDS alter. speech" | |
228 VAL 0b01000000 BS_CD_SPCH_FLD_CDA "all data speech followed CDA" | |
229 VAL 0b01001000 BS_CD_SPCH_FLD_CDS "all data speech followed CDA" | |
230 VAL 0b01010000 BS_CD_ALL_DC_ASYN "all data circuit asynchronous" | |
231 VAL 0b01100000 BS_CD_ALL_ASYN "all asynchronous services" | |
232 VAL 0b01011000 BS_CD_ALL_DC_SYN "all data circuit synchronous" | |
233 VAL 0b01101000 BS_CD_ALL_SYN "all synchronous services" | |
234 VAL 0b11010000 BS_CD_ALL_PSSS "all PLMN specific BS" | |
235 VAL 0b11010001 BS_CD_PLMN1 "PLMN specific 1" | |
236 VAL 0b11010010 BS_CD_PLMN2 "PLMN specific 2" | |
237 VAL 0b11010011 BS_CD_PLMN3 "PLMN specific 3" | |
238 VAL 0b11010100 BS_CD_PLMN4 "PLMN specific 4" | |
239 VAL 0b11010101 BS_CD_PLMN5 "PLMN specific 5" | |
240 VAL 0b11010110 BS_CD_PLMN6 "PLMN specific 6" | |
241 VAL 0b11010111 BS_CD_PLMN7 "PLMN specific 7" | |
242 VAL 0b11011000 BS_CD_PLMN8 "PLMN specific 8" | |
243 VAL 0b11011001 BS_CD_PLMN9 "PLMN specific 9" | |
244 VAL 0b11011010 BS_CD_PLMNA "PLMN specific A" | |
245 VAL 0b11011011 BS_CD_PLMNB "PLMN specific B" | |
246 VAL 0b11011100 BS_CD_PLMNC "PLMN specific C" | |
247 VAL 0b11011101 BS_CD_PLMND "PLMN specific D" | |
248 VAL 0b11011110 BS_CD_PLMNE "PLMN specific E" | |
249 VAL 0b11011111 BS_CD_PLMNF "PLMN specific F" | |
250 | |
251 VALTAB VAL_teleservice | |
252 VAL 0b00000000 TS_CD_ALL_TS "all teleservices" | |
253 VAL 0b00010000 TS_CD_ALL_SPCH "All speech transmission services" | |
254 VAL 0b00010001 TS_CD_TLPHNY "telephony" | |
255 VAL 0b00010010 TS_CD_EMRGNCY "emergency calls" | |
256 VAL 0b00100000 TS_CD_ALL_SMS "all SMS services" | |
257 VAL 0b00100001 TS_CD_SMS_MT "SMS MT PP" | |
258 VAL 0b00100010 TS_CD_SMS_MO "SMS MO PP" | |
259 VAL 0b01100000 TS_CD_ALL_FAX "all FAX transmission services" | |
260 VAL 0b01100001 TS_CD_FAX3_ALT_SPCH "FAX group 3 alter. speech" | |
261 VAL 0b01100010 TS_CD_FAX3_AUTO "FAX group 3 automatic" | |
262 VAL 0b01100011 TS_CD_FAX4 "FAX group 4" | |
263 VAL 0b01110000 TS_CD_ALL_DATA "all FAX and SMS services" | |
264 VAL 0b10000000 TS_CD_ALL_XCPT_SMS "all FAX and speech services" | |
265 VAL 0b11010000 TS_CD_ALL_PSSS "all PLMN specific TS" | |
266 VAL 0b11010001 TS_CD_PLMN1 "PLMN specific TS 1" | |
267 VAL 0b11010010 TS_CD_PLMN2 "PLMN specific TS 2" | |
268 VAL 0b11010011 TS_CD_PLMN3 "PLMN specific TS 3" | |
269 VAL 0b11010100 TS_CD_PLMN4 "PLMN specific TS 4" | |
270 VAL 0b11010101 TS_CD_PLMN5 "PLMN specific TS 5" | |
271 VAL 0b11010110 TS_CD_PLMN6 "PLMN specific TS 6" | |
272 VAL 0b11010111 TS_CD_PLMN7 "PLMN specific TS 7" | |
273 VAL 0b11011000 TS_CD_PLMN8 "PLMN specific TS 8" | |
274 VAL 0b11011001 TS_CD_PLMN9 "PLMN specific TS 9" | |
275 VAL 0b11011010 TS_CD_PLMNA "PLMN specific TS A" | |
276 VAL 0b11011011 TS_CD_PLMNB "PLMN specific TS B" | |
277 VAL 0b11011100 TS_CD_PLMNC "PLMN specific TS C" | |
278 VAL 0b11011101 TS_CD_PLMND "PLMN specific TS D" | |
279 VAL 0b11011110 TS_CD_PLMNE "PLMN specific TS E" | |
280 VAL 0b11011111 TS_CD_PLMNF "PLMN specific TS F" | |
281 | |
282 VALTAB VAL_noa | |
283 VAL DEF "Reserved" | |
284 VAL 0b000 NOA_UNKNOWN "unknown" | |
285 VAL 0b001 NOA_INTER_NUM "international number" | |
286 VAL 0b010 NOA_NATIO_NUM "national significant number" | |
287 VAL 0b011 NOA_NETW_NUM "network specific number" | |
288 VAL 0b100 NOA_SUBSC_NUM "subscriber number" | |
289 VAL 0b110 NOA_ABBRV_NUM "abbreviated number" | |
290 | |
291 VALTAB VAL_npi | |
292 VAL DEF "reserved" | |
293 VAL 0b0000 NPI_UNKNOWN "unknown" | |
294 VAL 0b0001 NPI_ISDN "ISDN/Telephony Numbering Plan (Rec CCITT E.164)" | |
295 VAL 0b0011 NPI_X121 "data numbering plan (CCITT Rec X.121)" | |
296 VAL 0b0100 NPI_F69 "telex numbering plan (CCITT Rec F.69)" | |
297 VAL 0b0110 NPI_LAND_MOBILE "land mobile numbering plan (CCITT Rec E.212)" | |
298 VAL 0b1000 NPI_NATIONAL "land mobile numbering plan (CCITT Rec E.212)" | |
299 VAL 0b1001 NPI_PRIVATE "Private numbering plan" | |
300 | |
301 VALTAB VAL_tos | |
302 VAL DEF "Reserved" | |
303 VAL 0b000 TOS_X213 "NSAP (X.213/ISO 8348 AD2)" | |
304 VAL 0b010 TOS_USER "User Specified" | |
305 | |
306 VALTAB VAL_oei | |
307 VAL 0b0 OEI_EVEN "even number of address signals" | |
308 VAL 0b1 OEI_ODD "odd number of address signals" | |
309 | |
310 VALTAB VAL_ssStatus | |
311 VAL 0b00000001 SSS_A "Active" | |
312 VAL 0b00000010 SSS_R "Registered" | |
313 VAL 0b00000011 SSS_RA "Registered,Active" | |
314 VAL 0b00000100 SSS_P "Provisioned" | |
315 VAL 0b00000101 SSS_PA "Provisioned,Active" | |
316 VAL 0b00000110 SSS_PR "Provisioned,Registered" | |
317 VAL 0b00000111 SSS_PRA "Provisioned,Registered,Active" | |
318 VAL 0b00001000 SSS_Q "Quiescent" | |
319 VAL 0b00001001 SSS_QA "Quiescent,Active" | |
320 VAL 0b00001010 SSS_QR "Quiescent,Registered" | |
321 VAL 0b00001011 SSS_QRA "Quiescent,Registered,Active" | |
322 VAL 0b00001100 SSS_QP "Quiescent,Provisioned" | |
323 VAL 0b00001101 SSS_QPA "Quiescent,Provisioned,Active" | |
324 VAL 0b00001110 SSS_QPR "Quiescent,Provisioned,Registered" | |
325 VAL 0b00001111 SSS_QPRA "Quiescent,Provisioned,Registered,Active" | |
326 | |
327 VALTAB VAL_notify_fwd_pty | |
328 VAL 0b00 NTYF_V1_NO_NTFY "Version 1 No Notify" | |
329 VAL 0b01 NTYF_V1_NTFY1 "Version 1 Notify" | |
330 VAL 0b10 NTYF_V1_NTFY2 "Version 1 Notify" | |
331 VAL 0b00 NTYF_V2_NO_NTFY "Version 2 No Notify" | |
332 VAL 0b10 NTYF_V2_NTFY "Version 2 Notify" | |
333 | |
334 VALTAB VAL_notify_clg_pty | |
335 VAL 0b00 NTYC_V1_NO_NTFY "Version 1 No Notify" | |
336 VAL 0b01 NTYC_V1_NTFY1 "Version 1 Notify" | |
337 VAL 0b10 NTYC_V1_NTFY2 "Version 1 Notify" | |
338 VAL 0b00 NTYC_V2_NO_NTFY "Version 2 No Notify" | |
339 VAL 0b10 NTYC_V2_NTFY "Version 2 Notify" | |
340 | |
341 VALTAB VAL_fwd_reason | |
342 VAL 0b00 FWDR_V2_MS_NOT_REACH "MS not reachable" | |
343 VAL 0b01 FWDR_V2_MS_BUSY "MS is busy" | |
344 VAL 0b10 FWDR_V2_NO_REPLY "No reply" | |
345 VAL 0b11 FWDR_V2_UNCONDITIONAL "Unconditional" | |
346 | |
347 VALTAB VAL_intraCugOptions | |
348 VAL 0x00 ICUG_NO_RESTRICTIONS "no CUG restrictions" | |
349 VAL 0x01 ICUG_INCOM_CALL_BARRED "CUG incoming call barred" | |
350 VAL 0x02 ICUG_OUTGO_CALL_BARRED "CUG outgoing call barred" | |
351 | |
352 VALTAB VAL_interCugRestrictions | |
353 VAL 0x00 ICUGR_FAC_ONLY "CUG only facilities" | |
354 VAL 0x01 ICUGR_OUTGO_ACCESS "CUG with outgoing access" | |
355 VAL 0x02 ICUGR_INCOM_ACCESS "CUG with incoming access" | |
356 VAL 0x03 ICUGR_BOTH_ACCESS "CUG with both (in/out) access" | |
357 | |
358 VALTAB VAL_cliRestrictionOption | |
359 VAL 0x00 CLIR_OPT_PERMANENT "CLI Restriction permanent" | |
360 VAL 0x01 CLIR_OPT_TEMPORARY "CLI Restriction temporary default" | |
361 VAL 0x02 CLIR_OPT_ALLOWED "CLI Allowed temporary default" | |
362 | |
363 VALTAB VAL_overrideCategory | |
364 VAL 0x00 OVR_CAT_ENABLED "Override enabled" | |
365 VAL 0x01 OVR_CAT_DISABLED "Override disabled" | |
366 | |
367 VALTAB VAL_clgSubscriber | |
368 VAL 0b0 CLG_A_NO_INFO "No information content" | |
369 VAL 0b1 CLG_A_OUTG_CALL_FWD_C "Outgoing call has been forwarded to C" | |
370 | |
371 VALTAB VAL_fwgSubscriber | |
372 VAL 0b0 FWG_B_NO_INFO "No information content" | |
373 VAL 0b1 FWG_B_INC_CALL_FWD_C "Incoming call has been forwarded to C" | |
374 | |
375 VALTAB VAL_fwdSubscriber | |
376 VAL 0b0 FWD_C_NO_INFO "No information content" | |
377 VAL 0b1 FWD_C_INC_CALL_FWD "Incoming call is a forwarded call" | |
378 | |
379 VALTAB VAL_callBarringCause | |
380 VAL 0 BARC_SERV_ACTIVE "Barring service active" | |
381 VAL 1 BARC_OPERATOR_BARR "Operator barring" | |
382 | |
383 VALTAB VAL_networkResource | |
384 VAL 0 NET_RCE_PLMN "Network resource PLMN" | |
385 VAL 1 NET_RCE_HLR "Network resource HLR" | |
386 VAL 2 NET_RCE_VLR "Network resource VLR" | |
387 VAL 3 NET_RCE_PVLR "Network resource PVLR" | |
388 VAL 4 NET_RCE_CTRL_MSC "Network resource controlling MSC" | |
389 VAL 5 NET_RCE_VMSC "Network resource VMSC" | |
390 VAL 6 NET_RCE_EIR "Network resource EIR" | |
391 VAL 7 NET_RCE_RSS "Network resource RSS" | |
392 | |
393 VALTAB VAL_pwRegistrationFailureCause | |
394 VAL 0 PWR_FAIL_UNDETERM "Undetermined" | |
395 VAL 1 PWR_FAIL_INVALID_FORM "Invalid format" | |
396 VAL 2 PWR_FAIL_NEW_PW_MISS "New passwords mismatch" | |
397 | |
398 VALTAB VAL_callOnHoldIndicator | |
399 VAL 0 CHLD_CALL_RETRIEVED "Call retrieved" | |
400 VAL 1 CHLD_CALL_ON_HOLD "Call on hold" | |
401 | |
402 VALTAB VAL_ectCallState | |
403 VAL 0 ECT_CS_ALERTING "Alerting" | |
404 VAL 1 ECT_CS_ACTIVE "Active" | |
405 | |
406 VALTAB VAL_guidanceInfo | |
407 VAL 0 GUI_ENTER_PW "Enter password" | |
408 VAL 1 GUI_ENTER_NEW_PW "Enter new pasword" | |
409 VAL 2 GUI_ENTER_NEW_PW_AGAIN "Enter new password again" | |
410 VAL 3 GUI_BAD_PW_RETRY "Bad password - try again" | |
411 VAL 4 GUI_BAD_PW_FORM "Bad password format - try again" | |
412 | |
413 VALTAB VAL_uusService | |
414 VAL 1 UUS_1 "User user service 1" | |
415 VAL 2 UUS_2 "User user service 2" | |
416 VAL 3 UUS_3 "User user service 3" | |
417 | |
418 VALTAB VAL_uusRequired | |
419 VAL 0 UUS_NOT_REQUIRED "User user service not required" | |
420 | |
421 VALTAB VAL_unknwnSubscrDiag | |
422 VAL 0 USD_IMSI_UNKNOWN "IMSI unknown" | |
423 VAL 1 USD_GPRS_SUBSCR_UNKNOWN "GPRS subscription unknown" | |
424 | |
425 VALTAB VAL_absentSubscriberReason | |
426 VAL 0 ASR_IMSI_DETACH "IMSI detach" | |
427 VAL 1 ASR_RESTRICTED_AREA "Restricted area" | |
428 VAL 2 ASR_NO_PAGE_RESPONSE "No page response" | |
429 | |
430 | |
431 | |
432 | |
433 VAR inv_id "Invoke ID" | |
434 8 | |
435 | |
436 | |
437 VAR lnk_id "linked ID" | |
438 8 | |
439 | |
440 | |
441 VAR op_code "Operation Code" | |
442 8 | |
443 | |
444 VAL @m_fac - VAL_op_code@ | |
445 | |
446 VAR err_code "Error Code" | |
447 8 | |
448 | |
449 VAL @m_fac - VAL_err_code@ | |
450 | |
451 VAR params "Parameters" | |
452 1952 | |
453 | |
454 | |
455 VAR gen_problem "General problem code" | |
456 8 | |
457 | |
458 VAL @m_fac - VAL_gen_problem@ | |
459 | |
460 VAR inv_problem "Invoke problem code" | |
461 8 | |
462 | |
463 VAL @m_fac - VAL_inv_problem@ | |
464 | |
465 VAR res_problem "Return result problem code" | |
466 8 | |
467 | |
468 VAL @m_fac - VAL_res_problem@ | |
469 | |
470 VAR err_problem "Return error problem code" | |
471 8 | |
472 | |
473 VAL @m_fac - VAL_err_problem@ | |
474 | |
475 VAR ssCode "Supplementary Service Code" | |
476 8 | |
477 | |
478 VAL @m_fac - VAL_ssCode@ | |
479 | |
480 VAR bearerService "Bearer Service" | |
481 8 | |
482 | |
483 VAL @m_fac - VAL_bearerService@ | |
484 | |
485 VAR teleservice "teleservice" | |
486 8 | |
487 | |
488 VAL @m_fac - VAL_teleservice@ | |
489 | |
490 VAR noa "Nature of address" | |
491 3 | |
492 | |
493 VAL @m_fac - VAL_noa@ | |
494 | |
495 VAR msg_type "Message type" | |
496 8 | |
497 | |
498 | |
499 VAR npi "Numbering plan indication" | |
500 4 | |
501 | |
502 VAL @m_fac - VAL_npi@ | |
503 | |
504 VAR bcdDigit "BCD digit" | |
505 4 | |
506 | |
507 | |
508 VAR tos "Type of subaddress" | |
509 3 | |
510 | |
511 VAL @m_fac - VAL_tos@ | |
512 | |
513 VAR oei "Odd/even indicator" | |
514 1 | |
515 | |
516 VAL @m_fac - VAL_oei@ | |
517 | |
518 VAR noReplyConditionTime "No reply condition time" | |
519 8 | |
520 | |
521 | |
522 VAR ssStatus "Supplementary service status" | |
523 8 | |
524 | |
525 VAL @m_fac - VAL_ssStatus@ | |
526 | |
527 VAR notify_fwd_pty "Notification to forwarding party" | |
528 2 | |
529 | |
530 VAL @m_fac - VAL_notify_fwd_pty@ | |
531 | |
532 VAR notify_clg_pty "Notification to calling party" | |
533 2 | |
534 | |
535 VAL @m_fac - VAL_notify_clg_pty@ | |
536 | |
537 VAR fwd_reason "Forwarding reason" | |
538 2 | |
539 | |
540 VAL @m_fac - VAL_fwd_reason@ | |
541 | |
542 VAR cugIndex "Closed user group index" | |
543 16 | |
544 | |
545 | |
546 VAR cugInterlock "Closed user group interlock" | |
547 32 | |
548 | |
549 | |
550 VAR intraCugOptions "Intra closed user group options" | |
551 8 | |
552 | |
553 VAL @m_fac - VAL_intraCugOptions@ | |
554 | |
555 VAR preferentialCugIndicator "Preferential closed user group indicator" | |
556 16 | |
557 | |
558 | |
559 VAR interCugRestrictions "Inter Closed User Group Restrictions" | |
560 8 | |
561 | |
562 VAL @m_fac - VAL_interCugRestrictions@ | |
563 | |
564 VAR cliRestrictionOption "CLI Restriction option" | |
565 8 | |
566 | |
567 VAL @m_fac - VAL_cliRestrictionOption@ | |
568 | |
569 VAR overrideCategory "Override category" | |
570 8 | |
571 | |
572 VAL @m_fac - VAL_overrideCategory@ | |
573 | |
574 VAR clgSubscriber "calling A-subscriber" | |
575 1 | |
576 | |
577 VAL @m_fac - VAL_clgSubscriber@ | |
578 | |
579 VAR fwgSubscriber "forwarding B-subscriber" | |
580 1 | |
581 | |
582 VAL @m_fac - VAL_fwgSubscriber@ | |
583 | |
584 VAR fwdSubscriber "forwarded to C-subscriber" | |
585 1 | |
586 | |
587 VAL @m_fac - VAL_fwdSubscriber@ | |
588 | |
589 VAR callBarringCause "Call barring cause" | |
590 8 | |
591 | |
592 VAL @m_fac - VAL_callBarringCause@ | |
593 | |
594 VAR networkResource "Network Resource" | |
595 8 | |
596 | |
597 VAL @m_fac - VAL_networkResource@ | |
598 | |
599 VAR pwRegistrationFailureCause "PW Registration Failure Cause" | |
600 8 | |
601 | |
602 VAL @m_fac - VAL_pwRegistrationFailureCause@ | |
603 | |
604 VAR callOnHoldIndicator "Call on hold indicator" | |
605 8 | |
606 | |
607 VAL @m_fac - VAL_callOnHoldIndicator@ | |
608 | |
609 VAR ectCallState "Explicit call transfer call ctate" | |
610 8 | |
611 | |
612 VAL @m_fac - VAL_ectCallState@ | |
613 | |
614 VAR digit "Digit" | |
615 8 | |
616 | |
617 | |
618 VAR guidanceInfo "Guidance Info" | |
619 8 | |
620 | |
621 VAL @m_fac - VAL_guidanceInfo@ | |
622 | |
623 VAR ssUserData "Supplementary service user data" | |
624 MAX_USSD_DATAB | |
625 | |
626 | |
627 VAR ussdDataCodingScheme "Unstructured SS data coding scheme" | |
628 8 | |
629 | |
630 | |
631 VAR ussdString "Unstructured SS data string" | |
632 MAX_USSD_STRINGB | |
633 | |
634 | |
635 VAR e_val "E Value" | |
636 8 | |
637 | |
638 | |
639 VAR err_params_sat "Error Parameters SAT" | |
640 64 | |
641 | |
642 | |
643 VAR res_params_sat "Result Parameters SAT" | |
644 1976 | |
645 | |
646 | |
647 VAR rej_params_sat "Reject Parameters SAT" | |
648 48 | |
649 | |
650 | |
651 VAR defaultPriority "Default priority" | |
652 8 | |
653 | |
654 | |
655 VAR maxEntitledPriority "Maximum entitled priority" | |
656 8 | |
657 | |
658 | |
659 VAR ccbsIndex "CCBS index" | |
660 8 | |
661 | |
662 | |
663 VAR dataCodingScheme "Data coding scheme" | |
664 8 | |
665 | |
666 | |
667 VAR lengthInCharacters "Length in Characters" | |
668 8 | |
669 | |
670 | |
671 VAR nameString "Name string" | |
672 MAX_NAME_STRINGB | |
673 | |
674 | |
675 VAR alertingPattern "Alerting pattern" | |
676 8 | |
677 | |
678 | |
679 VAR accRegisterCCEntryArg "Access register CC entry argument" | |
680 1840 | |
681 | |
682 | |
683 VAR uusService "uUS Service" | |
684 8 | |
685 | |
686 VAL @m_fac - VAL_uusService@ | |
687 | |
688 VAR uusRequired "uUS Required" | |
689 8 | |
690 | |
691 VAL @m_fac - VAL_uusRequired@ | |
692 | |
693 VAR extension "Extension" | |
694 184 | |
695 | |
696 | |
697 VAR pcsExtension "PCS extension" | |
698 8 | |
699 | |
700 | |
701 VAR unknwnSubscrDiag "Unknown subscriber diagnostic" | |
702 8 | |
703 | |
704 VAL @m_fac - VAL_unknwnSubscrDiag@ | |
705 | |
706 VAR absentSubscriberReason "Absent subscriber reason" | |
707 8 | |
708 | |
709 VAL @m_fac - VAL_absentSubscriberReason@ | |
710 | |
711 | |
712 | |
713 | |
714 COMP inv_comp "Invoke component" | |
715 { | |
716 GSM1_ASN inv_id 0x02 ; Invoke ID | |
717 GSM1_ASN lnk_id 0x80 ; Linked ID | |
718 GSM1_ASN op_code 0x02 ; Operation code | |
719 GSM5_V params ; Parameters | |
720 } | |
721 | |
722 | |
723 | |
724 COMP err_comp "Return error component" | |
725 { | |
726 GSM1_ASN inv_id 0x02 ; Invoke ID | |
727 GSM1_ASN err_code 0x02 ; Error code | |
728 GSM5_V params ; Parameters | |
729 } | |
730 | |
731 | |
732 | |
733 COMP rej_comp "Reject component" | |
734 { | |
735 GSM1_ASN inv_id 0x02 ; Invoke ID | |
736 GSM1_ASN gen_problem 0x80 ; General problem code | |
737 GSM1_ASN inv_problem 0x81 ; Invoke problem code | |
738 GSM1_ASN res_problem 0x82 ; Return result problem code | |
739 GSM1_ASN err_problem 0x83 ; Return error problem code | |
740 } | |
741 | |
742 | |
743 | |
744 COMP sequence "Sequence" | |
745 { | |
746 GSM1_ASN op_code 0x02 ; Operation code | |
747 GSM5_V params ; Parameters | |
748 } | |
749 | |
750 | |
751 | |
752 COMP res_comp "Return result component" | |
753 { | |
754 GSM1_ASN inv_id 0x02 ; Invoke ID | |
755 GSM1_ASN sequence 0x30 ; Sequence | |
756 } | |
757 | |
758 | |
759 | |
760 COMP forwardedToNumber "Forwarded to number" | |
761 { | |
762 + noa ; Nature of address | |
763 * npi ; Numbering plan identification | |
764 BCDEVEN bcdDigit [0..MAX_PARTY_NUM] ; BCD digit | |
765 } | |
766 TYPEDEF COMP forwardedToNumber partyNumber "Party number" | |
767 TYPEDEF COMP forwardedToNumber b_subscriberNumber "B Subscriber number" | |
768 TYPEDEF COMP forwardedToNumber deflectedToNumber "Deflected to number" | |
769 | |
770 | |
771 | |
772 COMP forwardedToSubaddress "Forwarded to subaddress" | |
773 { | |
774 + tos ; Type of subaddress | |
775 oei ; Odd/even indicator | |
776 * .000 ; Spare | |
777 BCDEVEN bcdDigit [0..MAX_SUBADDR_NUM] ; BCD digit | |
778 } | |
779 TYPEDEF COMP forwardedToSubaddress partySubaddress "Party Subaddress" | |
780 TYPEDEF COMP forwardedToSubaddress b_subscriberSubaddress "B Subscriber subaddress" | |
781 TYPEDEF COMP forwardedToSubaddress deflectedToSubaddress "Deflected to subaddress" | |
782 | |
783 | |
784 | |
785 COMP basicService "Basic service" | |
786 { | |
787 GSM1_ASN bearerService 0x82 ; Bearer service | |
788 GSM1_ASN teleservice 0x83 ; Teleservice | |
789 } | |
790 TYPEDEF COMP basicService basicServiceGroup "Basic service group" | |
791 | |
792 | |
793 | |
794 COMP ssForBS "SS For BS" | |
795 { | |
796 GSM1_ASN ssCode 0x04 ; Supplementary Service Code | |
797 basicService ; Basic Service | |
798 } | |
799 | |
800 | |
801 | |
802 COMP registerSSArg "Register SS Arg" | |
803 { | |
804 GSM1_ASN ssCode 0x04 ; Supplementary Service Code | |
805 basicService ; Basic Service | |
806 GSM1_ASN forwardedToNumber 0x84 ; Forwarded to number | |
807 GSM1_ASN forwardedToSubaddress 0x86 ; Forwarded to subaddress | |
808 GSM1_ASN noReplyConditionTime 0x85 ; No reply condition time | |
809 GSM1_ASN defaultPriority 0x87 ; Default priority | |
810 } | |
811 | |
812 | |
813 | |
814 COMP cbf "Call barring feature" | |
815 { | |
816 basicService ; Basic Service | |
817 GSM1_ASN ssStatus 0x84 ; Supplementary service status | |
818 } | |
819 | |
820 | |
821 | |
822 COMP callBarringFeatureList "Call barring feature List" | |
823 { | |
824 GSM1_ASN cbf [1..MAX_CBF_NUM] 0x30 ; Call barring feature | |
825 } | |
826 | |
827 | |
828 | |
829 COMP callBarringInfo "Call barring info" | |
830 { | |
831 GSM1_ASN ssCode 0x04 ; Supplementary service Code | |
832 GSM1_ASN callBarringFeatureList 0x30 ; Call barring feature list | |
833 } | |
834 | |
835 | |
836 | |
837 COMP cugf "Closed user group feature" | |
838 { | |
839 basicService ; Basic Service | |
840 GSM1_ASN preferentialCugIndicator 0x02 ; Preferential closed user group indicator | |
841 GSM1_ASN interCugRestrictions 0x04 ; Inter closed user group restrictions | |
842 } | |
843 | |
844 | |
845 | |
846 COMP cugFeatureList "Closed user group feature list" | |
847 { | |
848 GSM1_ASN cugf [1..MAX_CUGF_NUM] 0x30 ; Closed user group feature | |
849 } | |
850 | |
851 | |
852 | |
853 COMP forwardingOptions "Forwarding options" | |
854 { | |
855 notify_fwd_pty ; Notification to forwarding party | |
856 notify_clg_pty ; Notification to calling party | |
857 fwd_reason ; Forwarding Reason | |
858 .00 ; spare | |
859 } | |
860 | |
861 | |
862 | |
863 COMP ff "Forwarding feature" | |
864 { | |
865 basicService ; Basic Service | |
866 GSM1_ASN ssStatus 0x84 ; Supplementary service status | |
867 GSM1_ASN forwardedToNumber 0x85 ; Forwarded to number | |
868 GSM1_ASN forwardedToSubaddress 0x88 ; Forwarded to subaddress | |
869 GSM1_ASN forwardingOptions 0x86 ; Forwarding options | |
870 GSM1_ASN noReplyConditionTime 0x87 ; No reply condition time | |
871 } | |
872 | |
873 | |
874 | |
875 COMP forwardingFeatureList "Forwarding feature List" | |
876 { | |
877 GSM1_ASN ff [1..MAX_FF_NUM] 0x30 ; Forwarding Feature | |
878 } | |
879 | |
880 | |
881 | |
882 COMP forwardingInfo "Forwarding info" | |
883 { | |
884 GSM1_ASN ssCode 0x04 ; Supplementary service Code | |
885 GSM1_ASN forwardingFeatureList 0x30 ; Forwarding feature list | |
886 } | |
887 | |
888 | |
889 | |
890 COMP ssSubscriptionOption "Supplementary service subscription option" | |
891 { | |
892 GSM1_ASN cliRestrictionOption 0x82 ; CLI restriction option | |
893 GSM1_ASN overrideCategory 0x81 ; Override Category | |
894 } | |
895 | |
896 | |
897 | |
898 COMP ssNotification "SS Notification" | |
899 { | |
900 .00000 ; spare | |
901 clgSubscriber ; Calling A subscriber | |
902 fwgSubscriber ; Forwarding B subscriber | |
903 fwdSubscriber ; Forwarded C subscriber | |
904 } | |
905 | |
906 | |
907 | |
908 COMP ssIncompatibilityCause "SS Incompatibility cause" | |
909 { | |
910 GSM1_ASN ssCode 0x81 ; Supplementary Service Code | |
911 basicService ; Basic Service | |
912 GSM1_ASN ssStatus 0x84 ; Supplementary Service Status | |
913 } | |
914 | |
915 | |
916 | |
917 COMP presentationAllowedAddress "Presentation allowed address" | |
918 { | |
919 GSM1_ASN partyNumber 0x80 ; Party number | |
920 GSM1_ASN partySubaddress 0x81 ; Party subaddress | |
921 } | |
922 TYPEDEF COMP presentationAllowedAddress presentationRestrictedAddress "Presentation restricted address" | |
923 | |
924 | |
925 | |
926 COMP callIsWaitingIndicator "Call is waiting indicator" | |
927 { | |
928 } | |
929 | |
930 | |
931 | |
932 COMP mptyIndicator "Multiparty indicator" | |
933 { | |
934 } | |
935 | |
936 | |
937 | |
938 COMP clirSuppressionRejected "CLIR suppression rejected" | |
939 { | |
940 } | |
941 | |
942 | |
943 | |
944 COMP presentationRestricted "Presentation restricted" | |
945 { | |
946 } | |
947 | |
948 | |
949 | |
950 COMP numberNotAvailableDueToInterworking "Number not available due to interworking" | |
951 { | |
952 } | |
953 | |
954 | |
955 | |
956 COMP rdn "rdn" | |
957 { | |
958 GSM1_ASN presentationAllowedAddress 0xA0 ; Presentation allowed address | |
959 GSM1_ASN presentationRestricted 0x81 ; Presentation restricted | |
960 GSM1_ASN numberNotAvailableDueToInterworking 0x82 ; Number not available due to interworking | |
961 GSM1_ASN presentationRestrictedAddress 0xA3 ; Presentation restricted address | |
962 } | |
963 | |
964 | |
965 | |
966 COMP ectIndicator "Explicit call transfer indicator" | |
967 { | |
968 GSM1_ASN ectCallState 0x80 ; Explicit call transfer call state | |
969 GSM1_ASN rdn 0xA1 ; Rdn | |
970 } | |
971 | |
972 | |
973 | |
974 COMP ussdRes "Unstructured SS data result" | |
975 { | |
976 GSM1_ASN ussdDataCodingScheme 0x04 ; Unstructured SS data coding scheme | |
977 GSM1_ASN ussdString [.0..MAX_USSD_STRINGB] 0x04 ; Unstructured SS data string | |
978 } | |
979 | |
980 | |
981 | |
982 COMP suppressPrefCUG "Suppress prefered closed user group" | |
983 { | |
984 } | |
985 | |
986 | |
987 | |
988 COMP suppressOA "Suppress outgoing access" | |
989 { | |
990 } | |
991 | |
992 | |
993 | |
994 COMP forwardCUGInfoArg "Forward closed user group info argument" | |
995 { | |
996 GSM1_ASN cugIndex 0x80 ; Closed user group index | |
997 GSM1_ASN suppressPrefCUG 0x81 ; Suppress prefered closed user group | |
998 GSM1_ASN suppressOA 0x82 ; Suppress outgoing access | |
999 } | |
1000 | |
1001 | |
1002 | |
1003 COMP zzzzEmpty "ZZZZ empty" | |
1004 { | |
1005 } | |
1006 | |
1007 | |
1008 | |
1009 COMP basicServiceGroupList "Basic service group list" | |
1010 { | |
1011 GSM1_ASN bearerService [1..MAX_BS_NUM] 0x82 ; Bearer service | |
1012 GSM1_ASN teleservice [1..MAX_BS_NUM] 0x83 ; Teleservice | |
1013 } | |
1014 | |
1015 | |
1016 | |
1017 COMP ssData "Supplementary service data" | |
1018 { | |
1019 GSM1_ASN ssCode 0x04 ; Supplementary service Code | |
1020 GSM1_ASN ssStatus 0x84 ; Supplementary service status | |
1021 ssSubscriptionOption ; Supplementary service subscription option | |
1022 GSM1_ASN basicServiceGroupList 0x30 ; Basic service group list | |
1023 GSM1_ASN defaultPriority 0x02 ; Default Priority | |
1024 } | |
1025 | |
1026 | |
1027 | |
1028 COMP cugs "Closed user group subscription" | |
1029 { | |
1030 GSM1_ASN cugIndex 0x02 ; Closed user group index | |
1031 GSM1_ASN cugInterlock 0x04 ; Closed user group interlock | |
1032 GSM1_ASN intraCugOptions 0x0A ; Intra closed user group options | |
1033 GSM1_ASN basicServiceGroupList 0x30 ; Basic service group list | |
1034 } | |
1035 | |
1036 | |
1037 | |
1038 COMP cugSubscriptionList "Closed user group subscription list" | |
1039 { | |
1040 GSM1_ASN cugs [1..MAX_CUGS_NUM] 0x30 ; Closed user group subscription | |
1041 } | |
1042 | |
1043 | |
1044 | |
1045 COMP cugInfo "Closed user group info" | |
1046 { | |
1047 GSM1_ASN cugSubscriptionList 0x30 ; Closed user group subscription list | |
1048 GSM1_ASN cugFeatureList 0x30 ; Closed user group feature list | |
1049 } | |
1050 | |
1051 | |
1052 | |
1053 COMP ssInfo "SS info" | |
1054 { | |
1055 GSM1_ASN forwardingInfo 0xA0 ; Forwarding info | |
1056 GSM1_ASN callBarringInfo 0xA1 ; Call barring info | |
1057 GSM1_ASN cugInfo 0xA2 ; Closed user group info | |
1058 GSM1_ASN ssData 0xA3 ; Supplementary service data | |
1059 } | |
1060 | |
1061 | |
1062 | |
1063 COMP newPassword "New password" | |
1064 { | |
1065 digit [MAX_PWD_NUM] ; Digit | |
1066 } | |
1067 TYPEDEF COMP newPassword currPassword "Current password" | |
1068 | |
1069 | |
1070 | |
1071 COMP e1 "E1" | |
1072 { | |
1073 e_val [0..MAX_EVAL_LEN] ; E value | |
1074 } | |
1075 TYPEDEF COMP e1 e2 "E2" | |
1076 TYPEDEF COMP e1 e3 "E3" | |
1077 TYPEDEF COMP e1 e4 "E4" | |
1078 TYPEDEF COMP e1 e5 "E5" | |
1079 TYPEDEF COMP e1 e6 "E6" | |
1080 TYPEDEF COMP e1 e7 "E7" | |
1081 | |
1082 | |
1083 | |
1084 COMP chargingInformation "Charging Information" | |
1085 { | |
1086 GSM1_ASN e1 0x81 ; E1 | |
1087 GSM1_ASN e2 0x82 ; E2 | |
1088 GSM1_ASN e3 0x83 ; E3 | |
1089 GSM1_ASN e4 0x84 ; E4 | |
1090 GSM1_ASN e5 0x85 ; E5 | |
1091 GSM1_ASN e6 0x86 ; E6 | |
1092 GSM1_ASN e7 0x87 ; E7 | |
1093 } | |
1094 | |
1095 | |
1096 | |
1097 COMP forwardChargeAdviceArg "Forward Charge Advice" | |
1098 { | |
1099 GSM1_ASN ssCode 0x80 ; Supplementary service code | |
1100 GSM1_ASN chargingInformation 0xA1 ; Charging information | |
1101 } | |
1102 | |
1103 | |
1104 | |
1105 COMP rej_comp_sat "Reject component SAT" | |
1106 { | |
1107 GSM1_ASN inv_id 0x02 ; Invoke ID | |
1108 GSM5_V rej_params_sat ; Reject parameters SAT | |
1109 } | |
1110 | |
1111 | |
1112 | |
1113 COMP err_desc_sat "Error description SAT" | |
1114 { | |
1115 GSM5_V err_params_sat ; Error parameters SAT | |
1116 } | |
1117 | |
1118 | |
1119 | |
1120 COMP err_comp_sat "Return error component SAT" | |
1121 { | |
1122 GSM1_ASN inv_id 0x02 ; Invoke ID | |
1123 GSM1_ASN err_desc_sat 0x02 ; Error description SAT | |
1124 } | |
1125 | |
1126 | |
1127 | |
1128 COMP res_desc_sat "Result description SAT" | |
1129 { | |
1130 GSM5_V res_params_sat ; Result parameters SAT | |
1131 } | |
1132 | |
1133 | |
1134 | |
1135 COMP seq_sat "Sequence SAT" | |
1136 { | |
1137 GSM1_ASN res_desc_sat 0x02 ; Result description SAT | |
1138 } | |
1139 | |
1140 | |
1141 | |
1142 COMP res_comp_sat "Return result component SAT" | |
1143 { | |
1144 GSM1_ASN inv_id 0x02 ; Invoke ID | |
1145 GSM1_ASN seq_sat 0x30 ; Sequence SAT | |
1146 } | |
1147 | |
1148 | |
1149 | |
1150 COMP ccbsf "CCBS feature" | |
1151 { | |
1152 GSM1_ASN ccbsIndex 0x80 ; CCBS index | |
1153 GSM1_ASN b_subscriberNumber 0x81 ; B subscriber number | |
1154 GSM1_ASN b_subscriberSubaddress 0x82 ; B subscriber subaddress | |
1155 GSM1_ASN basicServiceGroup 0xA3 ; Basic service group | |
1156 } | |
1157 | |
1158 | |
1159 | |
1160 COMP ccbsFeatureList "CCBS feature List" | |
1161 { | |
1162 GSM1_ASN ccbsf [1..MAX_CCBSF_NUM] 0x30 ; CCBS Feature | |
1163 } | |
1164 | |
1165 | |
1166 | |
1167 COMP cliRestrictionInfo "CLI Restriction info" | |
1168 { | |
1169 GSM1_ASN ssStatus 0x04 ; Supplementary service status | |
1170 GSM1_ASN cliRestrictionOption 0x0A ; CLI Restriction option | |
1171 GSM1_ASN maxEntitledPriority 0x80 ; Maximum entitled priority | |
1172 GSM1_ASN defaultPriority 0x81 ; Default priority | |
1173 GSM1_ASN ccbsFeatureList 0xA2 ; CCBS feature list | |
1174 } | |
1175 | |
1176 | |
1177 | |
1178 COMP interrogateSSRes "Interrogate SS result" | |
1179 { | |
1180 GSM1_ASN ssStatus 0x80 ; Supplementary Service Status | |
1181 GSM1_ASN forwardedToNumber 0x81 ; Forwarded to number | |
1182 GSM1_ASN basicServiceGroupList 0xA2 ; Basic service group list | |
1183 GSM1_ASN forwardingFeatureList 0xA3 ; Forwarding feature list | |
1184 GSM1_ASN cliRestrictionInfo 0xA4 ; CLI Restriction Info | |
1185 } | |
1186 | |
1187 | |
1188 | |
1189 COMP namePresentationAllowed "Name presentation allowed" | |
1190 { | |
1191 GSM1_ASN dataCodingScheme 0x80 ; Data coding scheme | |
1192 GSM1_ASN lengthInCharacters 0x81 ; Length in Characters | |
1193 GSM1_ASN nameString [.0..MAX_NAME_STRINGB] 0x82 ; Name string | |
1194 } | |
1195 TYPEDEF COMP namePresentationAllowed namePresentationRestricted "Name presentation restricted" | |
1196 | |
1197 | |
1198 | |
1199 COMP ussdArg "Unstructured SS data argument" | |
1200 { | |
1201 GSM1_ASN ussdDataCodingScheme 0x04 ; Unstructured SS data coding scheme | |
1202 GSM1_ASN ussdString [.0..MAX_USSD_STRINGB] 0x04 ; Unstructured SS data string | |
1203 GSM1_ASN alertingPattern 0x04 ; Alerting pattern | |
1204 } | |
1205 | |
1206 | |
1207 | |
1208 COMP eraseCCEntryArg "Erase CC entry Arg" | |
1209 { | |
1210 GSM1_ASN ssCode 0x80 ; Supplementary Service Code | |
1211 GSM1_ASN ccbsIndex 0x81 ; CCBS index | |
1212 } | |
1213 | |
1214 | |
1215 | |
1216 COMP eraseCCEntryRes "Erase CC entry Res" | |
1217 { | |
1218 GSM1_ASN ssCode 0x80 ; Supplementary Service Code | |
1219 GSM1_ASN ssStatus 0x81 ; Supplementary service status | |
1220 } | |
1221 | |
1222 | |
1223 | |
1224 COMP accRegisterCCEntryRes "Access register CC entry Res" | |
1225 { | |
1226 GSM1_ASN ccbsf 0xA0 ; CCBS feature | |
1227 } | |
1228 | |
1229 | |
1230 | |
1231 COMP callDeflectionArg "Call Deflection Arg" | |
1232 { | |
1233 GSM1_ASN deflectedToNumber 0x80 ; Deflected to number | |
1234 GSM1_ASN deflectedToSubaddress 0x81 ; Deflected to subaddress | |
1235 } | |
1236 | |
1237 | |
1238 | |
1239 COMP userUserServiceArg "User user service Arg" | |
1240 { | |
1241 GSM1_ASN uusService 0x80 ; uUS Service | |
1242 GSM1_ASN uusRequired 0x81 ; uUS Required | |
1243 } | |
1244 | |
1245 | |
1246 | |
1247 COMP privateExtensionList "Private extension list" | |
1248 { | |
1249 GSM1_ASN extension [1..MAX_EXT_NUM] 0x30 ; Extension | |
1250 } | |
1251 | |
1252 | |
1253 | |
1254 COMP extensionContainer "Extension container" | |
1255 { | |
1256 GSM1_ASN privateExtensionList 0xA0 ; Private extension list | |
1257 GSM1_ASN pcsExtension 0xA1 ; PCS extension | |
1258 } | |
1259 | |
1260 | |
1261 | |
1262 COMP unknownSubscriberParam "Unknown subscriber parameter" | |
1263 { | |
1264 GSM1_ASN extensionContainer 0x30 ; Extension container | |
1265 GSM1_ASN unknwnSubscrDiag 0x0A ; Unknown subscriber diagnostic | |
1266 } | |
1267 | |
1268 | |
1269 | |
1270 COMP illegalSubscriberParam "Illegal subscriber parameter" | |
1271 { | |
1272 GSM1_ASN extensionContainer 0x30 ; Extension container | |
1273 } | |
1274 TYPEDEF COMP illegalSubscriberParam bearerServNotProvParam "Bearer service not provisioned parameter" | |
1275 TYPEDEF COMP illegalSubscriberParam teleServNotProvParam "Tele service not provisioned parameter" | |
1276 TYPEDEF COMP illegalSubscriberParam facilityNotSupParam "Facility not supported parameter" | |
1277 TYPEDEF COMP illegalSubscriberParam dataMissingParam "Data missing parameter" | |
1278 TYPEDEF COMP illegalSubscriberParam unexpectedDataParam "Unexpected data parameter" | |
1279 | |
1280 | |
1281 | |
1282 COMP extCallBarredParam "Extensible call barred parameter" | |
1283 { | |
1284 GSM1_ASN callBarringCause 0x0A ; Call barring cause | |
1285 GSM1_ASN extensionContainer 0x30 ; Extension container | |
1286 } | |
1287 | |
1288 | |
1289 | |
1290 COMP absentSubscriberParam "Absent subscriber parameter" | |
1291 { | |
1292 GSM1_ASN extensionContainer 0x30 ; Extension container | |
1293 GSM1_ASN absentSubscriberReason 0x80 ; Absent subscriber reason | |
1294 } | |
1295 | |
1296 | |
1297 | |
1298 COMP extSystemFailureParam "Extensible system failure parameter" | |
1299 { | |
1300 GSM1_ASN networkResource 0x0A ; Network resource | |
1301 GSM1_ASN extensionContainer 0x30 ; Extension container | |
1302 } | |
1303 | |
1304 | |
1305 | |
1306 COMP nameUnavailable "Name unavailable" | |
1307 { | |
1308 } | |
1309 | |
1310 | |
1311 | |
1312 COMP callingName "Calling name" | |
1313 { | |
1314 GSM1_ASN namePresentationAllowed 0xA0 ; Name presentation allowed | |
1315 GSM1_ASN presentationRestricted 0x81 ; Presentation restricted | |
1316 GSM1_ASN nameUnavailable 0x82 ; Name unavailable | |
1317 GSM1_ASN namePresentationRestricted 0xA3 ; Name presentation restricted | |
1318 } | |
1319 | |
1320 | |
1321 | |
1322 COMP nameIndicator "Name indicator" | |
1323 { | |
1324 GSM1_ASN callingName 0xA0 ; Calling name | |
1325 } | |
1326 | |
1327 | |
1328 | |
1329 COMP notifySSArg "Notify SS Arg" | |
1330 { | |
1331 GSM1_ASN ssCode 0x81 ; Supplementary Service Code | |
1332 GSM1_ASN ssStatus 0x84 ; Supplementary Service Status | |
1333 GSM1_ASN ssNotification 0x85 ; SS notification | |
1334 GSM1_ASN callIsWaitingIndicator 0x8E ; Call is waiting indicator | |
1335 GSM1_ASN callOnHoldIndicator 0x8F ; Call on hold indicator | |
1336 GSM1_ASN mptyIndicator 0x90 ; Multiparty indicator | |
1337 GSM1_ASN cugIndex 0x91 ; Closed user group index | |
1338 GSM1_ASN clirSuppressionRejected 0x92 ; CLIR suppression rejected | |
1339 GSM1_ASN ectIndicator 0xB3 ; Explicit call transfer indicator | |
1340 GSM1_ASN nameIndicator 0xB4 ; Name indicator | |
1341 GSM1_ASN ccbsf 0xB5 ; CCBS feature | |
1342 GSM1_ASN alertingPattern 0x96 ; Alerting pattern | |
1343 } | |
1344 | |
1345 | |
1346 | |
1347 | |
1348 | |
1349 | |
1350 MSG component both 0b00000000 ; Component | |
1351 { | |
1352 GSM3_V msg_type ; Message Type | |
1353 GSM1_ASN inv_comp 0xA1 ; Invoke component | |
1354 GSM1_ASN res_comp 0xA2 ; Return Result component | |
1355 GSM1_ASN err_comp 0xA3 ; Return Error component | |
1356 GSM1_ASN rej_comp 0xA4 ; Reject component | |
1357 } | |
1358 | |
1359 | |
1360 | |
1361 MSG register_ss_inv uplink 0b00001010 ; Register SS invoke | |
1362 { | |
1363 GSM3_V msg_type ; Message Type | |
1364 GSM1_ASN registerSSArg 0x30 ; register ss argument | |
1365 } | |
1366 | |
1367 | |
1368 | |
1369 MSG register_ss_res downlink 0b00001010 ; Register SS result | |
1370 { | |
1371 GSM3_V msg_type ; Message Type | |
1372 ssInfo ; SS info | |
1373 } | |
1374 | |
1375 | |
1376 | |
1377 MSG erase_ss_inv uplink 0b00001011 ; Erase SS invoke | |
1378 { | |
1379 GSM3_V msg_type ; Message Type | |
1380 GSM1_ASN ssForBS 0x30 ; SS for BS | |
1381 } | |
1382 | |
1383 | |
1384 | |
1385 MSG erase_ss_res downlink 0b00001011 ; Erase SS result | |
1386 { | |
1387 GSM3_V msg_type ; Message Type | |
1388 ssInfo ; SS info | |
1389 } | |
1390 | |
1391 | |
1392 | |
1393 MSG activate_ss_inv uplink 0b00001100 ; Activate SS invoke | |
1394 { | |
1395 GSM3_V msg_type ; Message Type | |
1396 GSM1_ASN ssForBS 0x30 ; SS for BS | |
1397 } | |
1398 | |
1399 | |
1400 | |
1401 MSG activate_ss_res downlink 0b00001100 ; Activate SS result | |
1402 { | |
1403 GSM3_V msg_type ; Message Type | |
1404 ssInfo ; SS info | |
1405 } | |
1406 | |
1407 | |
1408 | |
1409 MSG deactivate_ss_inv uplink 0b00001101 ; Deactivate SS invoke | |
1410 { | |
1411 GSM3_V msg_type ; Message Type | |
1412 GSM1_ASN ssForBS 0x30 ; SS for BS | |
1413 } | |
1414 | |
1415 | |
1416 | |
1417 MSG deactivate_ss_res downlink 0b00001101 ; Deactivate SS result | |
1418 { | |
1419 GSM3_V msg_type ; Message Type | |
1420 ssInfo ; SS info | |
1421 } | |
1422 | |
1423 | |
1424 | |
1425 MSG interrogate_ss_inv uplink 0b00001110 ; Interrogate SS For BS | |
1426 { | |
1427 GSM3_V msg_type ; Message Type | |
1428 GSM1_ASN ssForBS 0x30 ; SS for BS | |
1429 } | |
1430 | |
1431 | |
1432 | |
1433 MSG interrogate_ss_res downlink 0b00001110 ; Interrogate SS result | |
1434 { | |
1435 GSM3_V msg_type ; Message Type | |
1436 interrogateSSRes ; Interrogate SS result | |
1437 } | |
1438 | |
1439 | |
1440 | |
1441 MSG notify_ss_inv downlink 0b00010000 ; Notify SS Arg | |
1442 { | |
1443 GSM3_V msg_type ; Message Type | |
1444 GSM1_ASN notifySSArg 0x30 ; Notify SS argument | |
1445 } | |
1446 | |
1447 | |
1448 | |
1449 MSG register_pwd_inv uplink 0b00010001 ; Register password | |
1450 { | |
1451 GSM3_V msg_type ; Message Type | |
1452 GSM1_ASN ssCode 0x04 ; Supplementary Service Code | |
1453 } | |
1454 | |
1455 | |
1456 | |
1457 MSG register_pwd_res downlink 0b00010001 ; Register password | |
1458 { | |
1459 GSM3_V msg_type ; Message Type | |
1460 GSM1_ASN newPassword 0x12 ; New Password | |
1461 } | |
1462 | |
1463 | |
1464 | |
1465 MSG get_pwd_inv downlink 0b00010010 ; Get password | |
1466 { | |
1467 GSM3_V msg_type ; Message Type | |
1468 GSM1_ASN guidanceInfo 0x0A ; Guidance info | |
1469 } | |
1470 | |
1471 | |
1472 | |
1473 MSG get_pwd_res uplink 0b00010010 ; Get password | |
1474 { | |
1475 GSM3_V msg_type ; Message Type | |
1476 GSM1_ASN currPassword 0x12 ; Current Password | |
1477 } | |
1478 | |
1479 | |
1480 | |
1481 MSG process_ussd_inv uplink 0b00010011 ; Process unstructured supplementary service data | |
1482 { | |
1483 GSM3_V msg_type ; Message Type | |
1484 GSM1_ASN ssUserData [.0..MAX_USSD_DATAB] 0x16 ; Supplementary service user data | |
1485 } | |
1486 | |
1487 | |
1488 | |
1489 MSG process_ussd_res downlink 0b00010011 ; Process unstructured supplementary service data | |
1490 { | |
1491 GSM3_V msg_type ; Message Type | |
1492 GSM1_ASN ssUserData [.0..MAX_USSD_DATAB] 0x16 ; Supplementary service user data | |
1493 } | |
1494 | |
1495 | |
1496 | |
1497 MSG process_ussd_req_inv uplink 0b00111011 ; Process unstructured supplementary service request | |
1498 { | |
1499 GSM3_V msg_type ; Message Type | |
1500 GSM1_ASN ussdArg 0x30 ; Unstructured SS argument | |
1501 } | |
1502 | |
1503 | |
1504 | |
1505 MSG process_ussd_req_res downlink 0b00111011 ; Process unstructured supplementary service request | |
1506 { | |
1507 GSM3_V msg_type ; Message Type | |
1508 GSM1_ASN ussdRes 0x30 ; Unstructured SS result | |
1509 } | |
1510 | |
1511 | |
1512 | |
1513 MSG ussd_req_inv downlink 0b00111100 ; Unstructured supplementary service request | |
1514 { | |
1515 GSM3_V msg_type ; Message Type | |
1516 GSM1_ASN ussdArg 0x30 ; Unstructured SS argument | |
1517 } | |
1518 | |
1519 | |
1520 | |
1521 MSG ussd_req_res uplink 0b00111100 ; Unstructured supplementary service request | |
1522 { | |
1523 GSM3_V msg_type ; Message Type | |
1524 GSM1_ASN ussdRes 0x30 ; Unstructured SS result | |
1525 } | |
1526 | |
1527 | |
1528 | |
1529 MSG ussd_notify_inv downlink 0b00111101 ; Unstructured supplementary service notify | |
1530 { | |
1531 GSM3_V msg_type ; Message Type | |
1532 GSM1_ASN ussdArg 0x30 ; Unstructured SS argument | |
1533 } | |
1534 | |
1535 | |
1536 | |
1537 MSG fwd_cug_info_inv uplink 0b01111000 ; Forward Closed User Group Info Invoke | |
1538 { | |
1539 GSM3_V msg_type ; Message Type | |
1540 GSM1_ASN forwardCUGInfoArg 0x30 ; Forward closed user group info argument | |
1541 } | |
1542 | |
1543 | |
1544 | |
1545 MSG split_mpty_res downlink 0b01111001 ; Split multiparty result | |
1546 { | |
1547 GSM3_V msg_type ; Message Type | |
1548 GSM1_ASN zzzzEmpty 0x05 ; zzzz-empty | |
1549 } | |
1550 | |
1551 | |
1552 | |
1553 MSG retrieve_mpty_res downlink 0b01111010 ; Retrieve multiparty result | |
1554 { | |
1555 GSM3_V msg_type ; Message Type | |
1556 GSM1_ASN zzzzEmpty 0x05 ; zzzz-empty | |
1557 } | |
1558 | |
1559 | |
1560 | |
1561 MSG hold_mpty_res downlink 0b01111011 ; Hold multiparty result | |
1562 { | |
1563 GSM3_V msg_type ; Message Type | |
1564 GSM1_ASN zzzzEmpty 0x05 ; zzzz-empty | |
1565 } | |
1566 | |
1567 | |
1568 | |
1569 MSG build_mpty_res downlink 0b01111100 ; Build multiparty result | |
1570 { | |
1571 GSM3_V msg_type ; Message Type | |
1572 GSM1_ASN zzzzEmpty 0x05 ; zzzz-empty | |
1573 } | |
1574 | |
1575 | |
1576 | |
1577 MSG fwd_chg_advice_inv downlink 0b01111101 ; Forward charge advice invoke | |
1578 { | |
1579 GSM3_V msg_type ; Message Type | |
1580 GSM1_ASN forwardChargeAdviceArg 0x30 ; Forward charge advice | |
1581 } | |
1582 | |
1583 | |
1584 | |
1585 MSG fwd_chg_advice_res uplink 0b01111101 ; Forward charge advice result | |
1586 { | |
1587 GSM3_V msg_type ; Message Type | |
1588 GSM1_ASN zzzzEmpty 0x05 ; zzzz-empty | |
1589 } | |
1590 | |
1591 | |
1592 | |
1593 MSG comp_sat both 0b00000001 ; Component SAT | |
1594 { | |
1595 GSM3_V msg_type ; Message Type | |
1596 GSM1_ASN res_comp_sat 0xA2 ; Return Result component SAT | |
1597 GSM1_ASN err_comp_sat 0xA3 ; Return Error component SAT | |
1598 GSM1_ASN rej_comp_sat 0xA4 ; Reject component SAT | |
1599 } | |
1600 | |
1601 | |
1602 | |
1603 MSG erase_cc_entry_inv uplink 0b01001101 ; Erase CC entry invoke | |
1604 { | |
1605 GSM3_V msg_type ; Message Type | |
1606 GSM1_ASN eraseCCEntryArg 0x30 ; Erase CC entry argument | |
1607 } | |
1608 | |
1609 | |
1610 | |
1611 MSG erase_cc_entry_res downlink 0b01001101 ; Erase CC entry result | |
1612 { | |
1613 GSM3_V msg_type ; Message Type | |
1614 GSM1_ASN eraseCCEntryRes 0x30 ; Erase CC entry result | |
1615 } | |
1616 | |
1617 | |
1618 | |
1619 MSG acc_register_cc_entry_inv uplink 0b01110111 ; Access register CC entry invoke | |
1620 { | |
1621 GSM3_V msg_type ; Message Type | |
1622 GSM1_ASN accRegisterCCEntryArg [.0..1840] 0x30 ; Access register CC entry argument | |
1623 } | |
1624 | |
1625 | |
1626 | |
1627 MSG acc_register_cc_entry_res downlink 0b01110111 ; Access register CC entry result | |
1628 { | |
1629 GSM3_V msg_type ; Message Type | |
1630 GSM1_ASN accRegisterCCEntryRes 0x30 ; Access register CC entry result | |
1631 } | |
1632 | |
1633 | |
1634 | |
1635 MSG call_deflection_inv uplink 0b01110101 ; Call deflection invoke | |
1636 { | |
1637 GSM3_V msg_type ; Message Type | |
1638 GSM1_ASN callDeflectionArg 0x30 ; Call deflection arg | |
1639 } | |
1640 | |
1641 | |
1642 | |
1643 MSG user_user_srv_inv both 0b01110110 ; User user service invoke | |
1644 { | |
1645 GSM3_V msg_type ; Message Type | |
1646 GSM1_ASN userUserServiceArg 0x30 ; user user service argument | |
1647 } | |
1648 | |
1649 | |
1650 | |
1651 MSG unknown_subscriber_err downlink 0b10000001 ; Unknown subscriber error | |
1652 { | |
1653 GSM3_V msg_type ; Message Type | |
1654 GSM1_ASN unknownSubscriberParam 0x30 ; Unknown subscriber parameter | |
1655 } | |
1656 | |
1657 | |
1658 | |
1659 MSG illegal_subscriber_err downlink 0b10001001 ; Illegal subscriber error | |
1660 { | |
1661 GSM3_V msg_type ; Message Type | |
1662 GSM1_ASN illegalSubscriberParam 0x30 ; Illegal subscriber parameter | |
1663 } | |
1664 | |
1665 | |
1666 | |
1667 MSG bearer_serv_not_prov_err downlink 0b10001010 ; Bearer service not provisioned error | |
1668 { | |
1669 GSM3_V msg_type ; Message Type | |
1670 GSM1_ASN bearerServNotProvParam 0x30 ; Bearer service not provisioned parameter | |
1671 } | |
1672 | |
1673 | |
1674 | |
1675 MSG tele_serv_not_prov_err downlink 0b10001011 ; Tele service not provisioned error | |
1676 { | |
1677 GSM3_V msg_type ; Message Type | |
1678 GSM1_ASN teleServNotProvParam 0x30 ; Tele service not provisioned parameter | |
1679 } | |
1680 | |
1681 | |
1682 | |
1683 MSG illegal_equipment_err downlink 0b10001100 ; Illegal equipment error | |
1684 { | |
1685 GSM3_V msg_type ; Message Type | |
1686 GSM1_ASN teleServNotProvParam 0x30 ; Illegal equipment parameter | |
1687 } | |
1688 | |
1689 | |
1690 | |
1691 MSG call_barred_err downlink 0b10001101 ; Call barred error | |
1692 { | |
1693 GSM3_V msg_type ; Message Type | |
1694 GSM1_ASN callBarringCause 0x0A ; Call barring cause | |
1695 GSM1_ASN extCallBarredParam 0x30 ; Extensible call barred parameter | |
1696 } | |
1697 | |
1698 | |
1699 | |
1700 MSG ss_incompatibility_err downlink 0b10010100 ; SS incompatibility error | |
1701 { | |
1702 GSM3_V msg_type ; Message Type | |
1703 GSM1_ASN ssIncompatibilityCause 0x30 ; SS incompatibility cause | |
1704 } | |
1705 | |
1706 | |
1707 | |
1708 MSG facility_not_supported_err downlink 0b10010101 ; Facility not supported error | |
1709 { | |
1710 GSM3_V msg_type ; Message Type | |
1711 GSM1_ASN facilityNotSupParam 0x30 ; Facility not supported parameter | |
1712 } | |
1713 | |
1714 | |
1715 | |
1716 MSG absent_subscriber_err downlink 0b10011011 ; Absent subscriber error | |
1717 { | |
1718 GSM3_V msg_type ; Message Type | |
1719 GSM1_ASN absentSubscriberParam 0x30 ; absent subscriber parameter | |
1720 } | |
1721 | |
1722 | |
1723 | |
1724 MSG system_failure_err downlink 0b10100010 ; System failure error | |
1725 { | |
1726 GSM3_V msg_type ; Message Type | |
1727 GSM1_ASN networkResource 0x0A ; Network resource | |
1728 GSM1_ASN extSystemFailureParam 0x30 ; Extensible system failure parameter | |
1729 } | |
1730 | |
1731 | |
1732 | |
1733 MSG data_missing_err downlink 0b10100011 ; Data missing error | |
1734 { | |
1735 GSM3_V msg_type ; Message Type | |
1736 GSM1_ASN dataMissingParam 0x30 ; Data missing parameter | |
1737 } | |
1738 | |
1739 | |
1740 | |
1741 MSG unexpected_data_value_err downlink 0b10100100 ; Unexpected data value error | |
1742 { | |
1743 GSM3_V msg_type ; Message Type | |
1744 GSM1_ASN unexpectedDataParam 0x30 ; Unexpected data parameter | |
1745 } | |
1746 | |
1747 | |
1748 | |
1749 MSG ss_error_status_err downlink 0b10010001 ; Supplementary service error status | |
1750 { | |
1751 GSM3_V msg_type ; Message Type | |
1752 GSM1_ASN ssStatus 0x04 ; Supplementary service status | |
1753 } | |
1754 | |
1755 | |
1756 | |
1757 MSG pw_registration_failure_err downlink 0b10100101 ; Password registration failure | |
1758 { | |
1759 GSM3_V msg_type ; Message Type | |
1760 GSM1_ASN pwRegistrationFailureCause 0x0A ; Password registration failure cause | |
1761 } | |
1762 | |
1763 | |
1764 | |
1765 | |
1766 | |
1767 |