Commit 5dbb0e31 authored by Raymond Knopp's avatar Raymond Knopp

moved SL files from LTE_TRANSPORT TO LTE_UE_TRANSPORT

parent 32623507
......@@ -67,12 +67,12 @@ int initial_syncSL(PHY_VARS_UE *ue) {
if (rx_psbch(ue,0,0) == -1) {
ue->slbch_errors++;
LOG_I(PHY,"PBCH not decoded\n");
/*
write_output("rxsig0.m","rxs0",&ue->common_vars.rxdata_syncSL[0][0],40*ue->frame_parms.samples_per_tti,1,1);
write_output("corr0.m","rxsync0",sync_corr_ue0,40*ue->frame_parms.samples_per_tti,1,6);
write_output("corr1.m","rxsync1",sync_corr_ue1,40*ue->frame_parms.samples_per_tti,1,6);
exit(-1); */
exit(-1);
return(-1);
}
else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment