From: Pablo Neira Ayuso pablo@gnumonks.org
Hi Harald,
These are a couple of fixes that we have applied to openBSC in the CCC camp. Daniel's fixes a crash, mine fixes one malformed TCH frame issue which was the cause of quite often unexpected closures of MNCC <-> LCR connections.
You can find them in the fixes branch. Please, merge them.
Daniel Willmann (1): libbsc: Don't free secondary lchan if it is NULL.
Pablo Neira Ayuso (1): trau: fix wrong message size for GSM_TCHF_FRAME passed to MNCC
openbsc/src/libbsc/bsc_api.c | 6 +++++- openbsc/src/libtrau/trau_mux.c | 1 + 2 files changed, 6 insertions(+), 1 deletions(-)