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
discards 1981d36a25e4d19bdf224b3ddc8ad89e1538b029 (commit)
via 51cd8306921fa2163b4c2e895d7bef40218b55a4 (commit)
via 5812639b89871be3319bf730fa33bbabfb074be0 (commit)
via 31c516e7d5210b73f16e41decb37b8fe57b5af5a (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (1981d36a25e4d19bdf224b3ddc8ad89e1538b029)
\
N -- N -- N (51cd8306921fa2163b4c2e895d7bef40218b55a4)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=51cd8306921fa2163b4c2e895d7bef40…
commit 51cd8306921fa2163b4c2e895d7bef40218b55a4
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 19:10:51 2016 +0100
fixup PCU_IF_SAPI_AGCH_DT sapi_string()
Change-Id: Id6588ca342267b2af092c0a4c2c195606081dfc7
http://cgit.osmocom.org/openbsc/commit/?id=5812639b89871be3319bf730fa33bbab…
commit 5812639b89871be3319bf730fa33bbabfb074be0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Dec 2 19:04:34 2016 +0100
Draft implementation to catch the Immedaiate assign messign
message and forward it to the PCU
Change-Id: Ice099c4ed7008200ed179e581aba1899c6c29455
http://cgit.osmocom.org/openbsc/commit/?id=31c516e7d5210b73f16e41decb37b8fe…
commit 31c516e7d5210b73f16e41decb37b8fe57b5af5a
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 18:27:01 2016 +0100
pcu_sock: implement direct tlli on AGCH
Ericsson allows to attach a reference to immediate assignments. A
confirmation of the transmission is then sent back, but only containing
the reference, not the whole RLC packet.
Change-Id: I945f49e62e2a74a7906e2d49940927773edd04a9
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/pcu_if.h | 4 ++++
openbsc/include/openbsc/pcuif_proto.h | 17 +++++++++++++++++
openbsc/src/libbsc/abis_rsl.c | 14 ++++++++++++++
openbsc/src/libbsc/pcu_sock.c | 22 ++++++++++++++++++++++
4 files changed, 57 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)