blob: f451c8d31cbe41541edb1530343cd4eb5902d6fd [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) 2007
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 * ratcm_urlc_struct.h
40 *
41 * Project:
42 * --------
43 * MONZA
44 *
45 * Description:
46 * ------------
47 *
48 *
49 * Author:
50 * -------
51 * -------
52 *
53 * ==========================================================================
54 * $Log:$
55 *
56 * 12 15 2014 kun-lin.wu
57 * [MOLY00078268] [UMOLY][R10][R11][MOLY CR] PS5 NAS check-in 6291_DEV and 6291_UESIM_DEV
58 * .
59 *
60 * 11 07 2014 kun-lin.wu
61 * [MOLY00082366] Loop back mode 4 support
62 *
63 * 10 02 2012 ij.liao
64 * [MOLY00004236] [interface][service][kal]remove stack_ltlcom.h
65 *
66 * 09 28 2012 weimin.zeng
67 * [MOLY00004236] [interface][service][kal]remove stack_ltlcom.h
68 * header file.
69 *
70 * 11 11 2011 weimin.zeng
71 * removed!
72 * .
73 *
74 * 11 08 2011 weimin.zeng
75 * removed!
76 * merge MSBB.
77 *
78 * 12 14 2010 cosine.jheng
79 * removed!
80 * Integration change.
81 *
82 * 10 20 2010 cosine.jheng
83 * removed!
84 * [RATCM][RHR]Check in ratcm file in uas\interface
85 *
86 * removed!
87 * removed!
88 *
89 *
90 * removed!
91 * removed!
92 * Add copyright header.
93 ****************************************************************************/
94
95#ifndef _RATCM_URLC_STRUCT_H
96#define _RATCM_URLC_STRUCT_H
97
98#include "uas_common_enums.h"
99#include "kal_general_types.h"
100#include "kal_public_api.h"
101
102typedef struct
103{
104 ExtendedRbId RBId;
105 kal_uint16 SDUSize;
106}tRBLoopBackInfo;
107# if 0
108/* under construction !*/
109/* under construction !*/
110/* under construction !*/
111/* under construction !*/
112/* under construction !*/
113/* under construction !*/
114/* under construction !*/
115/* under construction !*/
116/* under construction !*/
117/* under construction !*/
118/* under construction !*/
119/* under construction !*/
120/* under construction !*/
121/* under construction !*/
122#endif
123typedef struct
124{
125 LOCAL_PARA_HDR
126
127 kal_bool result;
128}ratcm_urlc_utest_open_loop_cnf_struct;
129
130typedef struct
131{
132 LOCAL_PARA_HDR
133
134 kal_uint8 noOfRBs;
135 tRBLoopBackInfo RBInfo[MAX_RB_LOOPED_BACK];
136}ratcm_urlc_utest_close_loop_m1_req_struct;
137
138typedef struct
139{
140 LOCAL_PARA_HDR
141
142 kal_bool result;
143}ratcm_urlc_utest_close_loop_m1_cnf_struct;
144
145typedef struct
146{
147 LOCAL_PARA_HDR
148
149 kal_bool result;
150}ratcm_urlc_utest_close_loop_m2_cnf_struct;
151
152typedef struct
153{
154 LOCAL_PARA_HDR
155
156 kal_bool result;
157}ratcm_urlc_utest_close_loop_m4_cnf_struct;
158
159#endif /* _RATCM_URLC_STRUCT_H */