# HG changeset patch # User Mychaela Falconia # Date 1459144831 0 # Node ID 5842e6defb950813f500f7c85afff7b440467cd0 # Parent 9db082cacbeb84da4232d6e527127fe38387aeda l1_cmplx.c reconstruction complete: l1_ext & l1_int objects match 20070608 diff -r 9db082cacbeb -r 5842e6defb95 chipsetsw/layer1/cfile/l1_cmplx.c --- a/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 05:42:52 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 06:00:31 2016 +0000 @@ -11220,7 +11220,6 @@ // "time_alignmt" must be corrected (use "modif_toa" from the SB read). // Check that "time_alignmt" do not become bigger than "TPU_CLOCK_RANGE". // If so, "fn_offset" must be decremented. - if(cell_ptr != NULL)//OMAPS00090550 time_alignmt = cell_ptr->time_alignmt + modif_toa; if(time_alignmt >= TPU_CLOCK_RANGE) { @@ -11252,7 +11251,6 @@ DEBUGMSG(status,NU_ALLOC_ERR) msg->SignalCode = SignalCode; ((T_MPHC_NCELL_SYNC_IND*)(msg->SigP))->sb_flag = flag; - if(cell_ptr != NULL)//OMAPS00090550 ((T_MPHC_NCELL_SYNC_IND*)(msg->SigP))->radio_freq = cell_ptr->radio_freq; ((T_MPHC_NCELL_SYNC_IND*)(msg->SigP))->bsic = bsic; ((T_MPHC_NCELL_SYNC_IND*)(msg->SigP))->fn_offset = fn_offset;