view components/ppp @ 304:58c7961bd0b0
default tip
TCH tap: extend DL sniffing feature to support CSD modes
Our debug feature for TCH DL sniffing reads the content of the DSP's
a_dd_0 buffer (or a_dd_1 for TCH/H subchannel 1) at appropriate times
and forwards captured bits to the host. This feature was originally
implemented for TCH/FS, TCH/EFS and TCH/HS - now extend it to cover
TCH/F data modes too.
author
Mychaela Falconia <falcon@freecalypso.org>
date
Mon, 25 Nov 2024 23:33:27 +0000 (5 months ago)
parents
e58a5bb12de4
children
line source
+ − # Building ppp.lib from the TCS3.2 source
+ −
+ − CFLAGS="-me -mt -o -pw2 -x -mw"
+ −
+ − # Defines
+ −
+ − CPPFLAGS=-DCCDTABLES_EXTERN
+ − CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD"
+ − CPPFLAGS="$CPPFLAGS -DNEW_FRAME"
+ − CPPFLAGS="$CPPFLAGS -DNEW_ENTITY"
+ − CPPFLAGS="$CPPFLAGS -D_TARGET_"
+ − CPPFLAGS="$CPPFLAGS -DSHARED_VSI"
+ − CPPFLAGS="$CPPFLAGS -DALR"
+ − CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE"
+ − CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON"
+ − CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC"
+ − CPPFLAGS="$CPPFLAGS -DFF_CPHS"
+ − CPPFLAGS="$CPPFLAGS -D_TMS470"
+ − CPPFLAGS="$CPPFLAGS -DUART"
+ − CPPFLAGS="$CPPFLAGS -DFF_ATI"
+ − CPPFLAGS="$CPPFLAGS -DNWARN"
+ − CPPFLAGS="$CPPFLAGS -DFF_EM_MODE"
+ − CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION"
+ −
+ − if [ "$GPRS" = 1 ]
+ − then
+ − CPPFLAGS="$CPPFLAGS -DGPRS"
+ − fi
+ −
+ − CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER"
+ − CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE"
+ −
+ − if [ "$SRVC" != 0 ]
+ − then
+ − CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA"
+ − if [ "$SRVC" = 1 ]
+ − then
+ − CPPFLAGS="$CPPFLAGS -DFF_FAX"
+ − fi
+ − CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE"
+ − fi
+ −
+ − CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC"
+ − CPPFLAGS="$CPPFLAGS -DDTI2"
+ − CPPFLAGS="$CPPFLAGS -DDTILIB"
+ − CPPFLAGS="$CPPFLAGS -DPPP_FLASH_ROM"
+ − CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
+ − CPPFLAGS="$CPPFLAGS -DBOARD=41"
+ −
+ − if [ "$MEMSUPER" != 0 ]
+ − then
+ − CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
+ − fi
+ −
+ − # Includes
+ −
+ − SRCDIR=$SRC/g23m-fad/ppp
+ −
+ − CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
+ − CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
+ − CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include"
+ − CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc"
+ − CPPFLAGS="$CPPFLAGS -I$SRCDIR"
+ − CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline"
+ − CPPFLAGS="$CPPFLAGS -I.."
+ − CPPFLAGS="$CPPFLAGS -I../config"
+ −
+ − # Source modules
+ −
+ − cfile_str2ind $SRCDIR/ppp_arbf.c
+ − cfile_str2ind $SRCDIR/ppp_arbp.c
+ − cfile_str2ind $SRCDIR/ppp_arbs.c
+ − cfile_str2ind $SRCDIR/ppp_frxf.c
+ − cfile_str2ind $SRCDIR/ppp_frxp.c
+ − cfile_str2ind $SRCDIR/ppp_frxs.c
+ − cfile_str2ind $SRCDIR/ppp_ftxf.c
+ − #cfile_str2ind $SRCDIR/ppp_ftxp.c
+ − cfile_str2ind $SRCDIR/ppp_ftxs.c
+ − cfile_str2ind $SRCDIR/ppp_lcpf.c
+ − cfile_str2ind $SRCDIR/ppp_lcpp.c
+ − cfile_str2ind $SRCDIR/ppp_lcps.c
+ − cfile_str2ind $SRCDIR/ppp_onaf.c
+ − cfile_str2ind $SRCDIR/ppp_onap.c
+ − cfile_str2ind $SRCDIR/ppp_onas.c
+ − cfile_str2ind $SRCDIR/ppp_ncpf.c
+ − cfile_str2ind $SRCDIR/ppp_ncpp.c
+ − cfile_str2ind $SRCDIR/ppp_ncps.c
+ − cfile_str2ind $SRCDIR/ppp_papf.c
+ − cfile_str2ind $SRCDIR/ppp_papp.c
+ − cfile_str2ind $SRCDIR/ppp_paps.c
+ − cfile_str2ind $SRCDIR/ppp_capf.c
+ − cfile_str2ind $SRCDIR/ppp_capp.c
+ − cfile_str2ind $SRCDIR/ppp_caps.c
+ − cfile_str2ind $SRCDIR/ppp_pei.c
+ − cfile_str2ind $SRCDIR/ppp_prxf.c
+ − cfile_str2ind $SRCDIR/ppp_prxp.c
+ − cfile_str2ind $SRCDIR/ppp_prxs.c
+ − cfile_str2ind $SRCDIR/ppp_ptxf.c
+ − cfile_str2ind $SRCDIR/ppp_ptxp.c
+ − cfile_str2ind $SRCDIR/ppp_ptxs.c
+ − cfile_str2ind $SRCDIR/ppp_rtf.c
+ − cfile_str2ind $SRCDIR/ppp_rtp.c
+ − cfile_str2ind $SRCDIR/ppp_rts.c
+ − cfile_str2ind $SRCDIR/ppp_tbls.c