FreeCalypso > hg > tcs211-l1-reconst
changeset 294:ff9fbb4a4ecf
l1p_asyn.c: reconstruction complete, perfect match to TCS211 object
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 02 Oct 2017 05:57:54 +0000 |
parents | c98b6ae0f7f1 |
children | 38ef7d6a6277 |
files | chipsetsw/layer1/p_cfile/l1p_asyn.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_asyn.c Mon Oct 02 05:29:02 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_asyn.c Mon Oct 02 05:57:54 2017 +0000 @@ -2318,6 +2318,7 @@ // We enter in Packet Transfer mode. //--------------------------------- { +#if 0 /* FreeCalypso: the following code is not present in TCS211 */ #if (CODE_VERSION != SIMULATION) //no meas when entering in Transfer if no BA list initialized //stay in this state and wait for a MPHP_TCR_MEAS_REQ from L3 @@ -2325,6 +2326,7 @@ (l1pa_l1ps_com.tcr_freq_list.new_list_present == FALSE) && (l1a_l1s_com.ba_list.nbr_carrier == 0)) return; #endif +#endif // Set parameter synchro semaphore for P_TCRMS_MEAS task. l1pa_l1ps_com.meas_param |= P_TCRMS_MEAS; @@ -2386,6 +2388,7 @@ l1pa_l1ps_com.cres_freq_list.alist->nb_carrier = 0; l1pa_l1ps_com.tcr_freq_list.new_list_present = FALSE; } +#if 0 /* FreeCalypso: the following code is not present in TCS211 */ else if(SignalCode == MPHP_TCR_MEAS_REQ) // Restart Packet Transfer measurement in TBF after @@ -2436,6 +2439,7 @@ // step in state machine. *state = WAIT_RESULT; } +#endif // End of process. end_process = 1;