changeset 74:5842e6defb95

l1_cmplx.c reconstruction complete: l1_ext & l1_int objects match 20070608
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 28 Mar 2016 06:00:31 +0000
parents 9db082cacbeb
children 047d3d74908b
files chipsetsw/layer1/cfile/l1_cmplx.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;