From: Pablo Neira Ayuso pablo@gnumonks.org
This patchset is the second in the series to cleanup redundant code in ipaccess tools.
They have been tested by bootstraping the nanoBTS successfully in a small setup with two laptops, one acting as proxy and another with osmo-nitb.
They are available in the pablo/cleanups branch in openbsc git tree.
Please, merge it! Thanks.
Pablo Neira Ayuso (6): ipaccess-proxy: get rid of make_listen_sock() and use make_sock() instead libabis: ipaccess: conclude new ipaccess_send_*() functions and use them libabis: ipaccess: export ipaccess_idtag_name() ipaccess-proxy: get rid of ipac_idtag_parse() libabis: ipaccess: export ipaccess_parse_unitid ipaccess-proxy: remove hardcoded IP for options `-l' and `-b'
openbsc/include/openbsc/ipaccess.h | 3 + openbsc/src/ipaccess/Makefile.am | 7 +- openbsc/src/ipaccess/ipaccess-proxy.c | 188 ++++++--------------------------- openbsc/src/libabis/input/ipaccess.c | 75 +++++++++---- 4 files changed, 94 insertions(+), 179 deletions(-)