FreeCalypso > hg > fc-magnetite
comparison src/g23m-gprs/sndcp/sndcp_mgp.h @ 183:219afcfc6250
src/g23m-gprs: initial import from TCS3.2/LoCosto
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Oct 2016 04:24:13 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
182:f02d0a0e1849 | 183:219afcfc6250 |
---|---|
1 /* | |
2 +----------------------------------------------------------------------------- | |
3 | Project : GPRS (8441) | |
4 | Modul : sndcp_mgp.h | |
5 +----------------------------------------------------------------------------- | |
6 | Copyright 2002 Texas Instruments Berlin, AG | |
7 | All rights reserved. | |
8 | | |
9 | This file is confidential and a trade secret of Texas | |
10 | Instruments Berlin, AG | |
11 | The receipt of or possession of this file does not convey | |
12 | any rights to reproduce or disclose its contents or to | |
13 | manufacture, use, or sell anything it may describe, in | |
14 | whole, or in part, without the specific written consent of | |
15 | Texas Instruments Berlin, AG. | |
16 +----------------------------------------------------------------------------- | |
17 | Purpose : Definitions for sndcp_mgp.c | |
18 +----------------------------------------------------------------------------- | |
19 */ | |
20 | |
21 /*---- HISTORY --------------------------------------------------------------*/ | |
22 #if 0 | |
23 | |
24 $Log:: /GPRS/Condat/MS/SRC/SNDCP/sndcp_mgp.h $ | |
25 * | |
26 * 24 15.05.00 16:55 Hk | |
27 * T H E E N D. | |
28 * | |
29 * 23 15.05.00 16:16 Hk | |
30 * backup. | |
31 * | |
32 * 22 9.05.00 18:59 Hk | |
33 * XID negotiation work in progress. Backup. | |
34 * | |
35 * 21 18.04.00 18:47 Hk | |
36 * Backup. Work on XID negotiation. | |
37 * | |
38 * 20 30.03.00 16:04 Hk | |
39 * | |
40 * 19 17.03.00 18:02 Hk | |
41 * Acknowledged data transfer is now implemented and tested uplink and | |
42 * downlink. | |
43 * | |
44 * 18 10.03.00 17:48 Hk | |
45 * Backup. First downlink ack data transfer ok (case 700). | |
46 * | |
47 * 17 7.03.00 18:24 Hk | |
48 * Backup. Last check in before adding extra downlink service for timeout and | |
49 * re-ordering. | |
50 * | |
51 * 16 25.02.00 18:27 Hk | |
52 * Backup, test case 346 runs (deactivation of ack context including ll | |
53 * release. | |
54 * | |
55 * 15 17.02.00 14:32 Hk | |
56 * Last checkin before maybe splitting sd in two services for 1.unack and 2. | |
57 * ack op mode. | |
58 * | |
59 * 14 11.02.00 18:49 Hk | |
60 * Establishment of LLC acknowledged operation mode. First test case SNDCP035 | |
61 * successful. Backup. | |
62 * | |
63 * 13 9.02.00 15:02 Hk | |
64 * Backup. Unacknowledged data transfer possible. Up to testcase SNDCP034. | |
65 * | |
66 * 12 7.02.00 18:02 Hk | |
67 * Backup, error situations in service sd, up to testcase 028. | |
68 * | |
69 * 11 3.02.00 18:08 Hk | |
70 * Backup, downlink transfer up to test case 016. | |
71 * | |
72 * 10 26.01.00 16:24 Hk | |
73 * Made services sd and nd compilable. | |
74 * | |
75 * 9 13.01.00 18:07 Hk | |
76 * Backup. Test case SNDCP008 successful. | |
77 * | |
78 * 8 7.01.00 18:09 Hk | |
79 * Backup. Data transfer in service su in case of LL_READY_IND, test case | |
80 * SNDCP005. | |
81 * | |
82 * 7 4.01.00 18:56 Hk | |
83 * Work on uplink data transfer, test case SNDCP003 successful. | |
84 * | |
85 * 6 30.12.99 17:16 Hk | |
86 * Last backup before millennium crash. Continued work on service su, data | |
87 * transfer. | |
88 * | |
89 * 5 29.12.99 17:21 Hk | |
90 * Started to rework service su, queue of inoming sn_nuitdata_req prims will | |
91 * be designed in more detail in SDL. | |
92 * | |
93 * 4 28.12.99 18:18 Hk | |
94 * Added test primitives with sdu instead of desc_list and started work on | |
95 * data transfer. | |
96 * | |
97 * 3 27.12.99 18:33 Hk | |
98 * Implemented and tested SNDCP000, SNDCP001. | |
99 * | |
100 * 2 21.12.99 18:39 Hk | |
101 * First compilation of stubs. | |
102 * | |
103 * 1 20.12.99 17:41 Hk | |
104 * Initial. | |
105 | |
106 #endif | |
107 | |
108 #ifndef SNDCP_MGP_H | |
109 #define SNDCP_MGP_H | |
110 | |
111 #ifndef SNDCP_UPM_INCLUDED | |
112 EXTERN void mg_sn_switch_req ( T_SN_SWITCH_REQ *sn_switch_req ); | |
113 #endif | |
114 | |
115 #ifdef SNDCP_UPM_INCLUDED | |
116 EXTERN void mg_sn_dti_req ( T_SN_DTI_REQ *sn_dti_req); | |
117 #endif | |
118 | |
119 EXTERN void mg_ll_reset_ind ( T_LL_RESET_IND *ll_reset_ind ); | |
120 | |
121 | |
122 EXTERN void mg_ll_status_ind ( T_LL_STATUS_IND *ll_status_ind ); | |
123 | |
124 | |
125 EXTERN void mg_ll_establish_cnf ( T_LL_ESTABLISH_CNF *ll_establish_cnf ); | |
126 | |
127 | |
128 EXTERN void mg_exp_re_est_timer (UBYTE sapi_index); | |
129 | |
130 | |
131 EXTERN void mg_ll_establish_ind ( T_LL_ESTABLISH_IND *ll_establish_ind ); | |
132 | |
133 | |
134 | |
135 EXTERN void mg_ll_release_cnf ( T_LL_RELEASE_CNF *ll_release_cnf ); | |
136 | |
137 | |
138 | |
139 EXTERN void mg_ll_release_ind ( T_LL_RELEASE_IND *ll_release_ind ); | |
140 | |
141 | |
142 | |
143 EXTERN void mg_ll_xid_cnf ( T_LL_XID_CNF *ll_xid_cnf ); | |
144 | |
145 | |
146 | |
147 EXTERN void mg_ll_xid_ind ( T_LL_XID_IND *ll_xid_ind ); | |
148 | |
149 | |
150 | |
151 #ifdef SNDCP_UPM_INCLUDED | |
152 EXTERN void mg_snsm_activate_ind ( T_SN_ACTIVATE_REQ *snsm_activate_ind ); | |
153 #else | |
154 EXTERN void mg_snsm_activate_ind ( T_SNSM_ACTIVATE_IND *snsm_activate_ind ); | |
155 #endif /*#ifdef SNDCP_UPM_INCLUDED*/ | |
156 | |
157 #ifdef SNDCP_UPM_INCLUDED | |
158 EXTERN void mg_snsm_deactivate_ind ( T_SN_DEACTIVATE_REQ *snsm_deactivate_ind ); | |
159 #else | |
160 EXTERN void mg_snsm_deactivate_ind ( T_SNSM_DEACTIVATE_IND *snsm_deactivate_ind ); | |
161 #endif /*#ifdef SNDCP_UPM_INCLUDED*/ | |
162 | |
163 #ifdef SNDCP_UPM_INCLUDED | |
164 EXTERN void mg_snsm_sequence_ind ( T_SN_SEQUENCE_REQ *snsm_sequence_ind ); | |
165 #else | |
166 EXTERN void mg_snsm_sequence_ind ( T_SNSM_SEQUENCE_IND *snsm_sequence_ind ); | |
167 #endif /*#ifdef SNDCP_UPM_INCLUDED*/ | |
168 | |
169 #ifdef SNDCP_UPM_INCLUDED | |
170 EXTERN void mg_snsm_modify_ind ( T_SN_MODIFY_REQ *snsm_modify_ind ); | |
171 #else | |
172 EXTERN void mg_snsm_modify_ind ( T_SNSM_MODIFY_IND *snsm_modify_ind ); | |
173 #endif /*#ifdef SNDCP_UPM_INCLUDED*/ | |
174 | |
175 #ifdef TI_DUAL_MODE | |
176 EXTERN void mg_get_pending_pdu_req (T_SN_GET_PENDING_PDU_REQ *sn_get_pending_pdu_req); | |
177 #endif /*TI_DUAL_MODE*/ | |
178 | |
179 #endif /* !SNDCP_MGP_H */ | |
180 |