openbsc.git branch master updated. 0.14.0-13-g4040783

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
Wed Apr 1 17:29:03 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, master has been updated
       via  40407835b30d204a819772c4fd935e2ee71228b2 (commit)
       via  067ce6dea5c9b8aacf9fdec8efc00de4924a7dfe (commit)
       via  32dd2f3f9b689600dd0704ed4fb12614ebf962f9 (commit)
      from  7cce1d301aff586d8a95765d3b56c0c81266781b (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=40407835b30d204a819772c4fd935e2ee71228b2

commit 40407835b30d204a819772c4fd935e2ee71228b2
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 1 18:28:04 2015 +0200

    bsc: Change paging strategy based on override or not
    
    Change the paging strategy based on on if a LAC override
    is in place or not. In case we had changed the LAC we need
    to page on all the BTS. Change the "grace" handling to
    iterate over the BTS and filter out all non matching ones
    LAC in case no LAC handling is active.
    
    Manually verified all four cases with a single BTS:
    
    * No LAC handling and grace period
    * LAC handling and grace period
    * No LAC handling and not lock
    * LAC handling and lock.
    
    Related: SYS#1398

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

commit 067ce6dea5c9b8aacf9fdec8efc00de4924a7dfe
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 1 18:19:45 2015 +0200

    bsc: In preparation to the MT lac/ci patching split the code
    
    For MT we can't page per lac as we don't know which BTS was
    the original one. Split the grace period and normal mode into
    two methods so we can bloat both of them later.

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

commit 32dd2f3f9b689600dd0704ed4fb12614ebf962f9
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 1 18:15:48 2015 +0200

    bsc: Allow to use different LAC/CI for the core-network
    
    We need to use different LAC/CI towards the core network.
    It is a bit problematic as LAC/CI is a per BTS attribute
    so this feature only works if a BSC manages everything in
    the same LAC.
    
    Related: SYS#1398

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

Summary of changes:
 openbsc/include/openbsc/osmo_msc_data.h |  6 ++--
 openbsc/src/osmo-bsc/osmo_bsc_api.c     | 23 ++++++++++++--
 openbsc/src/osmo-bsc/osmo_bsc_filter.c  | 15 ++++++++-
 openbsc/src/osmo-bsc/osmo_bsc_grace.c   | 54 ++++++++++++++++++++++-----------
 openbsc/src/osmo-bsc/osmo_bsc_msc.c     |  6 ++--
 openbsc/src/osmo-bsc/osmo_bsc_vty.c     | 28 +++++++++++++++++
 openbsc/tests/vty_test_runner.py        | 15 +++++++++
 7 files changed, 122 insertions(+), 25 deletions(-)


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



More information about the osmocom-commitlog mailing list