openbsc.git branch laforge/gprs-iu updated. 0.15.0-147-g5e6126e

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/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Dec 29 16:43:34 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, laforge/gprs-iu has been updated
       via  5e6126e74fd0c87cc43d3f84f76b42eb3c86d899 (commit)
       via  6b4915c08e819b32e892deec2305ee0060afc310 (commit)
      from  a7105bcc1b6ad76709a992ec6ff5c5de505b5c59 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=5e6126e74fd0c87cc43d3f84f76b42eb3c86d899

commit 5e6126e74fd0c87cc43d3f84f76b42eb3c86d899
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Dec 28 21:03:10 2015 +0100

    rtp_proxy.c: Ensure msgb_alloc is large enough for largest AMR frame
    
    In AMR 12.2 (mode 7), the actual RTP payload is 33 bytes.  Howeerver,
    as we store the length of the (dynamically-sized) AMR payload in the
    first byte, our buffer needs at least 33+1 byte in size.

http://cgit.osmocom.org/openbsc/commit/?id=6b4915c08e819b32e892deec2305ee0060afc310

commit 6b4915c08e819b32e892deec2305ee0060afc310
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Dec 28 14:04:36 2015 +0100

    subscr_name(): Handle case for subscr == NULL
    
    subscr_name() was called from several places:
    * either without a check for subscr being NULL, which for example
      was causing a segfault if we hand-over a channel before identifying the
      subscriber
    * or with an explicit NULL check and the ternary operator (?).
    
    We now simplify the code by checking for the NULL Subscriber in subscr_name()
    itself.

-----------------------------------------------------------------------

Summary of changes:
 openbsc/src/libbsc/abis_rsl.c               | 2 +-
 openbsc/src/libcommon/gsm_subscriber_base.c | 3 +++
 openbsc/src/libmsc/gsm_04_08.c              | 7 ++-----
 openbsc/src/libtrau/rtp_proxy.c             | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list