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=40407835b30d204a819772c4fd935e2ee...
commit 40407835b30d204a819772c4fd935e2ee71228b2 Author: Holger Hans Peter Freyther holger@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=067ce6dea5c9b8aacf9fdec8efc00de49...
commit 067ce6dea5c9b8aacf9fdec8efc00de4924a7dfe Author: Holger Hans Peter Freyther holger@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=32dd2f3f9b689600dd0704ed4fb12614e...
commit 32dd2f3f9b689600dd0704ed4fb12614ebf962f9 Author: Holger Hans Peter Freyther holger@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