From 680dbff396e7c08798598d471aab618ee295bb8a Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 8 Jun 2017 12:57:34 +0200 Subject: [PATCH] restored code changed for testing --- lib/examples/pdsch_ue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/examples/pdsch_ue.c b/lib/examples/pdsch_ue.c index f7487c529..72dc36731 100644 --- a/lib/examples/pdsch_ue.c +++ b/lib/examples/pdsch_ue.c @@ -558,7 +558,7 @@ int main(int argc, char **argv) { if ((srslte_ue_sync_get_sfidx(&ue_sync) == 5 && (sfn%2)==0)) { decode_pdsch = true; } else { - decode_pdsch = true; + decode_pdsch = false; } } if (decode_pdsch) {