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 be4a2088098a7b4fbfc1a5046e4c2ceb21ce1b1d (commit)
from 5112c45d224f99d0bc65e52f6cb5269feb7315dc (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=be4a2088098a7b4fbfc1a5046e4c2ce…
commit be4a2088098a7b4fbfc1a5046e4c2ceb21ce1b1d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 3 10:29:13 2017 +0100
Put useful information in RTCP SDES.
The RTCP Sender Description is supposed to contain useful information
to identify the source of the RTP stream. So far, it only contained
compile-time default data of libortp. Let's put the BTS UnitID, the
lchan number and the OsmoBTS version in there.
This change requires libosmo-abis Change-Id Ice794f9e0c6caeea1c67520c12efbfa375d1fb82
Change-Id: Id6ce7188354d3a0517661c9648854ec829ef1cac
Related: OS#2701
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data_shared.h | 1 +
src/common/gsm_data_shared.c | 9 +++++++++
src/common/rsl.c | 9 +++++++++
3 files changed, 19 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)