FreeCalypso > hg > fc-tourmaline
comparison cdg-hybrid/sap/gmmsms.pdf @ 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 : gmmsms.pdf | |
3 ;*** Creation : Wed Mar 11 09:58:06 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 : gmmsms | |
9 ;*** Document No. : 8441.105.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:42:44 2007" | |
18 PRAGMA LAST_MODIFIED "1999-06-22" | |
19 PRAGMA ID_AND_VERSION "8441.105.99.001" | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 VALTAB VAL_reg_state | |
27 VAL 0 SMS_RS_DEREGISTERED "GMM context for SMS is removed" | |
28 VAL 1 SMS_RS_REGISTERED "GMM context for SMS is built" | |
29 | |
30 VALTAB VAL_radio_priority_level | |
31 VAL DEF "priority level 4" | |
32 VAL 1 SMS_RP_LEVEL_1 "priority level 1" | |
33 VAL 2 SMS_RP_LEVEL_2 "priority level 2??????????" | |
34 VAL 3 SMS_RP_LEVEL_3 "priority level 3" | |
35 VAL 4 SMS_RP_LEVEL_4 "priority level 4" | |
36 | |
37 | |
38 | |
39 | |
40 VAR reg_state "Registration state" B | |
41 | |
42 VAL @p_gmmsms - VAL_reg_state@ | |
43 | |
44 VAR radio_priority_level "Radio priority level" B | |
45 | |
46 VAL @p_gmmsms - VAL_radio_priority_level@ | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 ; GMMSMS_REG_STATE_REQ 0x2300 | |
55 ; GMMSMS_REG_STATE_CNF 0x6300 | |
56 | |
57 | |
58 | |
59 PRIM GMMSMS_REG_STATE_REQ 0x2300 | |
60 { | |
61 } | |
62 | |
63 | |
64 | |
65 | |
66 | |
67 | |
68 PRIM GMMSMS_REG_STATE_CNF 0x6300 | |
69 { | |
70 reg_state ; Registration state | |
71 radio_priority_level ; Radio priority level | |
72 } | |
73 | |
74 | |
75 | |
76 | |
77 | |
78 | |
79 | |
80 | |
81 |