view cdg3/cdginc-locosto/p_8010_135_sn_sap.h @ 600:8f50b202e81f

board preprocessor conditionals: prep for more FC hw in the future This change eliminates the CONFIG_TARGET_FCDEV3B preprocessor symbol and all preprocessor conditionals throughout the code base that tested for it, replacing them with CONFIG_TARGET_FCFAM or CONFIG_TARGET_FCMODEM. These new symbols are specified as follows: CONFIG_TARGET_FCFAM is intended to cover all hardware designs created by Mother Mychaela under the FreeCalypso trademark. This family will include modem products (repackagings of the FCDEV3B, possibly with RFFE or even RF transceiver changes), and also my desired FreeCalypso handset product. CONFIG_TARGET_FCMODEM is intended to cover all FreeCalypso modem products (which will be firmware-compatible with the FCDEV3B if they use TI Rita transceiver, or will require a different fw build if we switch to one of Silabs Aero transceivers), but not the handset product. Right now this CONFIG_TARGET_FCMODEM preprocessor symbol is used to conditionalize everything dealing with MCSI. At the present moment the future of FC hardware evolution is still unknown: it is not known whether we will ever have any beyond-FCDEV3B hardware at all (contingent on uncertain funding), and if we do produce further FC hardware designs, it is not known whether they will retain the same FIC modem core (triband), if we are going to have a quadband design that still retains the classic Rita transceiver, or if we are going to switch to Silabs Aero II or some other transceiver. If we produce a quadband modem that still uses Rita, it will run exactly the same fw as the FCDEV3B thanks to the way we define TSPACT signals for the RF_FAM=12 && CONFIG_TARGET_FCFAM combination, and the current fcdev3b build target will be renamed to fcmodem. OTOH, if that putative quadband modem will be Aero-based, then it will require a different fw build target, the fcdev3b target will stay as it is, and the two targets will both define CONFIG_TARGET_FCFAM and CONFIG_TARGET_FCMODEM, but will have different RF_FAM numbers. But no matter which way we are going to evolve, it is not right to have conditionals on CONFIG_TARGET_FCDEV3B in places like ACI, and the present change clears the way for future evolution.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 01 Apr 2019 01:05:24 +0000
parents c15047b3d00d
children
line wrap: on
line source

/*
+--------------------------------------------------------------------------+
| PROJECT : PROTOCOL STACK                                                 |
| FILE    : p_8010_135_sn_sap.h                                            |
| SOURCE  : "sap\8010_135_sn_sap.pdf"                                      |
| LastModified : "2004-06-08"                                              |
| IdAndVersion : "8010.135.04.012"                                         |
| SrcFileTime  : "Thu Nov 29 09:27:14 2007"                                |
| Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 2014                   |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : SN
 * COMPATIBILITY_DEFINES  : NO
 * ALWAYS_ENUM_IN_VAL_FILE: YES
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_8010_135_SN_SAP_H
#define P_8010_135_SN_SAP_H


#define CDG_ENTER__P_8010_135_SN_SAP_H

#define CDG_ENTER__FILENAME _P_8010_135_SN_SAP_H
#define CDG_ENTER__P_8010_135_SN_SAP_H__FILE_TYPE CDGINC
#define CDG_ENTER__P_8010_135_SN_SAP_H__LAST_MODIFIED _2004_06_08
#define CDG_ENTER__P_8010_135_SN_SAP_H__ID_AND_VERSION _8010_135_04_012

#define CDG_ENTER__P_8010_135_SN_SAP_H__SRC_FILE_TIME _Thu_Nov_29_09_27_14_2007

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_8010_135_SN_SAP_H

#undef CDG_ENTER__FILENAME


#include "p_8010_135_sn_sap.val"

#include "p_8010_137_nas_include.h"

#include "p_8010_152_ps_include.h"

#include "p_8010_153_cause_include.h"


/*
 * typedef between var and valtab enums
 */
#ifndef __T_SN_establish__
#define __T_SN_establish__
typedef T_SN_VAL_establish T_SN_establish;
#endif

#ifndef __T_SN_desc_list2__
#define __T_SN_desc_list2__
/*
 * DTI parameters
 * CCDGEN:WriteStruct_Count==1265
 */
