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 b4ecc1d43b147d7b42ba4822727b713ce5074794 (commit)
via 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 (commit)
via 8136e4b9afcf554e129a2dda40c456d81d025bc5 (commit)
via 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc (commit)
via 4579978983f5f816b1fdc5c6389633ab0b666d80 (commit)
from 46edbc4162634bba5247f9c0b0915ea09917d15c (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=b4ecc1d43b147d7b42ba4822727b713c…
commit b4ecc1d43b147d7b42ba4822727b713ce5074794
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Oct 20 13:55:21 2016 +0200
OM2000: Throw error when MO can not be enabled
Throw warning message in case the MO state does not change
to enabled after sendeing an Enable-Request message.
Change-Id: Idfde8d6f71526e8acfea51835732515a4bee858e
http://cgit.osmocom.org/openbsc/commit/?id=6bbcfbb78c1024c8e32598ca068bd06c…
commit 6bbcfbb78c1024c8e32598ca068bd06c586aaac9
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 26 14:20:06 2016 +0200
om2000: added support for ericssons sabm negotiation
This patch adds support for ericssons sambm negotiation.
This patch depends on libosmo-abis commit:
2788c7eacab91cd39d68e316fc8ee87763bbfeb4
Change-Id: I56b1c1cef07a61143fc0e8058480805cddfeff96
http://cgit.osmocom.org/openbsc/commit/?id=8136e4b9afcf554e129a2dda40c456d8…
commit 8136e4b9afcf554e129a2dda40c456d81d025bc5
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 19 10:14:35 2016 +0200
OM2000: Add fault report parsing
This patch adds parsing for OM2000 MO fault report map parsing,
the bits in the fault maps are counted out and displayed.
Change-Id: I6e2928f39b09bc08e9ab78bc10bc81e07f7eb55d
http://cgit.osmocom.org/openbsc/commit/?id=7975ddf0ec2e59579331b5aa997e8057…
commit 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 16 23:44:16 2016 +0200
RBS2000: re-establish any lost signalling links
Contrary to standard A-bis, in the RBS2000 case the BSC connects
the signalling data links (LAPD) to the BTS. In case one of them
drop, we need to attempt to re-establish them.
This requires libosmo-abis with Change-Id I07f0f79e0cda09766f357032ffb4e7ad643d448a
Change-Id: I710b5af5d0acbdd3febd314849340f2adb7abd80
http://cgit.osmocom.org/openbsc/commit/?id=4579978983f5f816b1fdc5c6389633ab…
commit 4579978983f5f816b1fdc5c6389633ab0b666d80
Author: root <root@sysmocom>
Date: Sat Oct 15 21:24:57 2016 +0200
om2000: Add support for querying RBS capabilities
Change-Id: Id1fbaf41286f3651ce8f210eb8da05fb51179c96
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_om2000.h | 1 +
openbsc/src/libbsc/abis_om2000.c | 155 +++++++++++++++++++++++++++++-
openbsc/src/libbsc/abis_om2000_vty.c | 12 +++
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 15 +++
4 files changed, 182 insertions(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)