view cdg211/cdginc/p_cgrlc.h @ 629:3231dd9b38c1

armio.c: make GPIOs 8 & 13 outputs driving 1 on all "classic" targets Calypso GPIOs 8 & 13 are pinmuxed with MCUEN1 & MCUEN2, respectively, and on powerup these pins are MCUEN, i.e., outputs driving 1. TI's code for C-Sample and earlier turns them into GPIOs configured as outputs also driving 1 - so far, so good - but TI's code for BOARD 41 (which covers D-Sample, Leonardo and all real world Calypso devices derived from the latter) switches them from MCUEN to GPIOs, but then leaves them as inputs. Given that the hardware powerup state of these two pins is outputs driving 1, every Calypso board design MUST be compatible with such driving; typically these GPIO signals will be either unused and unconnected or connected as outputs driving some peripheral. Turning these pins into GPIO inputs will result in floating inputs on every reasonably-wired board, thus I am convinced that this configuration is nothing but a bug on the part of whoever wrote this code at TI. This floating input bug had already been fixed earlier for GTA modem and FCDEV3B targets; the present change makes the fix unconditional for all "classic" targets. The newly affected targets are D-Sample, Leonardo, Tango and GTM900.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 02 Jan 2020 05:38:26 +0000
parents 56abf6cf8a0b
children
line wrap: on
line source

/*
+--------------------------------------------------------------------------+
| PROJECT : PROTOCOL STACK                                                 |
| FILE    : p_cgrlc.h                                                      |
| SOURCE  : "__out__\g23m_dfile\prim\cgrlc.pdf"                            |
| LastModified : "2004-05-17"                                              |
| IdAndVersion : "8010.119.008.04"                                         |
| SrcFileTime  : "Mon Apr 24 15:43:20 2006"                                |
| Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:15 2007                    |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : CGRLC
 * COMPATIBILITY_DEFINES  : NO
 * ALWAYS_ENUM_IN_VAL_FILE: NO
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_CGRLC_H
#define P_CGRLC_H


#define CDG_ENTER__P_CGRLC_H

#define CDG_ENTER__FILENAME _P_CGRLC_H
#define CDG_ENTER__P_CGRLC_H__FILE_TYPE CDGINC
#define CDG_ENTER__P_CGRLC_H__LAST_MODIFIED _2004_05_17
#define CDG_ENTER__P_CGRLC_H__ID_AND_VERSION _8010_119_008_04

#define CDG_ENTER__P_CGRLC_H__SRC_FILE_TIME _Mon_Apr_24_15_43_20_2006

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_CGRLC_H

#undef CDG_ENTER__FILENAME


#include "p_cgrlc.val"

#ifndef __T_CGRLC_fix_alloc_struct__
#define __T_CGRLC_fix_alloc_struct__
/*
 * Fixed Allocation structure
 * CCDGEN:WriteStruct_Count==1211
 */
typedef struct
{
  U8                        bitmap_len;               /*<  0:  1> Bitmap length                                      */
  U8                        bitmap_array[127];        /*<  1:127> Bitmap array                                       */
  U32                       end_fn;                   /*<128:  4> End of bitmap framenumber                          */
  U8                        final_alloc;              /*<132:  1> Final allocation                                   */
  U8                        _align0;                  /*<133:  1> alignment                                          */
  U8                        _align1;                  /*<134:  1> alignment                                          */
  U8                        _align2;                  /*<135:  1> alignment                                          */
} T_CGRLC_fix_alloc_struct;
#endif

#ifndef __T_CGRLC_freq_param__
#define __T_CGRLC_freq_param__
/*
 * Frequency Parameters
 * CCDGEN:WriteStruct_Count==1212
 */
typedef struct
{
  U16                       bcch_arfcn;               /*<  0:  2> ARFCN of the BCCH                                  */
  U8                        pdch_hopping;             /*<  2:  1> Hopping or no hopping is used on the assigned PDCH */
  U8                        pdch_band;                /*<  3:  1> PDCH band                                          */
} T_CGRLC_freq_param;
#endif

#ifndef __T_CGRLC_pwr_ctrl_param__
#define __T_CGRLC_pwr_ctrl_param__
/*
 * Power Control Parameters
 * CCDGEN:WriteStruct_Count==1213
 */
typedef struct
{
  U8                        alpha;                    /*<  0:  1> Alpha                                              */
  U8                        gamma_ch[CGRLC_MAX_TIMESLOTS]; /*<  1:  8> Gamma                                              */
  U8                        _align0;                  /*<  9:  1> alignment                                          */
  U8                        _align1;                  /*< 10:  1> alignment                                          */
  U8                        _align2;                  /*< 11:  1> alignment                                          */
} T_CGRLC_pwr_ctrl_param;
#endif

