From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 26 Dec 2012 10:45:24 +0100
Message-ID: <E1TnnYC-0005zi-Da@calypso.gnumonks.org>
Subject: libosmocore.git branch daniel/fixes created. 0.5.3-77-g99b8349
Message: 11

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 "An utility library for Open Source Mobile Communications".

The branch, daniel/fixes has been created
        at  99b83491eab66f39cdc4d5ceb9a6fd873bed0748 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/cgit/libosmocore/commit/?id=99b83491eab66f39cdc4d5ceb9a6fd873bed0748

commit 99b83491eab66f39cdc4d5ceb9a6fd873bed0748
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Wed Dec 26 00:12:21 2012 +0100

    tests: Don't delete atconfig in clean
    
    This file is created in ./configure so we shouldn't remove it with make.
    Otherwise ./configure && make clean && make check fails with:
    
    make[3]: *** No rule to make target `atconfig', needed by `check-local'.
    Stop.

http://cgit.osmocom.org/cgit/libosmocore/commit/?id=0aa94b07ca906d649b27916c3387f2e488281edd

commit 0aa94b07ca906d649b27916c3387f2e488281edd
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Tue Dec 25 23:15:50 2012 +0100

    lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier
    
    This was found while implementing handover on a sysmobts. When we
    receive a channel release request for a channel that was never really
    activated (set_lapdm_context() was not called) we segfault in
    lapd_recv_dlsap().
    
    We now return early with -EINVAL in rslms_rx_rll() if we receive a
    message that assumes set_lapdm_context() was already called.
    
    These are:
    * RSL_MT_UNIT_DATA_REQ
    * RSL_MT_DATA_REQ
    * RSL_MT_SUSP_REQ
    * RSL_MT_REL_REQ
    
    A test case was added to trigger the issue.

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


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications


