This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Patch Set 2:
(1 comment)
https://gerrit.osmocom.org/#/c/2021/2/OsmoSGSN/chapters/running.adoc
File OsmoSGSN/chapters/running.adoc:
Line 15: Print a short help message about the supported options
wait a minute, osmo-sgsn has no --version option? Let's add a version option in handle_options() with:
case 'V':
print_version(1);
exit(0);
break;
and then fix to say "OsmoSGSN" here?
--
To view, visit https://gerrit.osmocom.org/2021
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I73b0d042620792b8f2d58572f801410aa964aa25
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-HasComments: Yes