comparison cdg3/sap/gmmreg.pdf @ 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 ;*** File : gmmreg.pdf
3 ;*** Creation : Wed Mar 11 09:58:04 CST 2009
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 : Service Access Point Specification
8 ;*** Document Name : gmmreg
9 ;*** Document No. : 8441.115.99.013
10 ;*** Document Date : 2002-11-28
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: DPI
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:42:12 2007"
18 PRAGMA LAST_MODIFIED "2002-11-28"
19 PRAGMA ID_AND_VERSION "8441.115.99.013"
20
21
22
23 CONST GMMREG_MAX_PLMN_ID 12 ;
24 CONST MMR_MAX_TEXT_LEN 40 ;
25 CONST SIZE_MCC 3 ;
26 CONST SIZE_MNC 3 ;
27
28
29
30 VALTAB VAL_attach_type
31 VAL DEF "Combined GPRS attached"
32 VAL 1 GMMREG_AT_GPRS "GPRS-only attached"
33 VAL 2 GMMREG_AT_IMSI "non-GPRS-only attached"
34 VAL 3 GMMREG_AT_COMB "Combined GPRS/IMSI attached"
35
36 VALTAB VAL_detach_type
37 VAL DEF "GPRS detach"
38 VAL 1 GMMREG_DT_GPRS "GPRS detach ( IMSI attached, GPRS will be reattached)"
39 VAL 2 GMMREG_DT_IMSI "IMSI detach ( GPRS attached)"
40 VAL 3 GMMREG_DT_COMB "Combined GPRS/IMSI detach ( GPRS will be reattached)"
41 VAL 4 GMMREG_DT_SIM_REMOVED "SIM removed"
42 VAL 5 GMMREG_DT_POWER_OFF "Power off"
43 VAL 6 GMMREG_DT_DISABLE_GPRS "GPRS disabled"
44 VAL 7 GMMREG_DT_LIMITED_SERVICE "Limited Service requested"
45 VAL 8 GMMREG_DT_SOFT_OFF "soft power off. SIM data is not cleaned"
46
47 VALTAB VAL_v_plmn
48 VAL 1 V_PLMN_PRES "present"
49 VAL 255 GMMREG_PLMN_NOT_PRES "not present"
50
51 VALTAB VAL_cause
52 VAL 0x0402 MMCS_IMSI_IN_HLR "IMSI unknown in HLR"
53 VAL 0x0403 MMCS_ILLEGAL_MS "Illegal MS"
54 VAL 0x0404 MMCS_IMSI_IN_VLR "IMSI unknown in VLR"
55 VAL 0x0405 MMCS_IMEI_NOT_ACCEPTED "IMEI not accepted"
56 VAL 0x0406 MMCS_ILLEGAL_ME "Illegal ME"
57 VAL 0x040B MMCS_PLMN_NOT_ALLOWED "PLMN not allowed"
58 VAL 0x040C MMCS_LA_NOT_ALLOWED "Location Area not allowed"
59 VAL 0x040D MMCS_ROAMING_NOT_ALLOWED "Roaming not allowed in this location area"
60 VAL 0x040F MMCS_NO_SUITABLE_CELL_IN_LA %REL99% "Find another allowed location area in the same PLMN"
61 VAL 0x0411 MMCS_NETWORK_FAILURE "Network failure"
62 VAL 0x0416 MMCS_CONGESTION "Congestion"
63 VAL 0x0420 MMCS_SERVICE_NOT_SUPPORTED "Service option not supported"
64 VAL 0x0421 MMCS_SERVICE_NOT_SUBSCRIBED "Requested service option not subscribed"
65 VAL 0x0422 MMCS_SERVICE_ORDER "Service option temporarily out of order"
66 VAL 0x0426 MMCS_IDENTIFIY "Call cannot be identified"
67 VAL 0x0430 MMCS_RETRY_IN_NEW_CELL "retry upon entry into a new cell (mapped 0x0430..0x043f -> 0x0430)"
68 VAL 0x045F MMCS_INCORRECT_MESSAGE "Semantically incorrect message"
69 VAL 0x0460 MMCS_INVALID_MAND_MESSAGE "Invalid mandatory information"
70 VAL 0x0461 MMCS_MESSAGE_TYPE_NOT_IMPLEM "Message type non-existent or not implemented"
71 VAL 0x0462 MMCS_MESSAGE_TYPE_INCOMPAT "Message type not compatible with the protocol state"
72 VAL 0x0463 MMCS_IE_NOT_IMPLEM "Information element non-existent or not implemented"
73 VAL 0x0464 MMCS_CONDITIONAL_IE "Conditional IE error"
74 VAL 0x0465 MMCS_MESSAGE_INCOMPAT "Message not compatible with the protocol state"
75 VAL 0x046F MMCS_UNSPECIFIED "Protocol error, unspecified"
76 VAL 0xC400 MMCS_SUCCESS "No error, successful operation (MM)"
77 VAL 0xC480 MMCS_NO_REGISTRATION "MS is not registered or deregistration started"
78 VAL 0xC481 MMCS_TIMER_RECOVERY "time-out in MM during establishment"
79 VAL 0xC482 MMCS_NO_REESTABLISH "Cell does not support call reestablishment"
80 VAL 0xC483 MMCS_INT_PREEM "Preemptive release, e.g. MO-MT clash in MM"
81 VAL 0xC484 MMCS_PLMN_NOT_IDLE_MODE "reject, not in idle mode (MMR_PLMN_IND)"
82 VAL 0xC488 MMCS_AUTHENTICATION_REJECTED "AUTHENTICATION REJECT received"
83 VAL 0xC489 MMCS_SIM_REMOVED "A valid SIM is not present"
84 VAL 0xC4FF MMCS_INT_NOT_PRESENT "No error cause (MM)"
85 VAL 0x0A02 GMMCS_IMSI_UNKNOWN "IMSI unknown in HLR"
86 VAL 0x0A03 GMMCS_ILLEGAL_MS "Illegal MS"
87 VAL 0x0A06 GMMCS_ILLEGAL_ME "Illegal ME"
88 VAL 0x0A07 GMMCS_GPRS_NOT_ALLOWED "GPRS services not allowed"
89 VAL 0x0A08 GMMCS_GSM_GPRS_NOT_ALLOWED "GPRS services and non-GPRS services not allowed"
90 VAL 0x0A09 GMMCS_NO_MS_ID "MS identity cannot be derived by the network"
91 VAL 0x0A0A GMMCS_IMPLICIT_DETACHED "Implicitly detached"
92 VAL 0x0A0B GMMCS_PLMN_NOT_ALLOWED "PLMN not allowed"
93 VAL 0x0A0C GMMCS_LA_NOT_ALLOWED "Location Area not allowed"
94 VAL 0x0A0D GMMCS_ROAMING_NOT_ALLOWED "Roaming not allowed in this location area"
95 VAL 0x0A0E GMMCS_GPRS_NOT_ALLOWED_IN_PLMN "GPRS services not allowed in this PLMN"
96 VAL 0xA0F GMMCS_NO_SUITABLE_CELL_IN_LA %REL99% "No Suitable Cell"
97 VAL 0x0A10 GMMCS_MSC_TEMP_NOT_REACHABLE "MSC temporarily not reachable"
98 VAL 0x0A11 GMMCS_NET_FAIL "Network failure"
99 VAL 0x0A16 GMMCS_CONGESTION "Congestion"
100 VAL 0x0A30 GMMCS_RETRY_IN_NEW_CELL "retry upon entry into a new cell (- 0x0A3F)"
101 VAL 0x0A5F GMMCS_SEMANTIC_INCORRECT "Semantically incorrect message"
102 VAL 0x0A60 GMMCS_INVALID_M_INFO "Invalid mandatory information"
103 VAL 0x0A61 GMMCS_TYPE_INVALID "Message type non-existent or not implemented"
104 VAL 0x0A62 GMMCS_TYPE_INCOMPATIBLE "Message type not compatible with the protocol state"
105 VAL 0x0A63 GMMCS_IE_INVALID "Information element non-existent or not implemented"
106 VAL 0x0A64 GMMCS_COND_IE_ERROR "Conditional IE error"
107 VAL 0x0A65 GMMCS_MESSAGE_INVALID "Message not compatible with the protocol state"
108 VAL 0x0A6F GMMCS_PROTOCOL_ERROR "Protocol error, unspecified"
109 VAL 0x4A07 GMMCS_INT_PROTOCOL_ERROR "GPRS services not allowed (MS MM originated)"
110 VAL 0x4A0A GMMCS_INT_IMPLICIT_DETACHED "Implicitely detached (MS MM originated)"
111 VAL 0x4A6F GNMCS_INT_PROTOCOL_ERROR "Protocol error, unspecified (MS MM originated)"
112 VAL 0x8AFF GMMCS_NET_CAUSE_NOT_PRESENT "Network send message without cause information element"
113 VAL 0xCA00 GMMCS_SUCCESS "No error, successful operation (GMM)"
114 VAL 0xCA80 GMMCS_AAC_OVER_5 "attach_attempt counter over or equal 5"
115 VAL 0xCA81 GMMCS_AAC_UNDER_5 "attach_attempt counter under 5"
116 VAL 0xCA88 GMMCS_AUTHENTICATION_REJECTED "AUTHENTICATION REJECT received"
117 VAL 0xCA89 GMMCS_SIM_REMOVED "reserved for GACI"
118 VAL 0xCA8A GMMCS_POWER_OFF "reserved for GACI"
119 VAL 0xCA8B GMMCS_NO_SERVICE "reserved for GACI, no service available"
120 VAL 0xCA8C GMMCS_LIMITED_SERVICE "reserved for GACI"
121 VAL 0xCAFF GMMCS_INT_NOT_PRESENT "No error cause (GMM)"
122
123 VALTAB VAL_mobile_class
124 VAL DEF "Combined GPRS attach"
125 VAL 1 GMMREG_CLASS_A "Combined GPRS"
126 VAL 2 GMMREG_CLASS_B "GPRS and GSM"
127 VAL 3 GMMREG_CLASS_BC "Combined GPRS if possible, otherwise GSM only"
128 VAL 4 GMMREG_CLASS_BG "Combined GPRS if possible, otherwise GPRS only"
129 VAL 5 GMMREG_CLASS_CC "GSM-only"
130 VAL 6 GMMREG_CLASS_CG "GPRS-only"
131
132 VALTAB VAL_forb_ind
133 VAL 0 FORB_PLMN_NOT_INCLUDED "Not member of the forbidden PLMN list"
134 VAL 1 FORB_PLMN_INCLUDED "Member of the forbidden PLMN list"
135
136 VALTAB VAL_gprs_status
137 VAL DEF "PLMN supports GPRS and GSM"
138 VAL 0 GMMREG_GPRS_GSM "PLMN supports GPRS and GSM"
139 VAL 1 GMMREG_GPRS_ONLY "PLMN supports only GPRS"
140 VAL 2 GMMREG_GSM_ONLY "PLMN supports only GSM"
141
142 VALTAB VAL_cell_state
143 VAL DEF "full service"
144 VAL 0 GMMREG_FULL_SERVICE "full service"
145 VAL 1 GMMREG_LIMITED_SERVICE "limited service"
146 VAL 2 GMMREG_CS_CALL "limited service because of switching to dedicated mode"
147 VAL 3 GMMREG_GPRS_NOT_SUPPORTED "no GPRS cell available"
148 VAL 4 GMMREG_TRY_TO_UPDATE "next attempt to update MS"
149
150 VALTAB VAL_net_selection_mode
151 VAL 0 GMMREG_NET_SEL_MODE_AUTO "automatic mode"
152 VAL 1 GMMREG_NET_SEL_MODE_MAN "manual mode"
153
154 VALTAB VAL_time_zone
155 VAL 0 TIMEZONE_GMT "GMT"
156 VAL 0x40 TIMEZONE_GMT_PLS_1HR "GMT + 1 hour"
157 VAL 0x80 TIMEZONE_GMT_PLS_2HR "GMT + 2 hours"
158 VAL 0x48 TIMEZONE_GMT_MIN_1HR "GMT - 1 hour"
159 VAL 0x88 TIMEZONE_GMT_MIN_2HR "GMT - 2 hours"
160
161 VALTAB VAL_month
162 VAL 1 - 12 "month"
163
164 VALTAB VAL_second
165 VAL 0 - 59 "second"
166
167 VALTAB VAL_minute
168 VAL 0 - 59 "minute"
169
170 VALTAB VAL_hour
171 VAL 0 - 23 "hour"
172
173 VALTAB VAL_day
174 VAL 1 - 31 "day"
175
176 VALTAB VAL_year
177 VAL 0 - 99 "year"
178
179 VALTAB VAL_service_mode
180 VAL 0 SERVICE_MODE_LIMITED "Search for limited service required"
181 VAL 1 SERVICE_MODE_FULL "Search for full service required"
182
183 VALTAB VAL_search_running
184 VAL 0 GMMREG_SEARCH_NOT_RUNNING "Network search not running anymore"
185 VAL 1 GMMREG_SEARCH_RUNNING "Network search still running"
186
187 VALTAB VAL_cipher_on
188 VAL 0 GMMREG_CIPHER_OFF "ciphering switch off"
189 VAL 1 GMMREG_CIPHER_ON "ciphering switch on"
190
191 VALTAB VAL_tlli_handling
192 VAL DEF "normal TLLI handling"
193 VAL 0 GMMREG_TLLI_STANDARD "normal TLLI handling"
194 VAL 1 GMMREG_TLLI_TWICE "attach complete will be sent with old and with new TLLI"
195
196 VALTAB VAL_gsm_ciph
197 VAL 0 CIPH_OFF "ciphering off"
198 VAL 1 CIPH_ON "ciphering on"
199 VAL 2 CIPH_NA "ciphering not applicable / no change in ciphering"
200
201 VALTAB VAL_lac
202 VAL DEF "location area code"
203 VAL 0xFFFE GMMREG_LA_INVALID "location area code is not known"
204
205 VALTAB VAL_rac
206 VAL DEF "routing area code"
207 VAL 0xFF GMMREG_RA_INVALID "routing area code is not known"
208
209 VALTAB VAL_gprs_indicator
210 VAL 0 GMM_GPRS_SUPP_NO "GPRS is not supported within the cell"
211 VAL 1 GMM_GPRS_SUPP_LIMITED "GPRS is supported in limited service"
212 VAL 2 GMM_GPRS_SUPP_YES "GPRS is supported within the cell"
213 VAL 3 GMM_GPRS_SUPP_UNKNOWN "GPRS support is unknown within the cell"
214
215 VALTAB VAL_service
216 VAL 0 NREG_NO_SERVICE "no service available"
217 VAL 1 NREG_LIMITED_SERVICE "limited service available"
218
219 VALTAB VAL_net_daylight_save_time %REL99%
220 VAL 0 GMMREG_ADJ_NO %REL99% "GMMREG_ADJ_NO"
221 VAL 1 GMMREG_TIME_ADJ_1 %REL99% "+1 hour adjustment for Daylight Saving Time"
222 VAL 2 GMMREG_TIME_ADJ_2 %REL99% "+2 hours adjustment for Daylight Saving Time"
223
224 VALTAB VAL_rt
225 VAL 0 RT_GSM "GSM"
226 VAL 1 RT_GPRS "GSM/GPRS"
227 VAL 2 RT_EDGE "GSM/GPRS/EDGE"
228 VAL 3 RT_UMTS_FDD "UMTS FDD"
229
230 VALTAB VAL_bootup_act
231 VAL 0 NORMAL_REG "Normal Registration"
232 VAL 1 QUICK_REG "Fast Registration"
233
234 VALTAB VAL_bootup_cause
235 VAL 0 REG_END "end of registration"
236 VAL 1 PWR_SCAN_START "power scanning started"
237
238
239
240
241 VAR attach_type "Attach type" B
242
243 VAL @p_gmmreg - VAL_attach_type@
244
245 VAR detach_type "Detach type" B
246
247 VAL @p_gmmreg - VAL_detach_type@
248
249 VAR v_plmn "valid flag" B
250
251 VAL @p_gmmreg - VAL_v_plmn@
252
253 VAR mcc "mobile country code" B
254
255
256 VAR mnc "mobile network code" B
257
258
259 VAR cause "error cause" S
260
261 VAL @p_gmmreg - VAL_cause@
262
263 VAR mobile_class "Mobile Class" B
264
265 VAL @p_gmmreg - VAL_mobile_class@
266
267 VAR forb_ind "Forbidden PLMN indicator" B
268
269 VAL @p_gmmreg - VAL_forb_ind@
270
271 VAR rxlevel "Fieldstrength" B
272
273
274 VAR gprs_status "GPRS Status" B
275
276 VAL @p_gmmreg - VAL_gprs_status@
277
278 VAR cell_state "Cell State" B
279
280 VAL @p_gmmreg - VAL_cell_state@
281
282 VAR net_selection_mode "network selction mode" B
283
284 VAL @p_gmmreg - VAL_net_selection_mode@
285
286 VAR v_name "valid flag" B
287
288
289 VAR dcs "coding scheme" B
290
291
292 VAR add_ci "add ci indicator" B
293
294
295 VAR num_spare "num spare bits" B
296
297
298 VAR text "name" B
299
300
301 VAR v_time_zone "timezone valid" B
302
303
304 VAR time_zone "timezone" B
305
306 VAL @p_gmmreg - VAL_time_zone@
307
308 VAR v_time "time valid" B
309
310
311 VAR year "year" B
312
313 VAL @p_gmmreg - VAL_year@
314
315 VAR month "month" B
316
317 VAL @p_gmmreg - VAL_month@
318
319 VAR day "day" B
320
321 VAL @p_gmmreg - VAL_day@
322
323 VAR hour "hour" B
324
325 VAL @p_gmmreg - VAL_hour@
326
327 VAR minute "minute" B
328
329 VAL @p_gmmreg - VAL_minute@
330
331 VAR second "second" B
332
333 VAL @p_gmmreg - VAL_second@
334
335 VAR service_mode "Required service mode" B
336
337 VAL @p_gmmreg - VAL_service_mode@
338
339 VAR search_running "Search is still running" B
340
341 VAL @p_gmmreg - VAL_search_running@
342
343 VAR cipher_on "ciphering on or off" B
344
345 VAL @p_gmmreg - VAL_cipher_on@
346
347 VAR tlli_handling "tlli handling in attach proc" B
348
349 VAL @p_gmmreg - VAL_tlli_handling@
350
351 VAR gsm_ciph "GSM Ciphering Indicator" B
352
353 VAL @p_gmmreg - VAL_gsm_ciph@
354
355 VAR gprs_ciph "GPRS Ciphering Indicator" B
356
357 VAL @p_gmmreg - VAL_gsm_ciph@
358
359 VAR lac "location area code" S
360
361 VAL @p_gmmreg - VAL_lac@
362
363 VAR rac "routing area code" B
364
365 VAL @p_gmmreg - VAL_rac@
366
367 VAR cid "cell id" S
368
369
370 VAR gprs_indicator "GPRS indicator" B
371
372 VAL @p_gmmreg - VAL_gprs_indicator@
373
374 VAR lac_list "LACs of found PLMNs" S
375
376
377 VAR service "service (either no or limited service)" S
378
379 VAL @p_gmmreg - VAL_service@
380
381 VAR net_daylight_save_time %REL99% "Network daylight saving time" B
382
383 VAL @p_gmmreg - VAL_net_daylight_save_time@
384
385 VAR rt "This parameter indicates the radio access technology available in the cell. " B
386
387 VAL @p_gmmreg - VAL_rt@
388
389 VAR bootup_act "bootup action" B
390
391 VAL @p_gmmreg - VAL_bootup_act@
392
393 VAR bootup_cause "bootup cause" B
394
395 VAL @p_gmmreg - VAL_bootup_cause@
396
397
398
399
400 COMP plmn "PLMN identification"
401 {
402 v_plmn ; valid flag
403 mcc [SIZE_MCC] ; mobile country code
404 mnc [SIZE_MNC] ; mobile network code
405 }
406 TYPEDEF COMP plmn ahplmn "AHPLMN identification"
407
408
409
410 COMP full_net_name_gmm "Network name, long format"
411 {
412 v_name ; valid flag
413 dcs ; coding scheme
414 add_ci ; add ci indicator
415 num_spare ; num spare bits
416 text [0..MMR_MAX_TEXT_LEN] ; name
417 }
418 TYPEDEF COMP full_net_name_gmm short_net_name_gmm "Network name, short format"
419
420
421
422 COMP net_time_zone "Network time zone"
423 {
424 v_time_zone ; timezone valid
425 time_zone ; timezone
426 }
427
428
429
430 COMP net_time "Network time"
431 {
432 v_time ; time valid
433 year ; year
434 month ; month
435 day ; day
436 hour ; hour
437 minute ; minute
438 second ; second
439 }
440
441
442
443
444
445
446 ; GMMREG_ATTACH_REQ 0x3300
447 ; GMMREG_ATTACH_CNF 0x7300
448 ; GMMREG_ATTACH_REJ 0x7301
449 ; GMMREG_DETACH_REQ 0x3301
450 ; GMMREG_DETACH_CNF 0x7302
451 ; GMMREG_DETACH_IND 0x7303
452 ; GMMREG_NET_REQ 0x3302
453 ; GMMREG_PLMN_IND 0x7304
454 ; GMMREG_PLMN_RES 0x3303
455 ; GMMREG_SUSPEND_IND 0x7305
456 ; GMMREG_RESUME_IND 0x7306
457 ; GMMREG_PLMN_MODE_REQ 0x3304
458 ; GMMREG_INFO_IND 0x7307
459 ; GMMREG_CONFIG_REQ 0x3305
460 ; GMMREG_CIPHERING_IND 0x7308
461 ; GMMREG_AHPLMN_IND 0x7309
462
463
464
465 PRIM GMMREG_ATTACH_REQ 0x3300
466 {
467 mobile_class ; Mobile Class
468 attach_type ; Attach type
469 service_mode ; registration mode
470 bootup_act ; bootup action
471 }
472
473
474
475
476
477
478 PRIM GMMREG_ATTACH_CNF 0x7300
479 {
480 attach_type ; Attach type
481 plmn ; PLMN
482 lac ; Location area code
483 rac ; Routing area code
484 cid ; Cell id
485 gprs_indicator ; GPRS indicator
486 search_running ; Search running
487 rt ; Radi Access Technology
488 bootup_cause ; bootup cause
489 }
490
491
492
493
494
495
496 PRIM GMMREG_ATTACH_REJ 0x7301
497 {
498 detach_type ; Detach type
499 cause ; Error cause
500 search_running ; Search running
501 service ; Primitive Item
502 }
503
504
505
506
507
508
509 PRIM GMMREG_DETACH_REQ 0x3301
510 {
511 detach_type ; Detach type
512 }
513
514
515
516
517
518
519 PRIM GMMREG_DETACH_CNF 0x7302
520 {
521 detach_type ; Detach type
522 }
523
524
525
526
527
528
529 PRIM GMMREG_DETACH_IND 0x7303
530 {
531 detach_type ; Detach type
532 cause ; Error cause
533 search_running ; Search running
534 service ; Primitive Item
535 }
536
537
538
539
540
541
542 PRIM GMMREG_NET_REQ 0x3302
543 {
544 }
545
546
547
548
549
550
551 PRIM GMMREG_PLMN_IND 0x7304
552 {
553 cause ; network search result
554 plmn [GMMREG_MAX_PLMN_ID] ; found plmns
555 forb_ind [GMMREG_MAX_PLMN_ID] ; Forbidden PLMN
556 lac_list [GMMREG_MAX_PLMN_ID] ; List of LACs
557 rxlevel [GMMREG_MAX_PLMN_ID] ; Fieldstrength
558 gprs_status [GMMREG_MAX_PLMN_ID] ; GPRS valid
559 }
560
561
562
563
564
565
566 PRIM GMMREG_PLMN_RES 0x3303
567 {
568 plmn ; selected plmn
569 mobile_class ; Mobile Class
570 attach_type ; Attach type
571 }
572
573
574
575
576
577
578 PRIM GMMREG_SUSPEND_IND 0x7305
579 {
580 cell_state ; Cell State
581 }
582
583
584
585
586
587
588 PRIM GMMREG_RESUME_IND 0x7306
589 {
590 }
591
592
593
594
595
596
597 PRIM GMMREG_PLMN_MODE_REQ 0x3304
598 {
599 net_selection_mode ; network selected mode
600 }
601
602
603
604
605
606
607 PRIM GMMREG_INFO_IND 0x7307
608 {
609 plmn ; Public Land Mobile Network
610 full_net_name_gmm ; full network name
611 short_net_name_gmm ; short network name
612 net_time_zone ; network time zone
613 net_time ; network time
614 net_daylight_save_time %REL99% ; network daylight saving time
615 }
616
617
618
619
620
621
622 PRIM GMMREG_CONFIG_REQ 0x3305
623 {
624 cipher_on ; ciphering on or off
625 tlli_handling ; tlli handling in attach proc
626 }
627
628
629
630
631
632
633 PRIM GMMREG_CIPHERING_IND 0x7308
634 {
635 gsm_ciph ; GSM Ciphering Indicator
636 gprs_ciph ; GPRS Ciphering Indicator
637 }
638
639
640
641
642
643
644 PRIM GMMREG_AHPLMN_IND 0x7309
645 {
646 ahplmn ; AHPLMN
647 }
648
649
650
651
652
653
654
655
656