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 1981d36a25e4d19bdf224b3ddc8ad89e1538b029 (commit)
via 250b78f5ccc00fe392c7ee090b9d8a96b1681a0b (commit)
via ab8924a6dc3c76829580d40d5823a47e862dde6d (commit)
from 008b812f428c60146a955829facb9f1cff1a7522 (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=1981d36a25e4d19bdf224b3ddc8ad89e…
commit 1981d36a25e4d19bdf224b3ddc8ad89e1538b029
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
http://cgit.osmocom.org/openbsc/commit/?id=250b78f5ccc00fe392c7ee090b9d8a96…
commit 250b78f5ccc00fe392c7ee090b9d8a96b1681a0b
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 17:33:01 2016 +0100
libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation message
ericsson can handle a reference at the end of the message which is used in
the confirm message. The confirm message is only sent if the trailer is present.
Change-Id: I88560291b5a3a3d7a0bac4d3c089b45f1f6b297f
http://cgit.osmocom.org/openbsc/commit/?id=ab8924a6dc3c76829580d40d5823a47e…
commit ab8924a6dc3c76829580d40d5823a47e862dde6d
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 17:23:43 2016 +0100
libbsc: use 32bit random instead of 24 bit randomness
I expected the last byte must be zero which is'nt required
Change-Id: I7be14e82b9f1fc0da8e27e20e46c1710a0a9c7db
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 3 +++
openbsc/include/openbsc/pcuif_proto.h | 3 ++-
openbsc/src/libbsc/abis_rsl.c | 26 +++++++++++++++++++++-----
openbsc/src/libbsc/pcu_sock.c | 31 +++++++++++++++++++++++++++++++
4 files changed, 57 insertions(+), 6 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)