[PATCH 0/3] openbsc: ctrl updates

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

pablo at gnumonks.org pablo at gnumonks.org
Fri Sep 9 01:05:26 UTC 2011


From: Pablo Neira Ayuso <pablo at 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





More information about the OpenBSC mailing list