view cdg211/cdginc/p_snsm.h @ 632:d968a3216ba0

new tangomdm build target TCS211/Magnetite built for target leonardo runs just fine on the Tango-based Caramel board, but a more proper tangomdm build target is preferable in order to better market these Tango modems to prospective commercial customers. The only differences are in GPIO and MCSI config: * MCSI is enabled in the tangomdm build config. * GPIO 1 is loudspeaker amplifier control on Leonardo, but on Tango platforms it can be used for anything. On Caramel boards this GPIO should be configured as an output driving high. * GPIO 2 needs to be configured as Calypso input on Leonardo, but on Tango platforms it can be used for anything. On Caramel boards this GPIO should be configured as an output, either high or low is OK.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 04 Jan 2020 19:27:41 +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