changeset 308:c9e7acd56fe2

l1p_cmpl.c: reconstruction complete, both l1p_cmpl.obj and l1p_cmpl_intram.obj perfectly match original 20070608 objects
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Oct 2017 20:06:02 +0000
parents b3831227ecb1
children 871cf4253768
files chipsetsw/layer1/p_cfile/l1p_cmpl.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 19:39:27 2017 +0000
+++ b/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 20:06:02 2017 +0000
@@ -3463,15 +3463,14 @@
     // **************************************************
 
     // Read control information.
-    pm = (l1ps_dsp_com.pdsp_db_r_ptr->a_burst_pm_gprs[ts] & 0xffff);
+    pm = (l1ps_dsp_com.pdsp_db_r_ptr->a_burst_pm_gprs[ts] & 0xffff) >> 5;
     l1_check_pm_error(pm,PTCCH);
-    pm = pm >> 5;
 
     if(l1s.actual_time.fn_mod104 == 91)
     // Read PTCCH/DL data block from DSP/MCU interface, a_dd_md_gprs[].
     {
       BOOL   crc;
-      UWORD8 ordered_ta =0 ;//omaps00090550
+      UWORD8 ordered_ta;
 
       crc = (l1ps_dsp_com.pdsp_ndb_ptr->a_dd_md_gprs[0] & 0x0100) >> 8;