typedef struct
{
  U16                       list_len;                 /*<  0:  2> Octet count of data in all descriptors             */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  U32                       first;                    /*<  4:  4> Pointer to first descriptor in list                */
} T_SN_desc_list2;
#endif

#ifndef __T_SN_ul_pdus__
#define __T_SN_ul_pdus__
/*
 * Sequence number and descriptor list handles pr. NSAPI
 * CCDGEN:WriteStruct_Count==1266
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        dl_sequence_number;       /*<  1:  1> Sequence number of last unacknowledged downlink PDU (used by the network) */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        c_desc_list2;             /*<  3:  1> counter                                            */
  T_SN_desc_list2           *ptr_desc_list2;          /*<  4:  4> pointer to DTI parameters                          */
} T_SN_ul_pdus;
#endif

#ifndef __T_SN_receive_no_list__
#define __T_SN_receive_no_list__
/*
 * Ssequence numbers and MEM  handles pr. NSAPI
 * CCDGEN:WriteStruct_Count==1267
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        receive_no;               /*<  1:  1> Receive NPDU number                                */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SN_receive_no_list;
#endif


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

#ifndef __T_SN_ACTIVATE_CNF__
#define __T_SN_ACTIVATE_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1268
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  T_NAS_comp_params         comp_params;              /*<  4:  4> Header compression parameters (type defined in "p_8010_137_nas_include.h") */
} T_SN_ACTIVATE_CNF;
#endif

#ifndef __T_SN_ACTIVATE_REQ__
#define __T_SN_ACTIVATE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1269
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        sapi;                     /*<  1:  1> T_PS_sapi,  Service Access Point Identifier        */
  U8                        radio_prio;               /*<  2:  1> T_PS_radio_prio,  Radio priority                   */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
  T_PS_qos_r97              snsm_qos;                 /*<  4:  8> quality of service R97 (type defined in "p_8010_152_ps_include.h") */
  U8                        establish;                /*< 12:  1> T_SN_establish,                                    */
  U8                        _align1;                  /*< 13:  1> alignment                                          */
  U8                        _align2;                  /*< 14:  1> alignment                                          */
  U8                        _align3;                  /*< 15:  1> alignment                                          */
  T_NAS_comp_params         comp_params;              /*< 16:  4> Header compression parameters (type defined in "p_8010_137_nas_include.h") */
  U16                       pkt_flow_id;              /*< 20:  2> T_PS_pkt_flow_id,  packet flow identifier          */
  U8                        _align4;                  /*< 22:  1> alignment                                          */
  U8                        _align5;                  /*< 23:  1> alignment                                          */
} T_SN_ACTIVATE_REQ;
#endif

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

#ifndef __T_SN_DEACTIVATE_REQ__
#define __T_SN_DEACTIVATE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1271
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        rel_ind;                  /*<  1:  1> T_PS_rel_ind,  Local Release Indicator             */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SN_DEACTIVATE_REQ;
#endif

#ifndef __T_SN_GET_PENDING_PDU_CNF__
#define __T_SN_GET_PENDING_PDU_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1272
 */
typedef struct
{
  U8                        _align0;                  /*<  0:  1> alignment                                          */
  U8                        _align1;                  /*<  1:  1> alignment                                          */
  U8                        _align2;                  /*<  2:  1> alignment                                          */
  U8                        c_ul_pdus;                /*<  3:  1> counter                                            */
  T_SN_ul_pdus              ul_pdus[NAS_SIZE_NSAPI];  /*<  4:128> Sequence number and descriptor list handles pr. NSAPI */
} T_SN_GET_PENDING_PDU_CNF;
#endif

#ifndef __T_SN_GET_PENDING_PDU_REQ__
#define __T_SN_GET_PENDING_PDU_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1273
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_SN_GET_PENDING_PDU_REQ;
#endif

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

#ifndef __T_SN_MODIFY_REQ__
#define __T_SN_MODIFY_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1275
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        sapi;                     /*<  1:  1> T_PS_sapi,  Service Access Point Identifier        */
  U8                        radio_prio;               /*<  2:  1> T_PS_radio_prio,  Radio priority                   */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
  T_PS_qos_r97              snsm_qos;                 /*<  4:  8> quality of service R97 (type defined in "p_8010_152_ps_include.h") */
  U16                       pkt_flow_id;              /*< 12:  2> T_PS_pkt_flow_id,  packet flow identifier          */
  U8                        _align1;                  /*< 14:  1> alignment                                          */
  U8                        _align2;                  /*< 15:  1> alignment                                          */
} T_SN_MODIFY_REQ;
#endif

