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 4936448761a6ca42ab661d130f5202dfdabca426 (commit) via 82f5ecde6a10c3c22980822a892a3fb5c69acf4f (commit) via 70cf7290da7cfca796eed8ffbd143073d9418dd2 (commit) from a47b4019900afbf89144d9e9ff9f62ae5d994cea (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=4936448761a6ca42ab661d130f5202dfd...
commit 4936448761a6ca42ab661d130f5202dfdabca426 Author: Max msuraev@sysmocom.de Date: Wed Apr 13 11:36:39 2016 +0200
NAT: reload BSCs config dynamically
Add vty tests for BSC configuration reloading. Load BSCs configuration on bscs-config-file command: * remove all runtime configured BSC not in the config file * close connections to all BSC with updated token value
Fixes: OS#1670 Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=82f5ecde6a10c3c22980822a892a3fb5c...
commit 82f5ecde6a10c3c22980822a892a3fb5c69acf4f Author: Max msuraev@sysmocom.de Date: Tue Apr 12 16:59:25 2016 +0200
NAT: move BSC config into separate file
Introduce new configuration option bscs-config-file which includes BSC configuration from the given file. Both absolute and relative (to the main config file) paths are supported. Add 'show bscs-config' command to display current BSC configuration. Note: it is still possible to have BSC configuration in the main file (provided proper index number is used) and in runtime but BSC configuration is no longer saved automatically. The management of included configuration file is left to external tools. Update configuration examples.
Fixes: OS#1669 Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=70cf7290da7cfca796eed8ffbd143073d...
commit 70cf7290da7cfca796eed8ffbd143073d9418dd2 Author: Max msuraev@sysmocom.de Date: Wed Apr 13 11:36:38 2016 +0200
vty_test_runner: update ipa sending code
Factor out 2, add 3 functions. Those functions are simple wrappers around hex strings specific to IPA protocol. Not all of them are utilized at the moment but they were checked with wireshark while working on the tests. It might come in handy if we'd like to further expand related test harness in future. The same goes for optional verbosity argument which is not used right now but will be handy for future debugging.
-----------------------------------------------------------------------
Summary of changes: openbsc/doc/examples/osmo-bsc_nat/bscs.config | 13 ++ openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg | 8 +- openbsc/include/openbsc/bsc_nat.h | 10 ++ openbsc/src/osmo-bsc_nat/bsc_nat.c | 5 +- openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 78 ++++++++++- openbsc/tests/vty_test_runner.py | 149 ++++++++++++++++++++- 6 files changed, 249 insertions(+), 14 deletions(-) create mode 100644 openbsc/doc/examples/osmo-bsc_nat/bscs.config
hooks/post-receive
osmocom-commitlog@lists.osmocom.org