From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 26 Dec 2012 10:55:42 +0100
Message-ID: <E1TnniA-0006Gl-5M@calypso.gnumonks.org>
Subject: libosmocore.git branch master updated. 0.5.3-77-gaf723a4
Message: 13

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, master has been updated
       via  af723a4ed4c0232047590896935fb0b8da7c78a8 (commit)
       via  e523392c2c091f53c18edf2086d6966eec38561f (commit)
      from  0167596c2bf19102eac8a69f5066eedbae72a167 (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/cgit/libosmocore/commit/?id=af723a4ed4c0232047590896935fb0b8da7c78a8

commit af723a4ed4c0232047590896935fb0b8da7c78a8
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Dec 26 10:51:00 2012 +0100

    lapd: Fix compiler warnings in the lapd code
    
    lapd_test.c: In function ���ms_to_bts_l1_cb���:
    lapd_test.c:192:6: warning: variable ���rc��� set but not used [-Wunused-but-set-variable]
    lapd_test.c:199:1: warning: no return statement in function returning non-void [-Wreturn-type]
    lapd_test.c: In function ���main���:
    lapd_test.c:355:2: warning: implicit declaration of function ���osmo_init_logging��� [-Wimplicit-function-declaration]

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

commit e523392c2c091f53c18edf2086d6966eec38561f
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.

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

Summary of changes:
 src/gsm/lapdm.c         |   20 ++++++++++++++++++--
 tests/lapd/lapd_test.c  |   45 +++++++++++++++++++++++++++++++++++++++++++++
 tests/lapd/lapd_test.ok |    1 +
 3 files changed, 64 insertions(+), 2 deletions(-)


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


