view cdg211/cdginc/p_snsm.h @ 638:cab2f315827e

FFS dev.c: added Spansion PL032J to the "generic" table With the discovery of first GTM900 and then Tango, it now appears that Openmoko was not the only manuf after all who kept TI's TCS211 firmware largely intact (as opposed to changing it beyond all recognition like Compal, Chi-Mei and BenQ did), thus we are now getting new "alien" targets on which we reuse the original manuf's FFS with IMEI and RF calibration tables as if it were native. On these targets we use the original device table for FFS, even though we previously thought that it would never apply to any target other than dsample, leonardo and gtamodem. We have previously added Samsung K5L33xxCAM (a new kind of multi-ID device) to the generic table to support its use in Huawei GTM900-B modules; now we got news that some slightly older GTM900-B specimen used S71PL032J instead, so we are now adding PL032J as well.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 30 Jan 2020 17:45:48 +0000
parents 56abf6cf8a0b
children
line wrap: on
line source

/*
+--------------------------------------------------------------------------+
| PROJECT : PROTOCOL STACK                                                 |
| FILE    : p_snsm.h                                                       |
| SOURCE  : "__out__\g23m_dfile\prim\snsm.pdf"                             |
| LastModified : "2000-06-02"                                              |
| IdAndVersion : "8441.109.99.005"                                         |
| SrcFileTime  : "Tue Mar 29 15:21:40 2005"                                |
| Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:16 2007                    |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : NONE
 * COMPATIBILITY_DEFINES  : NO (require PREFIX)
 * ALWAYS_ENUM_IN_VAL_FILE: NO
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_SNSM_H
#define P_SNSM_H


#define CDG_ENTER__P_SNSM_H

#define CDG_ENTER__FILENAME _P_SNSM_H
#define CDG_ENTER__P_SNSM_H__FILE_TYPE CDGINC
#define CDG_ENTER__P_SNSM_H__LAST_MODIFIED _2000_06_02
#define CDG_ENTER__P_SNSM_H__ID_AND_VERSION _8441_109_99_005

#define CDG_ENTER__P_SNSM_H__SRC_FILE_TIME _Tue_Mar_29_15_21_40_2005

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_SNSM_H

#undef CDG_ENTER__FILENAME


#include "p_snsm.val"

#ifndef __T_snsm_qos__
#define __T_snsm_qos__
/*
 * quality of service
 * CCDGEN:WriteStruct_Count==2161
 */
typedef struct
{
  U8                        delay;                    /*<  0:  1> delay class                                        */
  U8                        relclass;                 /*<  1:  1> reliablility class                                 */
  U8                        peak;                     /*<  2:  1> peak throughput                                    */
  U8                        preced;                   /*<  3:  1> precedence class                                   */
  U8                        mean;                     /*<  4:  1> main throughput                                    */
  U8                        _align0;                  /*<  5:  1> alignment                                          */
  U8                        _align1;                  /*<  6:  1> alignment                                          */
  U8                        _align2;                  /*<  7:  1> alignment                                          */
} T_snsm_qos;
#endif


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

#ifndef __T_SNSM_ACTIVATE_IND__
#define __T_SNSM_ACTIVATE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2162
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  T_snsm_qos                snsm_qos;                 /*<  4:  8> quality of service                                 */
  U8                        sapi;                     /*< 12:  1> service access point identifier                    */
  U8                        radio_prio;               /*< 13:  1> radio priority                                     */
  U8                        ppp_hc;                   /*< 14:  1> header compression of PPP connection               */
  U8                        msid;                     /*< 15:  1> max slot identifier                                */
  U8                        dcomp;                    /*< 16:  1> Data compression used/requested                    */
  U8                        hcomp;                    /*< 17:  1> Header compression used/requested                  */
  U8                        _align3;                  /*< 18:  1> alignment                                          */
  U8                        _align4;                  /*< 19:  1> alignment                                          */
  U32                       dti_linkid;               /*< 20:  4> DTI link identifier                                */
  U32                       dti_neighbor;             /*< 24:  4> DTI neighbor entity name                           */
  U8                        dti_direction;            /*< 28:  1> direction of DTI connection                        */
  U8                        _align5;                  /*< 29:  1> alignment                                          */
  U8                        _align6;                  /*< 30:  1> alignment                                          */
  U8                        _align7;                  /*< 31:  1> alignment                                          */
} T_SNSM_ACTIVATE_IND;
#endif

#ifndef __T_SNSM_ACTIVATE_RES__
#define __T_SNSM_ACTIVATE_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2163
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        ppp_hc;                   /*<  1:  1> header compression of PPP connection               */
  U8                        msid;                     /*<  2:  1> max slot identifier                                */
  U8                        dcomp;                    /*<  3:  1> Data compression used/requested                    */
  U8                        hcomp;                    /*<  4:  1> Header compression used/requested                  */
  U8                        _align0;                  /*<  5:  1> alignment                                          */
  U8                        _align1;                  /*<  6:  1> alignment                                          */
  U8                        _align2;                  /*<  7:  1> alignment                                          */
} T_SNSM_ACTIVATE_RES;
#endif

#ifndef __T_SNSM_DEACTIVATE_IND__
#define __T_SNSM_DEACTIVATE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2164
 */
typedef struct
{
  U16                       nsapi_set;                /*<  0:  2> set of network layer service access point identifiers */
  U8                        rel_ind;                  /*<  2:  1> Release indicator                                  */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_SNSM_DEACTIVATE_IND;
#endif

#ifndef __T_SNSM_DEACTIVATE_RES__
#define __T_SNSM_DEACTIVATE_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2165
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_SNSM_DEACTIVATE_RES;
#endif

#ifndef __T_SNSM_MODIFY_IND__
#define __T_SNSM_MODIFY_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2166
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  T_snsm_qos                snsm_qos;                 /*<  4:  8> quality of service                                 */
  U8                        sapi;                     /*< 12:  1> service access point identifier                    */
  U8                        radio_prio;               /*< 13:  1> radio priority                                     */
  U8                        send_no;                  /*< 14:  1> send n-pdu number                                  */
  U8                        rec_no;                   /*< 15:  1> receive n-pdu number                               */
} T_SNSM_MODIFY_IND;
#endif

#ifndef __T_SNSM_MODIFY_RES__
#define __T_SNSM_MODIFY_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2167
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_SNSM_MODIFY_RES;
#endif

#ifndef __T_SNSM_STATUS_REQ__
#define __T_SNSM_STATUS_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==2168
 */
typedef struct
{
  U8                        sapi;                     /*<  0:  1> service access point identifier                    */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U16                       status_cause;             /*<  2:  2> Cause of the error                                 */
} T_SNSM_STATUS_REQ;
#endif

#ifndef __T_SNSM_SEQUENCE_IND__
#define __T_SNSM_SEQUENCE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2169
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        rec_no;                   /*<  1:  1> receive n-pdu number                               */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SNSM_SEQUENCE_IND;
#endif

#ifndef __T_SNSM_SEQUENCE_RES__
#define __T_SNSM_SEQUENCE_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2170
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        rec_no;                   /*<  1:  1> receive n-pdu number                               */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SNSM_SEQUENCE_RES;
#endif


#include "CDG_LEAVE.h"


#endif