comparison cdg-hybrid/sap/gmmaa.pdf @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 ;********************************************************************************
2 ;*** File : gmmaa.pdf
3 ;*** Creation : Wed Mar 11 09:58:03 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 : gmmaa
9 ;*** Document No. : 8441.107.99.001
10 ;*** Document Date : 1999-06-22
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: ANS
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:41:58 2007"
18 PRAGMA LAST_MODIFIED "1999-06-22"
19 PRAGMA ID_AND_VERSION "8441.107.99.001"
20
21
22
23
24
25
26 VALTAB VAL_aa_timer
27 VAL DEF "value is incremented in multiples of 1 min"
28 VAL 0 GMMAA_TIMER_2_SEC "value is incremented in multiples of 2 sec"
29 VAL 1 GMMAA_TIMER_1_MIN "value is incremented in multiples of 1 min"
30 VAL 2 GMMAA_TIMER_1_DH "value is incremented in multiples of 1 decihour"
31 VAL 7 GMMAA_TIMER_DEACT "timer is deactivated"
32
33
34
35
36 VAR aa_timer "GPRS READY timer" B
37
38 VAL @p_gmmaa - VAL_aa_timer@
39
40
41
42
43
44
45
46 ; GMMAA_ESTABLISH_REQ 0x2500
47 ; GMMAA_RELEASE_IND 0x6500
48 ; GMMAA_ESTABLISH_REJ 0x6501
49 ; GMMAA_TIMER_REQ 0x2501
50
51
52
53 PRIM GMMAA_ESTABLISH_REQ 0x2500
54 {
55 }
56
57
58
59
60
61
62 PRIM GMMAA_RELEASE_IND 0x6500
63 {
64 }
65
66
67
68
69
70
71 PRIM GMMAA_ESTABLISH_REJ 0x6501
72 {
73 }
74
75
76
77
78
79
80 PRIM GMMAA_TIMER_REQ 0x2501
81 {
82 aa_timer ; GPRS AA-READY timer
83 }
84
85
86
87
88
89
90
91
92