Attention is currently required from: neels.
neels uploaded patch set #3 to this change.
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
To view, visit change 32620. To unsubscribe, or for help writing mail filters, visit settings.