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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via c03d3ae7af27edc035316f9d21aab5437f934b07 (commit)
from 5c0d88e69d16426d8e7af5bf4b7866aa33132064 (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/osmo-bts/commit/?id=c03d3ae7af27edc035316f9d21aab54…
commit c03d3ae7af27edc035316f9d21aab5437f934b07
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 23 17:59:51 2016 +0200
DTXu: move copy-pasted code to common part
Abstract code for checking/setting lchan's UL SID flag and RTP Marker
into generic function and use it for LC15 and sysmoBTS.
Change-Id: Ica5392e92bab29164711163e7b01adb174272883
Related: OS#1750
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/msg_utils.h | 1 +
src/common/msg_utils.c | 11 +++++++++++
src/osmo-bts-litecell15/tch.c | 22 ++++------------------
src/osmo-bts-sysmo/tch.c | 22 ++++------------------
4 files changed, 20 insertions(+), 36 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)