# HG changeset patch # User Mychaela Falconia # Date 1506926663 0 # Node ID 3d0f510f0420866af455adee81b8b80d447a3799 # Parent 38ece3f48a666df9af989ef0e7428c88ff2f62de l1p_cmpl.c: l1ps_read_single() reconstructed diff -r 38ece3f48a66 -r 3d0f510f0420 chipsetsw/layer1/p_cfile/l1p_cmpl.c --- a/chipsetsw/layer1/p_cfile/l1p_cmpl.c Mon Oct 02 06:38:38 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_cmpl.c Mon Oct 02 06:44:23 2017 +0000 @@ -1346,9 +1346,8 @@ if(l1ps.read_param.allocated_tbf == SINGLE_BLOCK_DL) { UWORD32 pm; - pm = (l1ps_dsp_com.pdsp_db_r_ptr->a_burst_pm_gprs[0] & 0xffff); + pm = (l1ps_dsp_com.pdsp_db_r_ptr->a_burst_pm_gprs[0] & 0xffff) >> 5; l1_check_pm_error(pm,task); - pm = pm >> 5; }