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, stumpf/virt-phy has been updated
via f11eee312c4c55cb890e60fef366dd6cc1eb0965 (commit)
from 0b22f2dc6a831103055635e92404353d548d7557 (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=f11eee312c4c55cb890e60fef366dd6…
commit f11eee312c4c55cb890e60fef366dd6cc1eb0965
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Apr 6 16:49:31 2017 +0200
VIRT-PHY: Extracted common virtphy utils.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-virtual/Makefile.am | 4 +-
src/osmo-bts-virtual/include/virtphy/common_util.h | 51 +++++++++++++++
src/osmo-bts-virtual/l1_if.c | 76 ----------------------
src/osmo-bts-virtual/shared/common_util.c | 44 +++++++++++++
4 files changed, 98 insertions(+), 77 deletions(-)
create mode 100644 src/osmo-bts-virtual/include/virtphy/common_util.h
create mode 100644 src/osmo-bts-virtual/shared/common_util.c
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)