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 "UNNAMED PROJECT".
The branch, master has been updated
via 68fc12775fac03e5e26a008dfa68c92498bfb772 (commit)
via 5d93f0f4eceda7bef29e27e6ec521c1e56640c25 (commit)
via bb47d957a8931669b8f2ab59b20cb0beef629b38 (commit)
from f86307e1e4dfa11dd5bedf74395382a0774a9ba6 (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-pcu/commit/?id=68fc12775fac03e5e26a008dfa68c92…
commit 68fc12775fac03e5e26a008dfa68c92498bfb772
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 16 22:48:33 2016 +0100
Install the pcuif_proto.h header file
So far, we used to keep a copy of the header file around in
both osmo-pcu and osmo-bts projects. Before we start introducing
a third copy in openbsc, let's have the osmo-pcu install the header
file and make the other programs use that.
Change-Id: I60976c9be5488256d1ff55fdc5aa548e3705400d
http://cgit.osmocom.org/osmo-pcu/commit/?id=5d93f0f4eceda7bef29e27e6ec521c1…
commit 5d93f0f4eceda7bef29e27e6ec521c1e56640c25
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 21:07:56 2016 +0100
Fix GSMTAP logging in case direct PHY access is enabled
In the existing code, GSMTAP messages were only generated in case no
direct PHY access was being used (i.e. in the case all user traffic goes
over the PCU socket). I'm not quite sure what the reason is for that
would be and conclud this is not intentional.
Let's first send the message to GSMTAP and then decide whether to send
it via the direct PHY access or via the PCU socket into the BTS/BSC.
Change-Id: I5d2e018f7009cb947abc874881c0c440feca3ade
http://cgit.osmocom.org/osmo-pcu/commit/?id=bb47d957a8931669b8f2ab59b20cb0b…
commit bb47d957a8931669b8f2ab59b20cb0beef629b38
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 18:40:02 2016 +0100
pcu_l1_if: get rid of magic numbers and use ARRAY_SIZE() for array iteration
Change-Id: I61d00950b4eb0b8bcbaf386d5081be84580dac75
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
configure.ac | 1 +
include/Makefile.am | 2 ++
{src => include/osmocom/pcu}/pcuif_proto.h | 0
src/Makefile.am | 6 ++++--
src/osmobts_sock.cpp | 2 +-
src/pcu_l1_if.cpp | 18 +++++++++---------
7 files changed, 18 insertions(+), 13 deletions(-)
create mode 100644 include/Makefile.am
rename {src => include/osmocom/pcu}/pcuif_proto.h (100%)
hooks/post-receive
--
UNNAMED PROJECT