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