From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Hi,
These patchset contains the port of libctrl to use the IPA
infrastructure available in libosmo-abis.
I've also made one small cleanup to bail out in case that
we cannot bind to the telnet port. Another patch follows up
to avoid disabling nagle (to avoid problems with TCP
segmentation, we still have to support this appropriately),
I noticed this while doing the port work.
Pablo Neira Ayuso (3):
ctrl: use generic IPA socket infrastructure available in libosmo-abis
src: check for error returned by controlif_setup()
ctrl: do not disable nagle algorithm until we fully support
segmentation
openbsc/include/openbsc/control_cmd.h | 17 +---
openbsc/include/openbsc/control_if.h | 2 +-
openbsc/src/libctrl/control_if.c | 153 +++++++--------------------------
openbsc/src/osmo-bsc/osmo_bsc_main.c | 6 +-
openbsc/src/osmo-bsc_nat/bsc_nat.c | 6 +-
openbsc/src/osmo-nitb/bsc_hack.c | 5 +-
6 files changed, 50 insertions(+), 139 deletions(-)
--
1.7.2.5