FreeCalypso > hg > fc-magnetite
view src/g23m-gprs/sndcp/sndcp_sdaf.h @ 685:3fb7384e820d
tpudrv12.h: FCDEV3B goes back to being itself
A while back we had the idea of a FreeCalypso modem family whereby our
current fcdev3b target would some day morph into fcmodem, with multiple
FC modem family products, potentially either triband or quadband, being
firmware-compatible with each other and with our original FCDEV3B. But
in light of the discovery of Tango modules that earlier idea is now being
withdrawn: instead the already existing Tango hw is being adopted into
our FreeCalypso family.
Tango cannot be firmware-compatible with triband OM/FCDEV3B targets
because the original quadband RFFE on Tango modules is wired in TI's
original Leonardo arrangement. Because this Leonardo/Tango way is now
becoming the official FreeCalypso way of driving quadband RFFEs thanks
to the adoption of Tango into our FC family, our earlier idea of
extending FIC's triband RFFE control signals with TSPACT5 no longer makes
much sense - we will probably never produce any new hardware with that
once-proposed arrangement. Therefore, that triband-or-quadband FCFAM
provision is being removed from the code base, and FCDEV3B goes back to
being treated the same way as CONFIG_TARGET_GTAMODEM for RFFE control
purposes.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 24 Sep 2020 21:03:08 +0000 |
parents | 219afcfc6250 |
children |
line wrap: on
line source
/* +----------------------------------------------------------------------------- | Project : GPRS (8441) | Modul : sndcp_sdaf.h +----------------------------------------------------------------------------- | Copyright 2002 Texas Instruments Berlin, AG | All rights reserved. | | This file is confidential and a trade secret of Texas | Instruments Berlin, AG | The receipt of or possession of this file does not convey | any rights to reproduce or disclose its contents or to | manufacture, use, or sell anything it may describe, in | whole, or in part, without the specific written consent of | Texas Instruments Berlin, AG. +----------------------------------------------------------------------------- | Purpose : Definitions for sndcp_sdaf.c +----------------------------------------------------------------------------- */ /*---- HISTORY --------------------------------------------------------------*/ #if 0 $Log:: /GPRS/Condat/MS/SRC/SNDCP/sndcp_sdaf.h $ * * 8 15.05.00 16:55 Hk * T H E E N D. * * 7 15.05.00 16:16 Hk * backup. * * 6 9.05.00 18:59 Hk * XID negotiation work in progress. Backup. * * 5 18.04.00 18:47 Hk * Backup. Work on XID negotiation. * * 4 30.03.00 16:04 Hk * * 3 17.03.00 18:03 Hk * Acknowledged data transfer is now implemented and tested uplink and * downlink. * * 2 10.03.00 17:49 Hk * Backup. First downlink ack data transfer ok (case 700). * * 1 10.03.00 11:43 Hk * Initial. * #endif #ifndef SNDCP_SDAF_H #define SNDCP_SDAF_H /* * Convenience functions, not in SDL */ EXTERN BOOL sda_f_bit (T_LL_DATA_IND* ll_data_ind); EXTERN UBYTE sda_get_pcomp (T_LL_DATA_IND* ll_data_ind); EXTERN BOOL sda_m_bit (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_is_seg_valid(T_LL_DATA_IND* ll_data_ind, BOOL* valid); EXTERN void sda_is_nsapi_rec (UBYTE nsapi, BOOL* b); EXTERN void sda_set_nsapi_rec(UBYTE nsapi, BOOL b); EXTERN void sda_ac_f_f0 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_ac_f_f1_m0 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_ac_f_f1_m1 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_ac_s_f0_m0 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_ac_s_f0_m1 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_ac_s_f1_m0 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_ac_s_f1_m1 (T_LL_DATA_IND* ll_data_ind); EXTERN void sda_delete_cur_sn_data_ind (U8 nsapi); EXTERN void sda_get_data_if_nec (UBYTE sapi); EXTERN void sda_init (void); EXTERN void sda_get_nsapi(T_LL_DATA_IND* ll_data_ind, UBYTE* nsapi); #endif /* !SNDCP_SDF_H */