Commit 718f202a authored by Boris Djalal's avatar Boris Djalal

Adding fflush in source code.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent f0d1e73e
......@@ -26,7 +26,7 @@
<htmlTabName>run-OAI-gNB-NR-UE-USRP</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList>
090102
090101 000001 090102 000001 090103 090109
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
......
......@@ -1237,6 +1237,8 @@ int main( int argc, char **argv )
// wait for end of program
printf("TYPE <CTRL-C> TO TERMINATE\n");
fflush(stdout);
fflush(stderr);
//getchar();
#if defined(ENABLE_ITTI)
......
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