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 175a240285897317fff4a94e4f9b62408797b4b6 (commit)
via a49b2c010e05eeaa979c76c9a277bb5aaea31968 (commit)
via b92a538d236ccffe97803279ecbaa242f8faa66a (commit)
via 8a64141a533c0b090bbeb756bb8eac2eee457ad4 (commit)
via b1461152e6945a747ef2d65ee5908cc5d59acbbd (commit)
from b1edf7b64f6c05932c83b4d31b1127f2a833601e (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=175a240285897317fff4a94e4f9b6240…
commit 175a240285897317fff4a94e4f9b62408797b4b6
Author: Holger Hans Peter Freyther <zecke(a)selfish.org>
Date: Wed Jan 9 19:55:04 2013 +0100
bsc: Add ctrl command to set the TRX ARFCN
http://cgit.osmocom.org/openbsc/commit/?id=a49b2c010e05eeaa979c76c9a277bb5a…
commit a49b2c010e05eeaa979c76c9a277bb5aaea31968
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Nov 21 11:18:45 2014 +0100
bsc: Allow to generate new system information online
Increase the bcch_change_mark and generate a new copy of the
system information. Make the method public, add a small test
case. Manually verified using the FakeBTS. I don't know if
the MS will re-read these SIs.
Related: SYS#739
http://cgit.osmocom.org/openbsc/commit/?id=b92a538d236ccffe97803279ecbaa242…
commit b92a538d236ccffe97803279ecbaa242f8faa66a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Nov 21 10:00:39 2014 +0100
bts: Store the bcch_change_mark in the bts structure
Store the BCCH change mark inside the BTS structure. This will
allow us increment the number and re-generate the SIs.
Related: SYS#739
http://cgit.osmocom.org/openbsc/commit/?id=8a64141a533c0b090bbeb756bb8eac2e…
commit 8a64141a533c0b090bbeb756bb8eac2eee457ad4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Nov 21 10:54:42 2014 +0100
bsc: Allow to set the call-identity
Allow to set the cell-identity through the control interface
and add a small test for it.
Related: SYS#739
http://cgit.osmocom.org/openbsc/commit/?id=b1461152e6945a747ef2d65ee5908cc5…
commit b1461152e6945a747ef2d65ee5908cc5d59acbbd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Nov 21 10:20:29 2014 +0100
bsc: Allow to apply configuration for an individual BTS
This will drop a specific IP based BTS. It will lead to a
re-connect of the BTS and the new settings will be applied
then.
Fixes: SYS#737
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 1 +
openbsc/include/openbsc/gsm_data_shared.h | 3 +-
openbsc/src/libbsc/bsc_ctrl_commands.c | 73 ++++++++++++++++++++++++++++++-
openbsc/src/libbsc/bsc_init.c | 4 +-
openbsc/src/libbsc/system_information.c | 3 ++
openbsc/src/libcommon/gsm_data_shared.c | 3 ++
openbsc/tests/ctrl_test_runner.py | 59 +++++++++++++++++++++++++
7 files changed, 141 insertions(+), 5 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)