view cdg211/cdginc/p_snsm.h @ 624:012028896cfb

FFS dev.c, Leonardo target: Fujitsu MB84VF5F5F4J2 #if 0'ed out The FFS code we got from TI/Openmoko had a stanza for "Fujitsu MB84VF5F5F4J2 stacked device", using a fake device ID code that would need to be patched manually into cfgffs.c (suppressing and overriding autodetection) and using an FFS base address in the nCS2 bank, indicating that this FFS config was probably meant for the MCP version of Leonardo which allows for 16 MiB flash with a second bank on nCS2. We previously had this FFS config stanza conditionalized under CONFIG_TARGET_LEONARDO because the base address contained therein is invalid for other targets, but now that we actually have a Leonardo build target in FC Magnetite, I realize that the better approach is to #if 0 out this stanza altogether: it is already non-functional because it uses a fake device ID code, thus it is does not add support for more Leonardo board variants, instead it is just noise.
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 22 Dec 2019 21:24:29 +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