openbsc.git branch master updated. 0.13.0-791-g22fd3cd

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
Mon Dec 22 13:40:57 UTC 2014


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, master has been updated
       via  22fd3cd0de098de3816d687e41d42fe551412a33 (commit)
       via  d30ed6b6f2d8eb56a035354694d12f4395103edc (commit)
       via  f7e23c5ff7d28c985d6c1e6d1dc0b9e8f5895a30 (commit)
       via  c22930e24b8d61cecb1fa7c46fd5dc96355d4978 (commit)
      from  27ca0436ace88d6f39348a62ba92f76468c420d4 (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=22fd3cd0de098de3816d687e41d42fe551412a33

commit 22fd3cd0de098de3816d687e41d42fe551412a33
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Dec 18 18:31:54 2014 +0100

    ho: Copy the multirate config to the new lchan
    
    The new lchan will be in speech mode already but for AMR we will
    need to provide a working multirate config in the channel activation,
    otherwise the channel act might be nacked.
    
    Copy the config from the current lchan into the new lchan. The
    abis code simply added the mrconf if the speech mode was amr.
    Before this commit the invalidate mrconf with all zeroes was
    copied/sent.

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

commit d30ed6b6f2d8eb56a035354694d12f4395103edc
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Dec 17 21:21:36 2014 +0100

    ho: Make sure the timer is always stopped
    
    In case of a ho_chan_activ_nack (sent due another bug inside
    both sysmobts and openbsc) the code would not stop the timer
    but free the datastructure. This can lead to a clear segfault
    when the timer has expired. Create a "free" function which is
    responsible to detach the handover structure, stop the timer
    (which is idempotent) and free the structure.

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

commit f7e23c5ff7d28c985d6c1e6d1dc0b9e8f5895a30
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Dec 17 15:44:32 2014 +0100

    bts: When one link drops.. check what needs to be dropped
    
    In case a BTS is dropped, iterate over the list of BTS and check
    if a dependency is now missing and then drop the BTS. This check
    could lead to check of 256*256 checks (e.g. all BTS on each other
    in the chain and the master is being dropped). The performance
    aspect of it doesn't matter for our usecase. We expect to have
    pairs of BTS right now.

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

commit c22930e24b8d61cecb1fa7c46fd5dc96355d4978
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Dec 17 14:46:17 2014 +0100

    bts: Add some simple dependency between different BTS
    
    E.g. for the sysmoBTS2050 we have the requirement that the first
    board connects before the second due clocking. The easiest point
    to enforce this is the BSC. Add a simple bitmask based system to
    allow to express dependencies for IP based systems.

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

Summary of changes:
 openbsc/include/openbsc/gsm_data.h        |  6 +++
 openbsc/include/openbsc/gsm_data_shared.h |  3 ++
 openbsc/src/libbsc/bsc_vty.c              | 63 +++++++++++++++++++++++++++++++
 openbsc/src/libbsc/bts_ipaccess_nanobts.c | 23 +++++++++++
 openbsc/src/libbsc/handover_logic.c       | 31 ++++++++-------
 openbsc/src/libcommon/gsm_data.c          | 58 ++++++++++++++++++++++++++++
 6 files changed, 170 insertions(+), 14 deletions(-)


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



More information about the osmocom-commitlog mailing list