comparison cdg211/cdginc/p_gmmreg.val @ 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 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_gmmreg.val |
5 | SOURCE : "__out__\g23m_dfile\prim\gmmreg.pdf" |
6 | LastModified : "2002-11-28" |
7 | IdAndVersion : "8441.115.99.013" |
8 | SrcFileTime : "Tue Aug 2 13:34:02 2005" |
9 | Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:15 2007 |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! |
11 +--------------------------------------------------------------------------+
12 */
13
14 /* PRAGMAS
15 * PREFIX : NONE
16 * COMPATIBILITY_DEFINES : NO (require PREFIX)
17 * ALWAYS_ENUM_IN_VAL_FILE: NO
18 * ENABLE_GROUP: NO
19 * CAPITALIZE_TYPENAME: NO
20 */
21
22
23 #ifndef P_GMMREG_VAL
24 #define P_GMMREG_VAL
25
26
27 #define CDG_ENTER__P_GMMREG_VAL
28
29 #define CDG_ENTER__FILENAME _P_GMMREG_VAL
30 #define CDG_ENTER__P_GMMREG_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_GMMREG_VAL__LAST_MODIFIED _2002_11_28
32 #define CDG_ENTER__P_GMMREG_VAL__ID_AND_VERSION _8441_115_99_013
33
34 #define CDG_ENTER__P_GMMREG_VAL__SRC_FILE_TIME _Tue_Aug_2_13_34_02_2005
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_GMMREG_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_attach_type
45 */
46 #define VAL_ATTACH_TYPE___DEF (0x0) /* Combined GPRS attached */
47 #define GMMREG_AT_GPRS (0x1) /* GPRS-only attached */
48 #define GMMREG_AT_IMSI (0x2) /* non-GPRS-only attached */
49 #define GMMREG_AT_COMB (0x3) /* Combined GPRS/IMSI attached */
50
51 /*
52 * Value constants for VAL_detach_type
53 */
54 #define VAL_DETACH_TYPE___DEF (0x0) /* GPRS detach */
55 #define GMMREG_DT_GPRS (0x1) /* GPRS detach ( IMSI attached, GPRS will be reattached) */
56 #define GMMREG_DT_IMSI (0x2) /* IMSI detach ( GPRS attached) */
57 #define GMMREG_DT_COMB (0x3) /* Combined GPRS/IMSI detach ( GPRS will be reattached) */
58 #define GMMREG_DT_SIM_REMOVED (0x4) /* SIM removed */
59 #define GMMREG_DT_POWER_OFF (0x5) /* Power off */
60 #define GMMREG_DT_DISABLE_GPRS (0x6) /* GPRS disabled */
61 #define GMMREG_DT_LIMITED_SERVICE (0x7) /* Limited Service requested */
62 #define GMMREG_DT_SOFT_OFF (0x8) /* soft power off. SIM data is not cleaned */
63
64 /*
65 * Value constants for VAL_v_plmn
66 */
67 #define V_PLMN_PRES (0x1) /* present */
68 #define GMMREG_PLMN_NOT_PRES (0xff) /* not present */
69
70 /*
71 * Value constants for VAL_cause
72 */
73 #define MMCS_IMSI_IN_HLR (0x402) /* IMSI unknown in HLR */
74 #define MMCS_ILLEGAL_MS (0x403) /* Illegal MS */
75 #define MMCS_IMSI_IN_VLR (0x404) /* IMSI unknown in VLR */
76 #define MMCS_IMEI_NOT_ACCEPTED (0x405) /* IMEI not accepted */
77 #define MMCS_ILLEGAL_ME (0x406) /* Illegal ME */
78 #define MMCS_PLMN_NOT_ALLOWED (0x40b) /* PLMN not allowed */
79 #define MMCS_LA_NOT_ALLOWED (0x40c) /* Location Area not allowed */
80 #define MMCS_ROAMING_NOT_ALLOWED (0x40d) /* Roaming not allowed in this location area */
81 #define MMCS_NETWORK_FAILURE (0x411) /* Network failure */
82 #define MMCS_CONGESTION (0x416) /* Congestion */
83 #define MMCS_SERVICE_NOT_SUPPORTED (0x420) /* Service option not supported */
84 #define MMCS_SERVICE_NOT_SUBSCRIBED (0x421) /* Requested service option not subscribed */
85 #define MMCS_SERVICE_ORDER (0x422) /* Service option temporarily out of order */
86 #define MMCS_IDENTIFIY (0x426) /* Call cannot be identified */
87 #define MMCS_RETRY_IN_NEW_CELL (0x430) /* retry upon entry into a new cell (mapped 0x0430..0x043f -> 0x0430) */
88 #define MMCS_INCORRECT_MESSAGE (0x45f) /* Semantically incorrect message */
89 #define MMCS_INVALID_MAND_MESSAGE (0x460) /* Invalid mandatory information */
90 #define MMCS_MESSAGE_TYPE_NOT_IMPLEM (0x461) /* Message type non-existent or not implemented */
91 #define MMCS_MESSAGE_TYPE_INCOMPAT (0x462) /* Message type not compatible with the protocol state */
92 #define MMCS_IE_NOT_IMPLEM (0x463) /* Information element non-existent or not implemented */
93 #define MMCS_CONDITIONAL_IE (0x464) /* Conditional IE error */
94 #define MMCS_MESSAGE_INCOMPAT (0x465) /* Message not compatible with the protocol state */
95 #define MMCS_UNSPECIFIED (0x46f) /* Protocol error, unspecified */
96 #define MMCS_SUCCESS (0xc400) /* No error, successful operation (MM) */
97 #define MMCS_NO_REGISTRATION (0xc480) /* MS is not registered or deregistration started */
98 #define MMCS_TIMER_RECOVERY (0xc481) /* time-out in MM during establishment */
99 #define MMCS_NO_REESTABLISH (0xc482) /* Cell does not support call reestablishment */
100 #define MMCS_INT_PREEM (0xc483) /* Preemptive release, e.g. MO-MT clash in MM */
101 #define MMCS_PLMN_NOT_IDLE_MODE (0xc484) /* reject, not in idle mode (MMR_PLMN_IND) */
102 #define MMCS_AUTHENTICATION_REJECTED (0xc488) /* AUTHENTICATION REJECT received */
103 #define MMCS_SIM_REMOVED (0xc489) /* A valid SIM is not present */
104 #define MMCS_INT_NOT_PRESENT (0xc4ff) /* No error cause (MM) */
105 #define GMMCS_IMSI_UNKNOWN (0xa02) /* IMSI unknown in HLR */
106 #define GMMCS_ILLEGAL_MS (0xa03) /* Illegal MS */
107 #define GMMCS_ILLEGAL_ME (0xa06) /* Illegal ME */
108 #define GMMCS_GPRS_NOT_ALLOWED (0xa07) /* GPRS services not allowed */
109 #define GMMCS_GSM_GPRS_NOT_ALLOWED (0xa08) /* GPRS services and non-GPRS services not allowed */
110 #define GMMCS_NO_MS_ID (0xa09) /* MS identity cannot be derived by the network */
111 #define GMMCS_IMPLICIT_DETACHED (0xa0a) /* Implicitly detached */
112 #define GMMCS_PLMN_NOT_ALLOWED (0xa0b) /* PLMN not allowed */
113 #define GMMCS_LA_NOT_ALLOWED (0xa0c) /* Location Area not allowed */
114 #define GMMCS_ROAMING_NOT_ALLOWED (0xa0d) /* Roaming not allowed in this location area */
115 #define GMMCS_GPRS_NOT_ALLOWED_IN_PLMN (0xa0e) /* GPRS services not allowed in this PLMN */
116 #define GMMCS_MSC_TEMP_NOT_REACHABLE (0xa10) /* MSC temporarily not reachable */
117 #define GMMCS_NET_FAIL (0xa11) /* Network failure */
118 #define GMMCS_CONGESTION (0xa16) /* Congestion */
119 #define GMMCS_RETRY_IN_NEW_CELL (0xa30) /* retry upon entry into a new cell (- 0x0A3F) */
120 #define GMMCS_SEMANTIC_INCORRECT (0xa5f) /* Semantically incorrect message */
121 #define GMMCS_INVALID_M_INFO (0xa60) /* Invalid mandatory information */
122 #define GMMCS_TYPE_INVALID (0xa61) /* Message type non-existent or not implemented */
123 #define GMMCS_TYPE_INCOMPATIBLE (0xa62) /* Message type not compatible with the protocol state */
124 #define GMMCS_IE_INVALID (0xa63) /* Information element non-existent or not implemented */
125 #define GMMCS_COND_IE_ERROR (0xa64) /* Conditional IE error */
126 #define GMMCS_MESSAGE_INVALID (0xa65) /* Message not compatible with the protocol state */
127 #define GMMCS_PROTOCOL_ERROR (0xa6f) /* Protocol error, unspecified */
128 #define GMMCS_INT_PROTOCOL_ERROR (0x4a07) /* GPRS services not allowed (MS MM originated) */
129 #define GMMCS_INT_IMPLICIT_DETACHED (0x4a0a) /* Implicitely detached (MS MM originated) */
130 #define GNMCS_INT_PROTOCOL_ERROR (0x4a6f) /* Protocol error, unspecified (MS MM originated) */
131 #define GMMCS_NET_CAUSE_NOT_PRESENT (0x8aff) /* Network send message without cause information element */
132 #define GMMCS_SUCCESS (0xca00) /* No error, successful operation (GMM) */
133 #define GMMCS_AAC_OVER_5 (0xca80) /* attach_attempt counter over or equal 5 */
134 #define GMMCS_AAC_UNDER_5 (0xca81) /* attach_attempt counter under 5 */
135 #define GMMCS_AUTHENTICATION_REJECTED (0xca88) /* AUTHENTICATION REJECT received */
136 #define GMMCS_SIM_REMOVED (0xca89) /* reserved for GACI */
137 #define GMMCS_POWER_OFF (0xca8a) /* reserved for GACI */
138 #define GMMCS_NO_SERVICE (0xca8b) /* reserved for GACI, no service available */
139 #define GMMCS_LIMITED_SERVICE (0xca8c) /* reserved for GACI */
140 #define GMMCS_INT_NOT_PRESENT (0xcaff) /* No error cause (GMM) */
141
142 /*
143 * Value constants for VAL_mobile_class
144 */
145 #define VAL_MOBILE_CLASS___DEF (0x0) /* Combined GPRS attach */
146 #define GMMREG_CLASS_A (0x1) /* Combined GPRS */
147 #define GMMREG_CLASS_B (0x2) /* GPRS and GSM */
148 #define GMMREG_CLASS_BC (0x3) /* Combined GPRS if possible, otherwise GSM only */
149 #define GMMREG_CLASS_BG (0x4) /* Combined GPRS if possible, otherwise GPRS only */
150 #define GMMREG_CLASS_CC (0x5) /* GSM-only */
151 #define GMMREG_CLASS_CG (0x6) /* GPRS-only */
152
153 /*
154 * Value constants for VAL_forb_ind
155 */
156 #define FORB_PLMN_NOT_INCLUDED (0x0) /* Not member of the forbidden PLMN list */
157 #define FORB_PLMN_INCLUDED (0x1) /* Member of the forbidden PLMN list */
158
159 /*
160 * Value constants for VAL_gprs_status
161 */
162 #define VAL_GPRS_STATUS___DEF (0x0) /* PLMN supports GPRS and GSM */
163 #define GMMREG_GPRS_GSM (0x0) /* PLMN supports GPRS and GSM */
164 #define GMMREG_GPRS_ONLY (0x1) /* PLMN supports only GPRS */
165 #define GMMREG_GSM_ONLY (0x2) /* PLMN supports only GSM */
166
167 /*
168 * Value constants for VAL_cell_state
169 */
170 #define VAL_CELL_STATE___DEF (0x0) /* full service */
171 #define GMMREG_FULL_SERVICE (0x0) /* full service */
172 #define GMMREG_LIMITED_SERVICE (0x1) /* limited service */
173 #define GMMREG_CS_CALL (0x2) /* limited service because of switching to dedicated mode */
174 #define GMMREG_GPRS_NOT_SUPPORTED (0x3) /* no GPRS cell available */
175 #define GMMREG_TRY_TO_UPDATE (0x4) /* next attempt to update MS */
176
177 /*
178 * Value constants for VAL_net_selection_mode
179 */
180 #define GMMREG_NET_SEL_MODE_AUTO (0x0) /* automatic mode */
181 #define GMMREG_NET_SEL_MODE_MAN (0x1) /* manual mode */
182
183 /*
184 * Value constants for VAL_time_zone
185 */
186 #define TIMEZONE_GMT (0x0) /* GMT */
187 #define TIMEZONE_GMT_PLS_1HR (0x40) /* GMT + 1 hour */
188 #define TIMEZONE_GMT_PLS_2HR (0x80) /* GMT + 2 hours */
189 #define TIMEZONE_GMT_MIN_1HR (0x48) /* GMT - 1 hour */
190 #define TIMEZONE_GMT_MIN_2HR (0x88) /* GMT - 2 hours */
191
192 /*
193 * Value constants for VAL_month
194 */
195
196 /*
197 * Value constants for VAL_second
198 */
199
200 /*
201 * Value constants for VAL_minute
202 */
203
204 /*
205 * Value constants for VAL_hour
206 */
207
208 /*
209 * Value constants for VAL_day
210 */
211
212 /*
213 * Value constants for VAL_year
214 */
215
216 /*
217 * Value constants for VAL_service_mode
218 */
219 #define SERVICE_MODE_LIMITED (0x0) /* Search for limited service required */
220 #define SERVICE_MODE_FULL (0x1) /* Search for full service required */
221
222 /*
223 * Value constants for VAL_search_running
224 */
225 #define GMMREG_SEARCH_NOT_RUNNING (0x0) /* Network search not running anymore */
226 #define GMMREG_SEARCH_RUNNING (0x1) /* Network search still running */
227
228 /*
229 * Value constants for VAL_cipher_on
230 */
231 #define GMMREG_CIPHER_OFF (0x0) /* ciphering switch off */
232 #define GMMREG_CIPHER_ON (0x1) /* ciphering switch on */
233
234 /*
235 * Value constants for VAL_tlli_handling
236 */
237 #define VAL_TLLI_HANDLING___DEF (0x0) /* normal TLLI handling */
238 #define GMMREG_TLLI_STANDARD (0x0) /* normal TLLI handling */
239 #define GMMREG_TLLI_TWICE (0x1) /* attach complete will be sent with old and with new TLLI */
240
241 /*
242 * Value constants for VAL_gsm_ciph
243 */
244 #define CIPH_OFF (0x0) /* ciphering off */
245 #define CIPH_ON (0x1) /* ciphering on */
246 #define CIPH_NA (0x2) /* ciphering not applicable / no change in ciphering */
247
248 /*
249 * Value constants for VAL_lac
250 */
251 #define VAL_LAC___DEF (0x0) /* location area code */
252 #define GMMREG_LA_INVALID (0xfffe) /* location area code is not known */
253
254 /*
255 * Value constants for VAL_rac
256 */
257 #define VAL_RAC___DEF (0x0) /* routing area code */
258 #define GMMREG_RA_INVALID (0xff) /* routing area code is not known */
259
260 /*
261 * Value constants for VAL_gprs_indicator
262 */
263 #define GMM_GPRS_SUPP_NO (0x0) /* GPRS is not supported within the cell */
264 #define GMM_GPRS_SUPP_LIMITED (0x1) /* GPRS is supported in limited service */
265 #define GMM_GPRS_SUPP_YES (0x2) /* GPRS is supported within the cell */
266 #define GMM_GPRS_SUPP_UNKNOWN (0x3) /* GPRS support is unknown within the cell */
267
268 /*
269 * Value constants for VAL_service
270 */
271 #define NREG_NO_SERVICE (0x0) /* no service available */
272 #define NREG_LIMITED_SERVICE (0x1) /* limited service available */
273
274 /*
275 * user defined constants
276 */
277 #define GMMREG_MAX_PLMN_ID (0xc)
278 #define MMR_MAX_TEXT_LEN (0x28)
279 #define SIZE_MCC (0x3)
280 #define SIZE_MNC (0x3)
281
282 #include "CDG_LEAVE.h"
283
284
285 #endif