mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
nr-uesoftmodem: end with Bye.
Similarly to gNB, eNB, lteUE, end with a "Bye." that the CI (will) check for. The right way to do this would be to use the exit code, but most executables do not actually end with 0, such that we need to check for this. Thus, this commit is only to harmonize with other executables.
This commit is contained in:
@@ -500,6 +500,7 @@ int main(int argc, char **argv)
|
||||
time_manager_finish();
|
||||
|
||||
free(pckg);
|
||||
printf("Bye.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user