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, fairwaves/master-rebase has been updated
via 203a4a12608459f1dcccf550659cabded1051846 (commit)
via afaa728e0b223e6359ebe12ef12b1f1e67d24f03 (commit)
via 28295c94d91c7415b15019c3a37dadc565da753f (commit)
from b6c027d3fa4c0d217d4f4f47a5592a39aa46c830 (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=203a4a12608459f1dcccf550659cabde…
commit 203a4a12608459f1dcccf550659cabded1051846
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Jul 11 23:16:53 2017 +0300
debian: Update changelog to 0.15.1-fw.6
http://cgit.osmocom.org/openbsc/commit/?id=afaa728e0b223e6359ebe12ef12b1f1e…
commit afaa728e0b223e6359ebe12ef12b1f1e67d24f03
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 11 01:42:41 2017 +0630
libcommon: Fix log output for bts>0.
Fixes regression probably introduced in c696cc28.
For bts>0 logging doesn't show bts number correctly when printing lchan
identification string - it will always show it as "bts=0". The reason for
this is that the identification string is cached before bts->nr value is
set to a proper value.
This patch sets bts->nr as part of the first step of the bts structure
initialization, before caching happens thus making sure the cached
identification string is cached with the correct values.
Change-Id: I61c18a7f021fcb1ec00d34a745f4e3ab03416c2d
http://cgit.osmocom.org/openbsc/commit/?id=28295c94d91c7415b15019c3a37dadc5…
commit 28295c94d91c7415b15019c3a37dadc565da753f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jul 8 18:00:36 2017 +0900
libmsc: Fix VTY output for handover counters.
Handover countrs belong to BSC, but we mistakenly take values from MSC counters.
Change-Id: I9512330f2e91d2f526751c5228e6e8e0fe17d579
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 +++++++
openbsc/include/openbsc/gsm_data_shared.h | 2 +-
openbsc/src/libcommon/gsm_data.c | 5 +++--
openbsc/src/libcommon/gsm_data_shared.c | 3 ++-
openbsc/src/libmsc/vty_interface_layer3.c | 10 +++++-----
openbsc/tests/channel/channel_test.c | 2 +-
openbsc/tests/gsm0408/gsm0408_test.c | 8 ++++----
7 files changed, 23 insertions(+), 14 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)