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 925504bfe0834be6b1549af51242ef24fa2a0eaa (commit) from e57e0fa701d659ad8acf83cb14f7caa0bd563068 (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=925504bfe0834be6b1549af51242ef24f...
commit 925504bfe0834be6b1549af51242ef24fa2a0eaa Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Thu Sep 24 10:21:40 2015 +0200
gbproxy: Add quirk commands to allow upgrade from pre-release
The pre-release didn't add a newline after the apn and the patching pattern command. Create a quirk command that combines both. The pre-release didn't include a differentation between routing and patching.
The TLLI handling has a different and more generic name now. Make it handle the old one that is actively used.
Add a file with the broken format and the standard config file test should pick it up.
-----------------------------------------------------------------------
Summary of changes: .../examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg | 44 ++++++++++++++++++ openbsc/osmoappdesc.py | 3 +- openbsc/src/gprs/gb_proxy_vty.c | 53 ++++++++++++++++++++++ 3 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 openbsc/doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg
hooks/post-receive