From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 23 Jan 2013 18:22:27 +0100
Message-ID: <E1Ty41r-0007zE-8r@calypso.gnumonks.org>
Subject: osmo-bts.git branch master updated. 0.1.0-42-g61e7399
Message: 3

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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  61e739912f22a4c6e4eca5ed7852bbc0077ba93e (commit)
       via  4a303c7c38b322e5738a9492e077467bddfd3f38 (commit)
      from  8597a278d681e687920d62271559e8589781b1e4 (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/osmo-bts/commit/?id=61e739912f22a4c6e4eca5ed7852bbc0077ba93e

commit 61e739912f22a4c6e4eca5ed7852bbc0077ba93e
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Jan 17 08:44:07 2013 +0100

    sysmobts: Ignore too short messages on the FACCH (but also the SDCCH)
    
    During call testing using an E71 and dialing a number of an expired (lac
    set to 0) subscribe the CC Release and other messages are sent after or
    during the channel modification. This appears to lead to some reception
    issues in the DSP code and giving use empty (u8size == 0) FACCH frames.
    The real issue might be inside the MNCC code of NITB and the lack of a
    size check inside the LAPDm code (our msgb has enough data though).
    Passing the empty FACCH frame into the LAPDm code lead to the generation
    of RSL ERROR INDICATION with cause FRAME_UNIMPL as some bits were zero.
    
    Add a check for 0 into the FACCH code. As the code path is shared with
    SDCCH it is also discarding zero sized SDCCH frames. These have not been
    observed during my testing. The lacking size check in LAPDm will be
    addressed separately.
    
    During call testing the IPA CRCX was also failing due the BTS trying
    to bind to an unassigned IP address.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=4a303c7c38b322e5738a9492e077467bddfd3f38

commit 4a303c7c38b322e5738a9492e077467bddfd3f38
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 11:30:38 2013 +0100

    oml: Fix memory leak in the callback

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

Summary of changes:
 src/osmo-bts-sysmo/l1_if.c |    8 ++++++++
 src/osmo-bts-sysmo/oml.c   |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)


