blob: e8f11fab58d0b9755db1febccba95ec6197ab54a [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001/*****************************************************************************
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 *
38 * Filename:
39 * ---------
40 * atp_l4c_struct.h
41 *
42 * Description:
43 * ------------
44 *
45 * Author:
46 * -------
47 * -------
48 *
49 *============================================================================
50 * HISTORY
51 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
52 *------------------------------------------------------------------------------
53 * removed!
54 *
55 * removed!
56 * removed!
57 * removed!
58 * removed!
59 *
60 * removed!
61 * removed!
62 * removed!
63 * removed!
64 *
65 * removed!
66 * removed!
67 * removed!
68 *
69 * removed!
70 * removed!
71 * removed!
72 * removed!
73 *
74 * removed!
75 * removed!
76 * removed!
77 * removed!
78 *
79 * removed!
80 * removed!
81 * removed!
82 *
83 * removed!
84 * removed!
85 * removed!
86 *
87 * removed!
88 * removed!
89 * removed!
90 *
91 * removed!
92 * removed!
93 * removed!
94 *
95 * removed!
96 * removed!
97 * removed!
98 * removed!
99 *
100 * removed!
101 * removed!
102 * removed!
103 * removed!
104 *
105 * removed!
106 * removed!
107 * removed!
108 * removed!
109 *
110 * removed!
111 * removed!
112 * removed!
113 *
114 *------------------------------------------------------------------------------
115 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
116 *============================================================================
117 ****************************************************************************/
118
119
120
121#ifndef _ATP_L4C_STRUCT_H
122#define _ATP_L4C_STRUCT_H
123
124#include "kal_general_types.h"
125#include "atp_public_defs.h"
126#if defined(__IMS_SUPPORT__) && (__WFC_SUPPORT__) && defined(__ALLOW_CALL_DURING_SMS_IN_OTHER_STACK__) && defined(__GEMINI__)
127#include "ims_common_def.h"
128#endif
129
130
131/* MSG_ID_ATP_L4C_EN3GPECP_REQ */
132typedef struct {
133 LOCAL_PARA_HDR
134 atp_cmd_mode_enum cmd_mode;
135 kal_uint8 urc_report_mode;
136} atp_l4c_en3gpecp_req_struct;
137
138/* MSG_ID_ATP_L4C_EN3GPECP_CNF */
139typedef struct {
140 LOCAL_PARA_HDR
141 atp_cmd_mode_enum cmd_mode;
142 kal_uint8 n3en_indicator;
143 proxy_cmd_result_enum result;
144} atp_l4c_en3gpecp_cnf_struct;
145
146/* MSG_ID_ATP_L4C_ANBR_REQ */
147typedef struct{
148 LOCAL_PARA_HDR
149 kal_uint8 ebi;
150 // over NR: when ebi = 0, refer to psi and qfi
151 kal_uint8 psi;
152 kal_uint8 qfi;
153 kal_bool is_ul;
154 kal_uint32 bitrate;
155} atp_l4c_anbr_req_struct;
156
157typedef struct
158{
159 LOCAL_PARA_HDR
160 atp_channel_enum ch_id;
161 vg_option_enum vg_option;
162 atp_cmd_mode_enum cmd_mode;
163 proxy_cmd_result_enum result;
164} atp_l4c_e5gopt_cnf_struct;
165
166
167typedef struct
168{
169 LOCAL_PARA_HDR
170 atp_channel_enum ch_id;
171 kal_uint8 vg_option;
172 kal_uint8 act_operation;
173} atp_l4c_e5gopt_req_struct;
174
175/* MSG_ID_ATP_L4C_CSFB_PAGE_REQ */
176typedef struct {
177 LOCAL_PARA_HDR
178 kal_uint8 csfb_page_req;
179 kal_uint8 add_info; // if csfb_page_config is 3 or 4, add_info will be the new timer value
180} atp_l4c_csfb_page_req_struct;
181
182#if defined(__IMS_SUPPORT__) && (__WFC_SUPPORT__) && defined(__ALLOW_CALL_DURING_SMS_IN_OTHER_STACK__) && defined(__GEMINI__)
183typedef struct
184{
185 LOCAL_PARA_HDR
186 ims_access_rat_enum target_rat;
187} atp_l4c_call_handover_ind_struct;
188#endif
189
190
191#endif /* _ATP_L4C_STRUCT_H */
192
193