From: Pablo Neira Ayuso <pablo(a)netfilter.org>
Hi!
The following patchset contains one fix and two improvements.
You can find them in the pablo/updates branch.
Please, merge it!
Pablo Neira Ayuso (3):
msc: bail out if subscriber VTY command fails
abis: skip e1_input nesting if empty
bsc: on-demand setup of nanoBTS and HSL femto sockets
openbsc/src/libabis/e1_input_vty.c | 8 ++++++--
openbsc/src/libbsc/bsc_init.c | 20 +++++++++++++++-----
openbsc/src/libmsc/vty_interface_layer3.c | 11 ++++++++++-
3 files changed, 31 insertions(+), 8 deletions(-)
--
1.7.2.3
From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Hi!
This patchset updates the logging framework, it contains one fix and
several updates/improvements.
You can find it in pablo/logging branch.
Please, merge it!
Pablo Neira Ayuso (5):
logging: fix missing description of global loglevel
logging: several memory allocation belong to tall_log_ctx context
logging: rework _output() function
logging: remove workaround now that _output() has been reworked
logging: make sure the output is null-terminated
src/logging.c | 77 +++++++++++++++++++++++++++++---------------------------
1 files changed, 40 insertions(+), 37 deletions(-)
--
1.2.3.4