Commit db79d72b authored by Laurent's avatar Laurent

fix test replay

parent a55f4006
...@@ -22,7 +22,7 @@ void fullwrite(int fd, void *_buf, int count) { ...@@ -22,7 +22,7 @@ void fullwrite(int fd, void *_buf, int count) {
} else { } else {
AssertFatal(false,"Lost socket\n"); AssertFatal(false,"Lost socket\n");
} }
} else {
count -= l; count -= l;
buf += l; buf += l;
} }
......
...@@ -431,6 +431,7 @@ static void *scope_thread(void *arg) { ...@@ -431,6 +431,7 @@ static void *scope_thread(void *arg) {
PHY_vars_UE_g[0][0], PHY_vars_UE_g[0][0],
0, 0,
0,7); 0,7);
usleep(10000);
// printf("%s",stats_buffer); // printf("%s",stats_buffer);
} }
......
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