# HG changeset patch # User Mychaela Falconia # Date 1459137693 0 # Node ID 7f883b7071826e49a25554a9542b26ed053d2725 # Parent 455ae8f1e825ac82b98c71019716fd29731e7d34 l1_cmplx.c: l1s_ctrl_sb26() reconstructed diff -r 455ae8f1e825 -r 7f883b707182 chipsetsw/layer1/cfile/l1_cmplx.c --- 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) diff -r 455ae8f1e825 -r 7f883b707182 g23m/objdiff/l1_int/disasm.sh --- 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