FreeCalypso > hg > tcs211-l1-reconst
changeset 68:455ae8f1e825
l1_cmplx.c: l1_cmplx.obj (l1_ext object) now matches 20070608 version
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 28 Mar 2016 03:38:35 +0000 |
parents | 0375d76ce7be |
children | 7f883b707182 |
files | chipsetsw/layer1/cfile/l1_cmplx.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 03:18:29 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 03:38:35 2016 +0000 @@ -11675,9 +11675,13 @@ { // Data downloaded from a_dd_gprs[0][]... word32 = info_address[4 + i]; // Get info word, rem: skip info. header. + #if 0 /* FreeCalypso TCS211 reconstruction */ if(j<23) + #endif ((T_MPHC_DATA_IND *)(msg->SigP))->l2_frame.A[j++] = (word32 & 0x000000ff); + #if 0 /* FreeCalypso TCS211 reconstruction */ if(j<23) + #endif ((T_MPHC_DATA_IND *)(msg->SigP))->l2_frame.A[j++] = (word32 & 0x0000ff00) >> 8; }