FreeCalypso > hg > tcs211-l1-reconst
changeset 69:7f883b707182
l1_cmplx.c: l1s_ctrl_sb26() reconstructed
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 28 Mar 2016 04:01:33 +0000 |
parents | 455ae8f1e825 |
children | f5bb8ea497cb |
files | chipsetsw/layer1/cfile/l1_cmplx.c g23m/objdiff/l1_int/disasm.sh |
diffstat | 2 files changed, 2 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 03:38:35 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 04:01:33 2016 +0000 @@ -1840,7 +1840,7 @@ UWORD16 radio_freq = 0; UWORD32 time_alignmt = 0; #if (L1_12NEIGH ==1) - T_NCELL_SINGLE *cell_info_ptr = NULL; + T_NCELL_SINGLE *cell_info_ptr; if (task == SB26) cell_info_ptr = &l1a_l1s_com.nsync.list[l1a_l1s_com.nsync.active_sb_id]; @@ -1867,11 +1867,8 @@ cell_info_ptr = &l1a_l1s_com.nsync.list[l1a_l1s_com.nsync.active_sbconf_id]; } -if(cell_info_ptr != NULL)//OMAPS00090550 -{ radio_freq = cell_info_ptr->radio_freq; time_alignmt = cell_info_ptr->time_alignmt; -} #else // Get the cell information. @@ -1905,8 +1902,6 @@ // ******************************** temp = (UWORD32)(l1_config.params.fb26_anchoring_time - EPSILON_SYNC); #if (L1_12NEIGH ==1) - if(cell_info_ptr != NULL)//OMAPS00090550 - { if((cell_info_ptr->sb26_offset == 1) && (time_alignmt >= temp)) //omaps00090550 #else @@ -1920,9 +1915,6 @@ { nb_nop = 1; } - #if (L1_12NEIGH ==1) - } - #endif #if (L1_FF_MULTIBAND == 0)
--- a/g23m/objdiff/l1_int/disasm.sh Mon Mar 28 03:38:35 2016 +0000 +++ b/g23m/objdiff/l1_int/disasm.sh Mon Mar 28 04:01:33 2016 +0000 @@ -7,4 +7,5 @@ tiobjd ../../blobs/l1_int/$i.obj disasm -gl > $i.orig tiobjd ../../blobs/l1_int.upd/$i.obj disasm -gl > $i.tiupd tiobjd ../../__out__/gsm*/obj/l1_int/$i.obj disasm -gl > $i.new + tiobjd ../../__out__/gsm*/obj/l1_int/$i.obj disasm -gll > $i.newln done