Attention is currently required from: neels.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620 )
Change subject: move main() to separate file ......................................................................
Patch Set 2:
(2 comments)
File src/osmo-hnbgw/osmo_hnbgw_main.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-6855): https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620/comment/16289b9c_c9b927f2 PS2, Line 65: static void print_usage() Bad function definition - void print_usage() should probably be void print_usage(void)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-6855): https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620/comment/fdac2abf_5ace8484 PS2, Line 70: static void print_help() Bad function definition - void print_help() should probably be void print_help(void)