#ifndef __T_SN_STATUS_IND__
#define __T_SN_STATUS_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1276
 */
typedef struct
{
  U16                       nsapi_set;                /*<  0:  2> set of network layer service access point identifiers */
  U8                        sapi;                     /*<  2:  1> T_PS_sapi,  Service Access Point Identifier        */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
  T_CAUSE_ps_cause          ps_cause;                 /*<  4:  4> Cause element containing result of operation (type defined in "p_8010_153_cause_include.h") */
} T_SN_STATUS_IND;
#endif

#ifndef __T_SN_SEQUENCE_REQ__
#define __T_SN_SEQUENCE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1277
 */
typedef struct
{
  U8                        _align0;                  /*<  0:  1> alignment                                          */
  U8                        _align1;                  /*<  1:  1> alignment                                          */
  U8                        _align2;                  /*<  2:  1> alignment                                          */
  U8                        c_receive_no_list;        /*<  3:  1> counter                                            */
  T_SN_receive_no_list      receive_no_list[NAS_SIZE_NSAPI]; /*<  4: 64> Ssequence numbers and MEM  handles pr. NSAPI       */
} T_SN_SEQUENCE_REQ;
#endif

#ifndef __T_SN_SEQUENCE_CNF__
#define __T_SN_SEQUENCE_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1278
 */
typedef struct
{
  U8                        _align0;                  /*<  0:  1> alignment                                          */
  U8                        _align1;                  /*<  1:  1> alignment                                          */
  U8                        _align2;                  /*<  2:  1> alignment                                          */
  U8                        c_receive_no_list;        /*<  3:  1> counter                                            */
  T_SN_receive_no_list      receive_no_list[NAS_SIZE_NSAPI]; /*<  4: 64> Ssequence numbers and MEM  handles pr. NSAPI       */
} T_SN_SEQUENCE_CNF;
#endif

#ifndef __T_SN_COUNT_REQ__
#define __T_SN_COUNT_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1279
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        reset;                    /*<  1:  1> T_NAS_reset,  reset flag                           */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SN_COUNT_REQ;
#endif

#ifndef __T_SN_COUNT_CNF__
#define __T_SN_COUNT_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1280
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  U32                       octets_uplink;            /*<  4:  4> octets uplink                                      */
  U32                       octets_downlink;          /*<  8:  4> octets downlink                                    */
  U32                       packets_uplink;           /*< 12:  4> packets uplink                                     */
  U32                       packets_downlink;         /*< 16:  4> packets downlink                                   */
} T_SN_COUNT_CNF;
#endif

#ifndef __T_SN_DTI_REQ__
#define __T_SN_DTI_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1281
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> T_NAS_nsapi,  network layer service access point identifier */
  U8                        dti_conn;                 /*<  1:  1> T_NAS_dti_conn,  DTI connect                       */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  U32                       dti_linkid;               /*<  4:  4> DTI link identifier                                */
  U32                       dti_neighbor;             /*<  8:  4> DTI neighbor entity name.                          */
  U8                        dti_direction;            /*< 12:  1> T_NAS_dti_direction,  direction of DTI connection  */
  U8                        _align2;                  /*< 13:  1> alignment                                          */
  U8                        _align3;                  /*< 14:  1> alignment                                          */
  U8                        _align4;                  /*< 15:  1> alignment                                          */
} T_SN_DTI_REQ;
#endif

#ifndef __T_SN_DTI_CNF__
#define __T_SN_DTI_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1282
 */
typedef struct
{
  U32                       dti_linkid;               /*<  0:  4> DTI link identifier                                */
  U8                        dti_conn;                 /*<  4:  1> T_NAS_dti_conn,  DTI connect                       */
  U8                        _align0;                  /*<  5:  1> alignment                                          */
  U8                        _align1;                  /*<  6:  1> alignment                                          */
  U8                        _align2;                  /*<  7:  1> alignment                                          */
} T_SN_DTI_CNF;
#endif


#include "CDG_LEAVE.h"


#endif