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, lynxis/rbs2000 has been updated
via 74cf9351db7997996b9b0b0886796c3aead712cd (commit)
via 99237a0c3bf62e8d50756326e8ed891f8e3bc173 (commit)
from 220998d8b87c3e74dc97b758ef5e9f5f676a5bf5 (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=74cf9351db7997996b9b0b0886796c3a…
commit 74cf9351db7997996b9b0b0886796c3aead712cd
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Dec 15 17:40:40 2016 +0100
pcu_sock: Avoid allowing MCS, when no GPRS is configured
The pcu sock interface excidantly tells the PCU that MCS
coding schemes are enabled (allowed), even when no EGPRS
is configured. With this commit sending the MCS flags
will be explicitly avoided when EGPRS is not configured.
http://cgit.osmocom.org/openbsc/commit/?id=99237a0c3bf62e8d50756326e8ed891f…
commit 99237a0c3bf62e8d50756326e8ed891f8e3bc173
Author: Philipp <pmaier(a)sysmocom.de>
Date: Mon Dec 5 12:44:19 2016 +0100
LLC: Fixup element order in LLC-XID
When the LLC-XID request is constructed the order of the elements
in the TLV structure is reversed. This is in theory not a problem,
but differs from what we know from our practical experience. This
commit fixes the problem.
Change-Id: I1d71c947350d3c5a85ff36b71c1b8f036071d162
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_llc.c | 4 ++--
openbsc/src/libbsc/pcu_sock.c | 38 ++++++++++++++++++++------------------
2 files changed, 22 insertions(+), 20 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)