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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip3 has been updated via ce0a86b2852c0c6b615d51ed3ab92d699eed3f76 (commit) from 23b8cf5eaa4182fbc8c0940fd3727f7e6e4dac2b (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=ce0a86b2852c0c6b615d51ed3ab92d699...
commit ce0a86b2852c0c6b615d51ed3ab92d699eed3f76 Author: Philipp Maier pmaier@sysmocom.de Date: Tue Aug 15 11:01:18 2017 +0200
osmo-bsc: fix (null) string in VTY config
When writing the config file the options bsc-addr, and msc-addr, a (null) string is written to the config file, which prevents the config file from reading it back.
memorize the string names given to bsc-addr and msc-addr and write them back, also check if the strings are NULL in case the user did not set any names.
-----------------------------------------------------------------------
Summary of changes: openbsc/include/openbsc/bsc_msc_data.h | 2 ++ openbsc/src/osmo-bsc/osmo_bsc_vty.c | 17 ++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org