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, master has been updated
via 888e35aa7fbb2ba40526456abab739b7c15013e0 (commit)
via 6111ab5bacffd3acde4c3ed02ce0b8866177552b (commit)
via f8ac21bf71548649209ed2749bf6e7317bb15c62 (commit)
from 5a4594614390978f7dab05f08d607c3903163cea (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=888e35aa7fbb2ba40526456abab739b7…
commit 888e35aa7fbb2ba40526456abab739b7c15013e0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 25 23:59:42 2017 +0200
osmo-bsc: Initialize logging before initializing rate_ctr
The library code for rate counter initialization, which is called
from the descendants of bsc_network_alloc() might already want to
log something (particularly after Change-Id
Ifc6ac824f5dae9a848bb4a5d067c64a69eb40b56 in libosmocore), so the
logging framework must be initialized before.
Change-Id: I1e893c97e023e63489fe8c46539b5e507d3cec8f
http://cgit.osmocom.org/openbsc/commit/?id=6111ab5bacffd3acde4c3ed02ce0b886…
commit 6111ab5bacffd3acde4c3ed02ce0b8866177552b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 25 23:59:13 2017 +0200
nanobts_omlattra_test: Initialize logging before executing tests
... the library code we call could want to log something, after all.
Port of osmo-bsc Change-Id Ic01e9bfb63d7b6def9432103e744c23c90f0f6b9
Change-Id: Ib4be9541771e95ca4e051b778fc3958202aab9ab
http://cgit.osmocom.org/openbsc/commit/?id=f8ac21bf71548649209ed2749bf6e731…
commit f8ac21bf71548649209ed2749bf6e7317bb15c62
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 25 23:58:18 2017 +0200
Fix nanobts_omlattr unit test
The test clearly fails unless bts->network is set correctly. Not sure
why this hasn't shown up before?
Port of osmo-bsc Change-Id I47786ed06ff610213d7a0b56d0ebf1c537cd7568
Change-Id: Id1cd4ce8f1e03b9715e1223414918bc69499e13d
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_main.c | 6 +++---
openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c | 4 ++++
2 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)