comparison cdg3/cdginc-conservative/p_mmgmm.val @ 16:c15047b3d00d

cdg3: import from freecalypso-citrine/cdg
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 16:27:34 +0000
parents
children
comparison
equal deleted inserted replaced
15:c8bdae60fcb1 16:c15047b3d00d
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_mmgmm.val |
5 | SOURCE : "sap\mmgmm.pdf" |
6 | LastModified : "2002-08-09" |
7 | IdAndVersion : "8441.114.99.021" |
8 | SrcFileTime : "Thu Nov 29 09:46:12 2007" |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:52:55 2014 |
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_MMGMM_VAL
24 #define P_MMGMM_VAL
25
26
27 #define CDG_ENTER__P_MMGMM_VAL
28
29 #define CDG_ENTER__FILENAME _P_MMGMM_VAL
30 #define CDG_ENTER__P_MMGMM_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_MMGMM_VAL__LAST_MODIFIED _2002_08_09
32 #define CDG_ENTER__P_MMGMM_VAL__ID_AND_VERSION _8441_114_99_021
33
34 #define CDG_ENTER__P_MMGMM_VAL__SRC_FILE_TIME _Thu_Nov_29_09_46_12_2007
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_MMGMM_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_mode
45 */
46 #define MODE_AUTO (0x0) /* automatic mode */
47 #define MODE_MAN (0x1) /* manual mode */
48
49 /*
50 * Value constants for VAL_v_tmsi
51 */
52 #define MMGMM_TMSI_NOT_USED (0x0) /* TMSI not used */
53 #define MMGMM_TMSI_USED (0x1) /* TMSI used */
54
55 /*
56 * Value constants for VAL_tmsi
57 */
58 #define VAL_TMSI___DEF (0x0) /* All other values are a valid TMSI */
59 #define MMGMM_TMSI_INVALID (0xffffffff)/* TMSI invalidated */
60
61 /*
62 * Value constants for VAL_cause
63 */
64 #define MMCS_IMSI_IN_HLR (0x402) /* IMSI unknown in HLR */
65 #define MMCS_ILLEGAL_MS (0x403) /* Illegal MS */
66 #define MMCS_IMSI_IN_VLR (0x404) /* IMSI unknown in VLR */
67 #define MMCS_IMEI_NOT_ACCEPTED (0x405) /* IMEI not accepted */
68 #define MMCS_ILLEGAL_ME (0x406) /* Illegal ME */
69 #define MMCS_PLMN_NOT_ALLOWED (0x40b) /* PLMN not allowed */
70 #define MMCS_LA_NOT_ALLOWED (0x40c) /* Location Area not allowed */
71 #define MMCS_ROAMING_NOT_ALLOWED (0x40d) /* Roaming not allowed in this location area */
72 // VAL-FF: REL99
73 // #define MMCS_NO_SUITABLE_CELL_IN_LA (0x40f) /* Find another allowed location area in the same PLMN */
74 #define MMCS_NETWORK_FAILURE (0x411) /* Network failure */
75 #define MMCS_CONGESTION (0x416) /* Congestion */
76 #define MMCS_SERVICE_NOT_SUPPORTED (0x420) /* Service option not supported */
77 #define MMCS_SERVICE_NOT_SUBSCRIBED (0x421) /* Requested service option not subscribed */
78 #define MMCS_SERVICE_ORDER (0x422) /* Service option temporarily out of order */
79 #define MMCS_IDENTIFIY (0x426) /* Call cannot be identified */
80 #define MMCS_RETRY_IN_NEW_CELL (0x430) /* retry upon entry into a new cell (mapped 0x0430..0x043f -> 0x0430) */
81 #define MMCS_INCORRECT_MESSAGE (0x45f) /* Semantically incorrect message */
82 #define MMCS_INVALID_MAND_MESSAGE (0x460) /* Invalid mandatory information */
83 #define MMCS_MESSAGE_TYPE_NOT_IMPLEM (0x461) /* Message type non-existent or not implemented */
84 #define MMCS_MESSAGE_TYPE_INCOMPAT (0x462) /* Message type not compatible with the protocol state */
85 #define MMCS_IE_NOT_IMPLEM (0x463) /* Information element non-existent or not implemented */
86 #define MMCS_CONDITIONAL_IE (0x464) /* Conditional IE error */
87 #define MMCS_MESSAGE_INCOMPAT (0x465) /* Message not compatible with the protocol state */
88 #define MMCS_UNSPECIFIED (0x46f) /* Protocol error, unspecified */
89 #define MMCS_SUCCESS (0xc400) /* No error, successful operation (MM) */
90 #define MMCS_NO_REGISTRATION (0xc480) /* MS is not registered or deregistration started */
91 #define MMCS_TIMER_RECOVERY (0xc481) /* time-out in MM during establishment */
92 #define MMCS_NO_REESTABLISH (0xc482) /* Cell does not support call reestablishment */
93 #define MMCS_INT_PREEM (0xc483) /* Preemptive release, e.g. MO-MT clash in MM */
94 #define MMCS_PLMN_NOT_IDLE_MODE (0xc484) /* reject, not in idle mode (MMR_PLMN_IND) */
95 #define MMCS_AUTHENTICATION_REJECTED (0xc488) /* AUTHENTICATION REJECT received */
96 #define MMCS_SIM_REMOVED (0xc489) /* A valid SIM is not present */
97 #define MMCS_INT_NOT_PRESENT (0xc4ff) /* No error cause (MM) */
98 #define GMMCS_IMSI_UNKNOWN (0xa02) /* IMSI unknown in HLR */
99 #define GMMCS_ILLEGAL_MS (0xa03) /* Illegal MS */
100 #define GMMCS_ILLEGAL_ME (0xa06) /* Illegal ME */
101 #define GMMCS_GPRS_NOT_ALLOWED (0xa07) /* GPRS services not allowed */
102 #define GMMCS_GSM_GPRS_NOT_ALLOWED (0xa08) /* GPRS services and non-GPRS services not allowed */
103 #define GMMCS_NO_MS_ID (0xa09) /* MS identity cannot be derived by the network */
104 #define GMMCS_IMPLICIT_DETACHED (0xa0a) /* Implicitly detached */
105 #define GMMCS_PLMN_NOT_ALLOWED (0xa0b) /* PLMN not allowed */
106 #define GMMCS_LA_NOT_ALLOWED (0xa0c) /* Location Area not allowed */
107 #define GMMCS_ROAMING_NOT_ALLOWED (0xa0d) /* Roaming not allowed in this location area */
108 #define GMMCS_GPRS_NOT_ALLOWED_IN_PLMN (0xa0e) /* GPRS services not allowed in this PLMN */
109 // VAL-FF: REL99
110 // #define GMMCS_NO_SUITABLE_CELL_IN_LA (0xa0f) /* No suitable cell */
111 #define GMMCS_MSC_TEMP_NOT_REACHABLE (0xa10) /* MSC temporarily not reachable */
112 #define GMMCS_NET_FAIL (0xa11) /* Network failure */
113 #define GMMCS_CONGESTION (0xa16) /* Congestion */
114 #define GMMCS_RETRY_IN_NEW_CELL (0xa30) /* retry upon entry into a new cell (- 0x0A3F) */
115 #define GMMCS_SEMANTIC_INCORRECT (0xa5f) /* Semantically incorrect message */
116 #define GMMCS_INVALID_M_INFO (0xa60) /* Invalid mandatory information */
117 #define GMMCS_TYPE_INVALID (0xa61) /* Message type non-existent or not implemented */
118 #define GMMCS_TYPE_INCOMPATIBLE (0xa62) /* Message type not compatible with the protocol state */
119 #define GMMCS_IE_INVALID (0xa63) /* Information element non-existent or not implemented */
120 #define GMMCS_COND_IE_ERROR (0xa64) /* Conditional IE error */
121 #define GMMCS_MESSAGE_INVALID (0xa65) /* Message not compatible with the protocol state */
122 #define GMMCS_PROTOCOL_ERROR (0xa6f) /* Protocol error, unspecified */
123 #define GMMCS_INT_PROTOCOL_ERROR (0x4a07) /* GPRS services not allowed (MS MM originated) */
124 #define GMMCS_INT_IMPLICIT_DETACHED (0x4a0a) /* Implicitely detached (MS MM originated) */
125 #define GNMCS_INT_PROTOCOL_ERROR (0x4a6f) /* Protocol error, unspecified (MS MM originated) */
126 #define GMMCS_NET_CAUSE_NOT_PRESENT (0x8aff) /* Network send message without cause information element */
127 #define GMMCS_SUCCESS (0xca00) /* No error, successful operation (GMM) */
128 #define GMMCS_AAC_OVER_5 (0xca80) /* attach_attempt counter over or equal 5 */
129 #define GMMCS_AAC_UNDER_5 (0xca81) /* attach_attempt counter under 5 */
130 #define GMMCS_AUTHENTICATION_REJECTED (0xca88) /* AUTHENTICATION REJECT received */
131 #define GMMCS_SIM_REMOVED (0xca89) /* reserved for GACI */
132 #define GMMCS_POWER_OFF (0xca8a) /* reserved for GACI */
133 #define GMMCS_NO_SERVICE (0xca8b) /* reserved for GACI, no service available */
134 #define GMMCS_LIMITED_SERVICE (0xca8c) /* reserved for GACI */
135 // VAL-FF: REL99
136 // #define GMMCS_ROAMING_NOT_ALLOWED_WITH_RAU_REJ (0xca90)/* Roaming not allowed in this location area. */
137 // VAL-FF: REL99
138 // #define GMMCS_NO_SUITABLE_CELL_IN_LA_WITH_RAU_REJ (0xca91)/* Find another allowed location area in the same PLMN. */
139 #define GMMCS_INT_NOT_PRESENT (0xcaff) /* No error cause (GMM) */
140
141 /*
142 * Value constants for VAL_forb_ind
143 */
144 #define FORB_PLMN_NOT_INCLUDED (0x0) /* Not member of the forbidden PLMN list */
145 #define FORB_PLMN_INCLUDED (0x1) /* Member of the forbidden PLMN list */
146
147 /*
148 * Value constants for VAL_gprs_status
149 */
150 #define VAL_GPRS_STATUS___DEF (0x0) /* PLMN supports GPRS and GSM */
151 #define MMGMM_GPRS_GSM (0x0) /* PLMN supports GPRS and GSM */
152 #define MMGMM_GPRS_ONLY (0x1) /* PLMN supports only GPRS */
153 #define MMGMM_GSM_ONLY (0x2) /* PLMN supports only GSM */
154
155 /*
156 * Value constants for VAL_service
157 */
158 #define NREG_NO_SERVICE (0x0) /* no service available */
159 #define NREG_LIMITED_SERVICE (0x1) /* limited service available */
160
161 /*
162 * Value constants for VAL_search_running
163 */
164 #define SEARCH_NOT_RUNNING (0x0) /* Network search not running anymore */
165 #define SEARCH_RUNNING (0x1) /* Network search still running */
166
167 /*
168 * Value constants for VAL_resumption
169 */
170 #define MMGMM_RESUMPTION_FAILURE (0x0) /* Resumption failure */
171 #define MMGMM_RESUMPTION_OK (0x1) /* Resumption ok */
172
173 /*
174 * Value constants for VAL_detach_cause
175 */
176 #define CS_SIM_REM (0x0) /* Consider SIM as removed or not valid */
177 #define CS_POW_OFF (0x1) /* Power off and delete SIM data */
178 #define CS_SOFT_OFF (0x2) /* Power off and keep SIM data */
179 #define CS_DISABLE (0x3) /* disable GSM */
180
181 /*
182 * Value constants for VAL_detach_done
183 */
184 #define MMGMM_PERFORM_DETACH (0x0) /* detach not done */
185 #define MMGMM_DETACH_DONE (0x1) /* detach done */
186
187 /*
188 * Value constants for VAL_reg_type
189 */
190 #define REG_GPRS_INACTIVE (0x0) /* MM acts as an normal GSM mobile */
191 #define REG_REMOTE_CONTROLLED (0x1) /* GPRS requests MM to perform olny LAU procedure */
192 #define REG_CELL_SEARCH_ONLY (0x2) /* MM is not allowed to start lau procedure */
193
194 /*
195 * Value constants for VAL_service_mode
196 */
197 #define SERVICE_MODE_LIMITED (0x0) /* Search for limited service required */
198 #define SERVICE_MODE_FULL (0x1) /* Search for full service required */
199
200 /*
201 * Value constants for VAL_cm_establish_res
202 */
203 #define MMGMM_ESTABLISH_OK (0x0) /* establishing allowed */
204 #define MMGMM_ESTABLISH_REJECT (0x1) /* establishing rejected */
205
206 /*
207 * Value constants for VAL_tz
208 */
209 #define TIMEZONE_GMT (0x0) /* GMT */
210 #define TIMEZONE_GMT_PLS_1HR (0x40) /* GMT + 1 hour */
211 #define TIMEZONE_GMT_PLS_2HR (0x80) /* GMT + 2 hours */
212 #define TIMEZONE_GMT_MIN_1HR (0x48) /* GMT - 1 hour */
213 #define TIMEZONE_GMT_MIN_2HR (0x88) /* GMT - 2 hours */
214
215 /*
216 * Value constants for VAL_month
217 */
218
219 /*
220 * Value constants for VAL_second
221 */
222
223 /*
224 * Value constants for VAL_minute
225 */
226
227 /*
228 * Value constants for VAL_hour
229 */
230
231 /*
232 * Value constants for VAL_day
233 */
234
235 /*
236 * Value constants for VAL_year
237 */
238
239 /*
240 * Value constants for VAL_status
241 */
242 #define MMGMM_LIMITED_SERVICE (0x0) /* limited service only */
243 #define MMGMM_FULL_SERVICE (0x1) /* full service, no LUP necessary */
244 #define MMGMM_CELL_SELECTED (0x2) /* Cell selected, indifferent */
245 #define MMGMM_WAIT_FOR_UPDATE (0x3) /* waiting for remote controlled LUP */
246
247 /*
248 * Value constants for VAL_gprs_indicator
249 */
250 #define MMGMM_GPRS_SUPP_NO (0x0) /* GPRS is not supported by the cell */
251 #define MMGMM_GPRS_SUPP_YES (0x1) /* GPRS is supported by the cell */
252
253 /*
254 * Value constants for VAL_reason
255 */
256 #define MMGMM_T3212 (0x0) /* T3212 has expired */
257 #define MMGMM_T_ACCEPT (0x1) /* T_ACCEPT has expired */
258 #define MMGMM_IMSI_IN_VLR (0x2) /* IMSI unknown in VLR received */
259 #define MMGMM_RXLEV_JUMP (0x3) /* RR indicated an increased RX level */
260 #define MMGMM_REG_TIMER (0x4) /* Registration timer in MM expired */
261
262 /*
263 * Value constants for VAL_ciph
264 */
265 #define CIPH_OFF (0x0) /* ciphering off */
266 #define CIPH_ON (0x1) /* ciphering on */
267
268 /*
269 * Value constants for VAL_mobile_class
270 */
271 #define VAL_MOBILE_CLASS___DEF (0x0) /* Combined GPRS attach */
272 #define MMGMM_CLASS_A (0x1) /* Combined GPRS */
273 #define MMGMM_CLASS_B (0x2) /* GPRS and GSM */
274 #define MMGMM_CLASS_BC (0x3) /* Combined GPRS if possible, otherwise GSM only */
275 #define MMGMM_CLASS_BG (0x4) /* Combined GPRS if possible, otherwise GPRS only */
276 #define MMGMM_CLASS_CC (0x5) /* GSM-only */
277 #define MMGMM_CLASS_CG (0x6) /* GPRS-only */
278
279 // VALTAB-FF: REL99
280 //
281 // Value constants for VAL_daylight_save_time
282 //
283 // #define MMR_ADJ_NO (0x0) /* No adjustment for Daylight Saving Time */
284 // #define MMR_TIME_ADJ_1 (0x1) /* +1 hour adjustment for Daylight Saving Time */
285 // #define MMR_TIME_ADJ_2 (0x2) /* +2 hours adjustment for Daylight Saving Time */
286
287 /*
288 * Value constants for VAL_bootup_act
289 */
290 #define NORMAL_REG (0x0) /* Normal Registration */
291 #define QUICK_REG (0x1) /* Fast Registration */
292
293 /*
294 * Value constants for VAL_bootup_cause
295 */
296 #define REG_END (0x0) /* end of registration */
297 #define PWR_SCAN_START (0x1) /* power scanning started */
298
299 /*
300 * user defined constants
301 */
302 #define MAX_PLMN_ID (0xc)
303 #define MMR_MAX_TEXT_LEN (0x28)
304 #define SIZE_MCC (0x3)
305 #define SIZE_MNC (0x3)
306 #define SIZE_MNC_MIN (0x2)
307 #define SIZE_MNC_MAX (0x3)
308 #define MM_ORIGINATING_ENTITY (0x4)
309 #define GMM_ORIGINATING_ENTITY (0xa)
310 #define MIN_EQ_PLMN_ID (0x1)
311 #define MAX_EQ_PLMN_ID (0x5)
312
313 #include "CDG_LEAVE.h"
314
315
316 #endif