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 61372a20de695a151611753689ee9a3018b101f6 (commit)
from c3fb0dcc8cd01a84942d06267003478b972feadb (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=61372a20de695a151611753689ee9a3…
commit 61372a20de695a151611753689ee9a3018b101f6
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 17 13:10:38 2016 +0200
Move copy-pasted code into common part
Related: OS#1750
Change-Id: Ic4342eaf7e32a0e9a5f2b16dd196a1f5f03152a9
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/amr.h | 2 +-
include/osmo-bts/l1sap.h | 3 ++
include/osmo-bts/msg_utils.h | 7 ++++
src/common/Makefile.am | 1 -
src/common/amr.c | 9 +++++
src/common/l1sap.c | 20 +++++++++++
src/common/msg_utils.c | 43 ++++++++++++++++++++++++
src/osmo-bts-litecell15/tch.c | 77 +++----------------------------------------
src/osmo-bts-octphy/l1_tch.c | 28 ++--------------
src/osmo-bts-sysmo/tch.c | 69 +++-----------------------------------
10 files changed, 94 insertions(+), 165 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)