#ifndef __T_CGRLC_c_value__
#define __T_CGRLC_c_value__
/*
 * C-Value
 * CCDGEN:WriteStruct_Count==1214
 */
typedef struct
{
  S32                       c_lev;                    /*<  0:  4> C-value raw data level                             */
  U16                       c_idx;                    /*<  4:  2> C-value raw data index                             */
  U16                       c_acrcy;                  /*<  6:  2> C-value raw data accuracy                          */
} T_CGRLC_c_value;
#endif

#ifndef __T_CGRLC_pan_struct__
#define __T_CGRLC_pan_struct__
/*
 * Pan Structure
 * CCDGEN:WriteStruct_Count==1215
 */
typedef struct
{
  U8                        inc;                      /*<  0:  1> Pan increment                                      */
  U8                        dec;                      /*<  1:  1> Pan decrement                                      */
  U8                        pmax;                     /*<  2:  1> Pan maximum                                        */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_CGRLC_pan_struct;
#endif

#ifndef __T_CGRLC_glbl_pwr_ctrl_param__
#define __T_CGRLC_glbl_pwr_ctrl_param__
/*
 * Global Power Control Parameters
 * CCDGEN:WriteStruct_Count==1216
 */
typedef struct
{
  U8                        alpha;                    /*<  0:  1> Alpha                                              */
  U8                        t_avg_t;                  /*<  1:  1> T_AVG_T                                            */
  U8                        pb;                       /*<  2:  1> Power reduction value                              */
  U8                        pc_meas_chan;             /*<  3:  1> PC_MEAS_CHAN                                       */
  U8                        pwr_max;                  /*<  4:  1> Maximum output power of the MS.                    */
  U8                        _align0;                  /*<  5:  1> alignment                                          */
  U8                        _align1;                  /*<  6:  1> alignment                                          */
  U8                        _align2;                  /*<  7:  1> alignment                                          */
} T_CGRLC_glbl_pwr_ctrl_param;
#endif

#ifndef __T_CGRLC_pwr_ctrl__
#define __T_CGRLC_pwr_ctrl__
/*
 * Power Control Information
 * CCDGEN:WriteStruct_Count==1217
 */
typedef struct
{
  U8                        _align0;                  /*<  0:  1> alignment                                          */
  U8                        _align1;                  /*<  1:  1> alignment                                          */
  U8                        _align2;                  /*<  2:  1> alignment                                          */
  U8                        v_pwr_ctrl_param;         /*<  3:  1> valid-flag                                         */
  T_CGRLC_pwr_ctrl_param    pwr_ctrl_param;           /*<  4: 12> Power Control Parameters                           */
  U8                        _align3;                  /*< 16:  1> alignment                                          */
  U8                        _align4;                  /*< 17:  1> alignment                                          */
  U8                        _align5;                  /*< 18:  1> alignment                                          */
  U8                        v_glbl_pwr_ctrl_param;    /*< 19:  1> valid-flag                                         */
  T_CGRLC_glbl_pwr_ctrl_param glbl_pwr_ctrl_param;    /*< 20:  8> Global Power Control Parameters                    */
  U8                        _align6;                  /*< 28:  1> alignment                                          */
  U8                        _align7;                  /*< 29:  1> alignment                                          */
  U8                        _align8;                  /*< 30:  1> alignment                                          */
  U8                        v_freq_param;             /*< 31:  1> valid-flag                                         */
  T_CGRLC_freq_param        freq_param;               /*< 32:  4> Frequency Parameters                               */
  U8                        _align9;                  /*< 36:  1> alignment                                          */
  U8                        _align10;                 /*< 37:  1> alignment                                          */
  U8                        _align11;                 /*< 38:  1> alignment                                          */
  U8                        v_c_value;                /*< 39:  1> valid-flag                                         */
  T_CGRLC_c_value           c_value;                  /*< 40:  8> C-Value                                            */
} T_CGRLC_pwr_ctrl;
#endif


/*
 * End of substructure section, begin of primitive definition section
 */

#ifndef __T_CGRLC_ENABLE_REQ__
#define __T_CGRLC_ENABLE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1218
 */
typedef struct
{
  U8                        enable_cause;             /*<  0:  1> Enable Cause                                       */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  U32                       ul_tlli;                  /*<  4:  4> Uplink TLLI value.                                 */
  U32                       dl_tlli;                  /*<  8:  4> Downlink TLLI value.                               */
  U8                        _align3;                  /*< 12:  1> alignment                                          */
  U8                        _align4;                  /*< 13:  1> alignment                                          */
  U8                        _align5;                  /*< 14:  1> alignment                                          */
  U8                        v_pan_struct;             /*< 15:  1> valid-flag                                         */
  T_CGRLC_pan_struct        pan_struct;               /*< 16:  4> Pan Structure                                      */
  U8                        queue_mode;               /*< 20:  1> Type of Queue Mode.                                */
  U8                        burst_type;               /*< 21:  1> Default burst type                                 */
  U8                        ab_type;                  /*< 22:  1> Default access burst type                          */
  U8                        t3168_val;                /*< 23:  1> T3168 Value                                        */
  U8                        cu_cause;                 /*< 24:  1> Cell update cause                                  */
  U8                        ac_class;                 /*< 25:  1> Access control class                               */
  U8                        change_mark;              /*< 26:  1> Change mark value                                  */
  U8                        _align6;                  /*< 27:  1> alignment                                          */
} T_CGRLC_ENABLE_REQ;
#endif

#ifndef __T_CGRLC_DISABLE_REQ__
#define __T_CGRLC_DISABLE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1219
 */
typedef struct
{
  U8                        disable_class;            /*<  0:  1> Disable class.                                     */
  U8                        prim_status;              /*<  1:  1> Primitive Queue Handler.                           */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_CGRLC_DISABLE_REQ;
#endif

#ifndef __T_CGRLC_UL_TBF_RES__
#define __T_CGRLC_UL_TBF_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==1220
 */
typedef struct
{
  U32                       starting_time;            /*<  0:  4> TBF starting time.                                 */
  U8                        tbf_mode;                 /*<  4:  1> Type of TBF.                                       */
  U8                        prim_status;              /*<  5:  1> Primitive Queue Handler.                           */
  U8                        polling_bit;              /*<  6:  1> Polling bit                                        */
  U8                        cs_mode;                  /*<  7:  1> Type of Coding Scheme.                             */
  U8                        mac_mode;                 /*<  8:  1> Type of MAC mode.                                  */
  U8                        nts_max;                  /*<  9:  1> Number of Timeslots.                               */
  U8                        tn_mask;                  /*< 10:  1> timeslot mask                                      */
  U8                        tfi;                      /*< 11:  1> TFI value.                                         */
  U8                        ti;                       /*< 12:  1> TLLI indicator.                                    */
  U8                        bs_cv_max;                /*< 13:  1> Maximum Countdown value.                           */
  U8                        tlli_cs_mode;             /*< 14:  1> Type of Coding Scheme in Contention Resolution.    */
  U8                        r_bit;                    /*< 15:  1> R bit                                              */
  T_CGRLC_fix_alloc_struct  fix_alloc_struct;         /*< 16:136> Fixed Allocation structure                         */
  U16                       rlc_db_granted;           /*<152:  2> RLCdata block granted                              */
  U8                        _align0;                  /*<154:  1> alignment                                          */
  U8                        _align1;                  /*<155:  1> alignment                                          */
  T_CGRLC_pwr_ctrl          pwr_ctrl;                 /*<156: 48> Power Control Information                          */
} T_CGRLC_UL_TBF_RES;
#endif

#ifndef __T_CGRLC_DL_TBF_REQ__
#define __T_CGRLC_DL_TBF_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1221
 */
typedef struct
{
  U32                       starting_time;            /*<  0:  4> TBF starting time.                                 */
  U8                        rlc_mode;                 /*<  4:  1> Type of RLC mode.                                  */
  U8                        cs_mode;                  /*<  5:  1> Type of Coding Scheme.                             */
  U8                        mac_mode;                 /*<  6:  1> Type of MAC mode.                                  */
  U8                        nts_max;                  /*<  7:  1> Number of Timeslots.                               */
  U8                        tn_mask;                  /*<  8:  1> timeslot mask                                      */
  U8                        tfi;                      /*<  9:  1> TFI value.                                         */
  U8                        t3192_val;                /*< 10:  1> Value of T3192.                                    */
  U8                        ctrl_ack_bit;             /*< 11:  1> Ctrl ack bit                                       */
  U8                        polling_bit;              /*< 12:  1> Polling bit                                        */
  U8                        _align0;                  /*< 13:  1> alignment                                          */
  U8                        _align1;                  /*< 14:  1> alignment                                          */
  U8                        _align2;                  /*< 15:  1> alignment                                          */
  T_CGRLC_pwr_ctrl          pwr_ctrl;                 /*< 16: 48> Power Control Information                          */
} T_CGRLC_DL_TBF_REQ;
#endif

#ifndef __T_CGRLC_TBF_REL_REQ__
#define __T_CGRLC_TBF_REL_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1222
 */
typedef struct
{
  U8                        tbf_mode;                 /*<  0:  1> Type of TBF.                                       */
  U8                        tbf_rel_cause;            /*<  1:  1> TBF Release Cause.                                 */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  U32                       rel_fn;                   /*<  4:  4> Release after Poll with fn.                        */
} T_CGRLC_TBF_REL_REQ;
#endif

#ifndef __T_CGRLC_TBF_REL_IND__
#define __T_CGRLC_TBF_REL_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1223
 */
typedef struct
{
  U8                        tbf_mode;                 /*<  0:  1> Type of TBF.                                       */
  U8                        tbf_rel_cause;            /*<  1:  1> TBF Release Cause.                                 */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        v_c_value;                /*<  3:  1> valid-flag                                         */
  T_CGRLC_c_value           c_value;                  /*<  4:  8> C-Value                                            */
  U8                        dl_trans_id;              /*< 12:  1> DL Assignmnet ID                                   */
  U8                        _align1;                  /*< 13:  1> alignment                                          */
  U8                        _align2;                  /*< 14:  1> alignment                                          */
  U8                        _align3;                  /*< 15:  1> alignment                                          */
} T_CGRLC_TBF_REL_IND;
#endif

#ifndef __T_CGRLC_TBF_REL_RES__
#define __T_CGRLC_TBF_REL_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==1224
 */
typedef struct
{
  U8                        tbf_mode;                 /*<  0:  1> Type of TBF.                                       */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_CGRLC_TBF_REL_RES;
#endif

#ifndef __T_CGRLC_UL_TBF_IND__
#define __T_CGRLC_UL_TBF_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1225
 */
typedef struct
{
  U8                        access_type;              /*<  0:  1> Access Type.                                       */
  U8                        ra_prio;                  /*<  1:  1> Radio priority                                     */
  U8                        nr_blocks;                /*<  2:  1> Number of blocks                                   */
  U8                        llc_prim_type;            /*<  3:  1> LLC Primitive type                                 */
  U16                       peak;                     /*<  4:  2> Peak value                                         */
  U16                       rlc_oct_cnt;              /*<  6:  2> Number of bytes for TBF                            */
} T_CGRLC_UL_TBF_IND;
#endif

#ifndef __T_CGRLC_DATA_REQ__
#define __T_CGRLC_DATA_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1226
 */
typedef struct
{
  U8                        blk_owner;                /*<  0:  1> Block owner.                                       */
  U8                        data_array[CGRLC_MAX_CTRL_MSG_SIZE]; /*<  1: 23> Data Array.                                        */
} T_CGRLC_DATA_REQ;
#endif

#ifndef __T_CGRLC_DATA_IND__
#define __T_CGRLC_DATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1227
 */
typedef struct
{
  U32                       fn;                       /*<  0:  4> Received frame number.                             */
  U8                        tn;                       /*<  4:  1> Timeslot number                                    */
  U8                        data_array[CGRLC_MAX_CTRL_MSG_SIZE]; /*<  5: 23> Data Array.                                        */
} T_CGRLC_DATA_IND;
#endif

#ifndef __T_CGRLC_POLL_REQ__
#define __T_CGRLC_POLL_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1228
 */
typedef struct
{
  U32                       poll_fn;                  /*<  0:  4> Poll frame number.                                 */
  U8                        tn;                       /*<  4:  1> Timeslot number                                    */
  U8                        poll_b_type;              /*<  5:  1> Poll burst type                                    */
  U8                        ctrl_ack;                 /*<  6:  1> Ctrl_ack                                           */
  U8                        _align0;                  /*<  7:  1> alignment                                          */
} T_CGRLC_POLL_REQ;
#endif

#ifndef __T_CGRLC_ACCESS_STATUS_REQ__
#define __T_CGRLC_ACCESS_STATUS_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1229
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_ACCESS_STATUS_REQ;
#endif

#ifndef __T_CGRLC_CTRL_MSG_SENT_IND__
#define __T_CGRLC_CTRL_MSG_SENT_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1230
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_CTRL_MSG_SENT_IND;
#endif

#ifndef __T_CGRLC_STARTING_TIME_IND__
#define __T_CGRLC_STARTING_TIME_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1231
 */
typedef struct
{
  U8                        tbf_mode;                 /*<  0:  1> Type of TBF.                                       */
  U8                        tfi;                      /*<  1:  1> TFI value.                                         */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_CGRLC_STARTING_TIME_IND;
#endif

#ifndef __T_CGRLC_T3192_STARTED_IND__
#define __T_CGRLC_T3192_STARTED_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1232
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_T3192_STARTED_IND;
#endif

#ifndef __T_CGRLC_CONT_RES_DONE_IND__
#define __T_CGRLC_CONT_RES_DONE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1233
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_CONT_RES_DONE_IND;
#endif

#ifndef __T_CGRLC_TA_VALUE_IND__
#define __T_CGRLC_TA_VALUE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1234
 */
typedef struct
{
  U8                        ta_value;                 /*<  0:  1> Timing Advance Value.                              */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_CGRLC_TA_VALUE_IND;
#endif

#ifndef __T_CGRLC_STATUS_IND__
#define __T_CGRLC_STATUS_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1235
 */
typedef struct
{
  U8                        failure;                  /*<  0:  1> Lower layer failure.                               */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_CGRLC_STATUS_IND;
#endif

#ifndef __T_CGRLC_TEST_MODE_REQ__
#define __T_CGRLC_TEST_MODE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1236
 */
typedef struct
{
  U16                       no_of_pdus;               /*<  0:  2> Number of PDUs.                                    */
  U8                        dl_timeslot_offset;       /*<  2:  1> Downlink Timeslot Offset.                          */
  U8                        test_mode_flag;           /*<  3:  1> Test mode flag.                                    */
} T_CGRLC_TEST_MODE_REQ;
#endif

#ifndef __T_CGRLC_TEST_MODE_CNF__
#define __T_CGRLC_TEST_MODE_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1237
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_TEST_MODE_CNF;
#endif

#ifndef __T_CGRLC_TEST_END_REQ__
#define __T_CGRLC_TEST_END_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1238
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_TEST_END_REQ;
#endif

#ifndef __T_CGRLC_TRIGGER_IND__
#define __T_CGRLC_TRIGGER_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1239
 */
typedef struct
{
  U8                        prim_type;                /*<  0:  1> Type of primitive.                                 */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_CGRLC_TRIGGER_IND;
#endif

#ifndef __T_CGRLC_STANDBY_STATE_IND__
#define __T_CGRLC_STANDBY_STATE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1240
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_STANDBY_STATE_IND;
#endif

#ifndef __T_CGRLC_READY_STATE_IND__
#define __T_CGRLC_READY_STATE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1241
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_READY_STATE_IND;
#endif

#ifndef __T_CGRLC_TA_VALUE_REQ__
#define __T_CGRLC_TA_VALUE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1242
 */
typedef struct
{
  U8                        ta_value;                 /*<  0:  1> Timing Advance Value.                              */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_CGRLC_TA_VALUE_REQ;
#endif

#ifndef __T_CGRLC_INT_LEVEL_REQ__
#define __T_CGRLC_INT_LEVEL_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1243
 */
typedef struct
{
  U8                        ilev[CGRLC_MAX_TIMESLOTS]; /*<  0:  8> Interference level                                 */
} T_CGRLC_INT_LEVEL_REQ;
#endif

#ifndef __T_CGRLC_TEST_MODE_IND__
#define __T_CGRLC_TEST_MODE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1244
 */
typedef struct
{
  U8                        test_mode_flag;           /*<  0:  1> Test mode flag.                                    */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_CGRLC_TEST_MODE_IND;
#endif

#ifndef __T_CGRLC_READY_TIMER_CONFIG_REQ__
#define __T_CGRLC_READY_TIMER_CONFIG_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1245
 */
typedef struct
{
  U32                       t3314_val;                /*<  0:  4> Value of T3314.                                    */
} T_CGRLC_READY_TIMER_CONFIG_REQ;
#endif

#ifndef __T_CGRLC_FORCE_TO_STANDBY_REQ__
#define __T_CGRLC_FORCE_TO_STANDBY_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1246
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_FORCE_TO_STANDBY_REQ;
#endif

#ifndef __T_CGRLC_PWR_CTRL_REQ__
#define __T_CGRLC_PWR_CTRL_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1247
 */
typedef struct
{
  T_CGRLC_pwr_ctrl          pwr_ctrl;                 /*<  0: 48> Power Control Information                          */
} T_CGRLC_PWR_CTRL_REQ;
#endif

#ifndef __T_CGRLC_PWR_CTRL_CNF__
#define __T_CGRLC_PWR_CTRL_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1248
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_CGRLC_PWR_CTRL_CNF;
#endif


#include "CDG_LEAVE.h"


#endif