blob: 9d1176fa9c9c29871e4006fd6674a117af5ad443 [file] [log] [blame]
yu.dongc33b3072024-08-21 23:14:49 -07001/*****************************************************************************
2* Copyright Statement:
3* --------------------
4* This software is protected by Copyright and the information contained
5* herein is confidential. The software may not be copied and the information
6* contained herein may not be used or disclosed except with the written
7* permission of MediaTek Inc. (C) 2005
8*
9* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
10* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
11* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
12* AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
13* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
14* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
15* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
16* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
17* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
18* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
19* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
20* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
21*
22* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
23* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
24* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
25* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
26* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
27*
28* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
29* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
30* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
31* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
32* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
33*
34*****************************************************************************/
35
36/******************************************************************************
37 * Filename:
38 * ---------
39 * max2rmpc_struct.h
40 *
41 * Project:
42 * --------
43 * MAUI
44 *
45 * Description:
46 * ------------
47 *
48 * Author:
49 * -------
50 * -------
51 *
52 *=============================================================================
53 * HISTORY
54 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
55 *------------------------------------------------------------------------------
56 * removed!
57 *
58 * removed!
59 * removed!
60 * removed!
61 *
62 * removed!
63 * removed!
64 * removed!
65 *
66 * removed!
67 * removed!
68 * removed!
69 *
70 * removed!
71 * removed!
72 * removed!
73 *
74 * removed!
75 * removed!
76 * removed!
77 *
78 * removed!
79 * removed!
80 * removed!
81 *
82 * removed!
83 * removed!
84 * removed!
85 *
86 * removed!
87 * removed!
88 * removed!
89 *
90 * removed!
91 * removed!
92 * removed!
93 *
94 * removed!
95 * removed!
96 * removed!
97 *
98 * removed!
99 * removed!
100 * removed!
101 *
102 *------------------------------------------------------------------------------
103 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
104 *=============================================================================
105 ******************************************************************************/
106
107/********************************************************************************
108* Copyright Statement:
109* --------------------
110*
111* This product has been developed using a protocol stack
112* developed by Sasken Communication Technologies Limited.
113*
114********************************************************************************/
115
116#ifndef _MAC2RMPC_STRUCT_H
117#define _MAC2RMPC_STRUCT_H
118
119/* add RHR */
120#include "rr_common_def.h"
121#include "rr2mpal_struct.h"
122//#include "mac_context.h"
123
124#include "mac_enums.h"
125
126/* Evelyn 20090415: Merge R6 */
127// Evelyn MTBF: Change the packet access structure
128typedef struct multiple_res_req_struct mac_rmpc_pkt_access_req_struct;
129
130typedef struct {
131 kal_uint32 starting_frame;
132 kal_uint8 measurement_interval;
133 kal_uint8 measurement_bit_map;
134} measurement_map_struct;
135
136#if 0
137/* under construction !*/
138/* under construction !*/
139/* under construction !*/
140/* under construction !*/
141/* under construction !*/
142/* under construction !*/
143/* under construction !*/
144/* under construction !*/
145#endif
146
147typedef struct {
148 LOCAL_PARA_HDR
149 kal_uint8 type;
150 kal_uint8 cause;
151} mac_rmpc_access_result_ind_struct;
152
153#if 0
154/* under construction !*/
155/* under construction !*/
156/* under construction !*/
157/* under construction !*/
158/* under construction !*/
159/* under construction !*/
160/* under construction !*/
161#endif
162
163/* Adeline: Relpace cs paging, PCCO, PMO, PCCC, PSCD, PNCD, PSCSI */
164typedef struct {
165 LOCAL_PARA_HDR
166 mac_rmpc_ctrl_msg_type_enum msg_type;
167 mac_state_enum mac_state;
168 kal_uint8 no_ctrl_blk;
169 kal_uint8 ctrl_blk_size;
170 kal_uint8 *ctrl_blk;
171 kal_uint8 bit_offset;
172} mac_rmpc_ctrl_msg_ind_struct;
173
174
175typedef struct {
176 LOCAL_PARA_HDR
177 tbf_rel_type_enum rel_type;
178 kal_uint8 mac_state;
179} mac_rmpc_enter_idle_req_struct;
180
181typedef struct {
182 LOCAL_PARA_HDR
183 measurement_map_struct measurement_map;
184} mac_rmpc_meas_map_ind_struct;
185
186typedef struct {
187 LOCAL_PARA_HDR
188 kal_uint16 fn_offset;
189 kal_uint8 type;
190 kal_uint8 cause;
191} mac_rmpc_dl_assign_result_ind_struct;
192
193#if 0
194/* under construction !*/
195/* under construction !*/
196/* under construction !*/
197/* under construction !*/
198/* under construction !*/
199/* under construction !*/
200/* under construction !*/
201#endif
202
203typedef struct {
204 LOCAL_PARA_HDR
205 kal_uint8 mac_state;
206} mac_rmpc_suspend_done_ind_struct;
207
208typedef struct {
209 LOCAL_PARA_HDR
210 kal_uint8 is_tbf_exist;
211 freq_params_struct *freq_params_ptr;
212} mac_rmpc_tbf_status_ind_struct;
213
214
215#if 0
216#ifdef __REL4__
217/* under construction !*/
218/* under construction !*/
219/* under construction !*/
220/* under construction !*/
221/* under construction !*/
222/* under construction !*/
223/* under construction !*/
224/* under construction !*/
225/* under construction !*/
226/* under construction !*/
227/* under construction !*/
228/* under construction !*/
229/* under construction !*/
230/* under construction !*/
231/* under construction !*/
232/* under construction !*/
233/* under construction !*/
234/* under construction !*/
235/* under construction !*/
236/* under construction !*/
237/* under construction !*/
238/* under construction !*/
239/* under construction !*/
240/* under construction !*/
241/* under construction !*/
242#endif
243#endif
244
245
246/* Evelyn 20090415: Merge R6 */
247typedef struct {
248 LOCAL_PARA_HDR
249 rmpc_mac_ctrl_msg_type_enum msg_type;
250 result_type_enum result;
251 kal_uint8 req_id;
252} mac_rmpc_ctrl_msg_cnf_struct;
253
254
255#ifdef __ETWS_SUPPORT__
256typedef struct {
257 LOCAL_PARA_HDR
258 kal_uint8 mac_msg_ptr_size;
259 kal_uint8 bit_offset;
260 kal_uint8* mac_msg_ptr;
261} mac_rmpc_packet_application_info_msg_ind_struct;
262#endif /* __ETWS_SUPPORT__ */
263
264
265#endif
266
267