# HG changeset patch # User Mychaela Falconia # Date 1459136315 0 # Node ID 455ae8f1e825ac82b98c71019716fd29731e7d34 # Parent 0375d76ce7befb2204cce910dede331b98104e2c l1_cmplx.c: l1_cmplx.obj (l1_ext object) now matches 20070608 version diff -r 0375d76ce7be -r 455ae8f1e825 chipsetsw/layer1/cfile/l1_cmplx.c --- 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; }