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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/live has been updated
via 520bbd9f3cbb50f208f3a9863e80545c815ed4e6 (commit)
from 8c34477edd3c2b6a3665df9211dc898e67e0819a (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-gmr/commit/?id=520bbd9f3cbb50f208f3a9863e80545…
commit 520bbd9f3cbb50f208f3a9863e80545c815ed4e6
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Feb 8 17:05:20 2015 +0100
rxfwk: Create a new rxfwk subdir to contain the 'RX framework' files
So that other apps can re-use it. Note that it's not part of the gmr1
lib proper and so include files are in that dir and not installed.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
src/Makefile.am | 5 +++--
src/gmr1_rx_live.c | 4 ++--
src/rxfwk/Makefile.am | 8 ++++++++
src/{ => rxfwk}/ringbuf.c | 0
src/{ => rxfwk}/ringbuf.h | 0
src/{ => rxfwk}/sa_file.c | 0
src/{ => rxfwk}/sa_file.h | 0
src/{ => rxfwk}/sampbuf.c | 0
src/{ => rxfwk}/sampbuf.h | 0
10 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 src/rxfwk/Makefile.am
rename src/{ => rxfwk}/ringbuf.c (100%)
rename src/{ => rxfwk}/ringbuf.h (100%)
rename src/{ => rxfwk}/sa_file.c (100%)
rename src/{ => rxfwk}/sa_file.h (100%)
rename src/{ => rxfwk}/sampbuf.c (100%)
rename src/{ => rxfwk}/sampbuf.h (100%)
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)