Attention is currently required from: neels.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620
to look at the new patch set (#3).
Change subject: move main() to separate file ......................................................................
move main() to separate file
Conform to recent osmocom practice by having an osmo_hnbgw_main.c file for main() and its immediate infrastructure.
Prepares for adding a non-installed libhnbgw.la -- which must not contain a main() function -- so that linking regression tests is easy.
Separating to a new file seems appropriate because hnbgw.c has gathered a bunch of stuff that is not strictly main() related / might be useful to access in a C test.
Change-Id: I5f26a6b68f0d380617d73371f40f3b9055cac362 --- M include/osmocom/hnbgw/hnbgw.h M src/osmo-hnbgw/Makefile.am M src/osmo-hnbgw/hnbgw.c A src/osmo-hnbgw/osmo_hnbgw_main.c 4 files changed, 417 insertions(+), 379 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/20/32620/3