FreeCalypso > hg > tcs211-l1-reconst
changeset 241:1b48892cee25
l1tm_stats.c: passes compilation, but doesn't match yet
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jan 2017 17:28:17 +0000 |
parents | 2fe45f9bebf8 |
children | f8f7024caae3 |
files | chipsetsw/layer1/tm_cfile/l1tm_stats.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/tm_cfile/l1tm_stats.c Sun Jan 15 17:25:02 2017 +0000 +++ b/chipsetsw/layer1/tm_cfile/l1tm_stats.c Sun Jan 15 17:28:17 2017 +0000 @@ -395,11 +395,13 @@ #if L1_GPRS l1tm.tmode_stats.nb_dl_pdtch_slots = 0; +#if 0 /* FreeCalypso TCS211 reconstruction: LoCosto-ism removed */ // Stats Bler l1tm.tmode_stats.bler_total_blocks = 0; for (i=0;i<4;i++) l1tm.tmode_stats.bler_crc[i] = 0; #endif +#endif }