diff --git a/srslte/examples/pdsch_enodeb.c b/srslte/examples/pdsch_enodeb.c index 36b93d8d5..011164bd8 100644 --- a/srslte/examples/pdsch_enodeb.c +++ b/srslte/examples/pdsch_enodeb.c @@ -653,8 +653,8 @@ int main(int argc, char **argv) { start_of_burst=false; #endif } - nf++; } + nf++; sfn = (sfn + 1) % 1024; }