This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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-defined analyzer for APCO P25".
The branch, max has been updated
via fa76f07e56f6f8cbb0f4932394745ff39fa0cfff (commit)
via cb410c1f956abd27aaccb838b7d6193e5ee474d1 (commit)
via 847621dd39bac99e9956b5b5454a7badfe03370b (commit)
from 560f0c54613419869f368c9c380ac73d31289e31 (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/op25/commit/?id=fa76f07e56f6f8cbb0f4932394745ff39fa0cfff
commit fa76f07e56f6f8cbb0f4932394745ff39fa0cfff
Author: Max <ikj1234i at yahoo.com>
Date: Sun Feb 26 17:18:22 2017 -0500
ysf tx initial checkin
http://cgit.osmocom.org/op25/commit/?id=cb410c1f956abd27aaccb838b7d6193e5ee474d1
commit cb410c1f956abd27aaccb838b7d6193e5ee474d1
Author: Max <ikj1234i at yahoo.com>
Date: Sun Feb 26 17:17:26 2017 -0500
ysf patch
http://cgit.osmocom.org/op25/commit/?id=847621dd39bac99e9956b5b5454a7badfe03370b
commit 847621dd39bac99e9956b5b5454a7badfe03370b
Author: Max <ikj1234i at yahoo.com>
Date: Sun Feb 26 17:15:56 2017 -0500
cleanup
-----------------------------------------------------------------------
Summary of changes:
.../op25_repeater/{dmr_bs_tx_bb.h => ysf_tx_sb.h} | 18 +-
op25/gr-op25_repeater/lib/CMakeLists.txt | 1 +
op25/gr-op25_repeater/lib/ambe_encoder.cc | 66 ++-
op25/gr-op25_repeater/lib/ambe_encoder.h | 2 +
op25/gr-op25_repeater/lib/dmr_bs_tx_bb_impl.h | 9 -
op25/gr-op25_repeater/lib/ysf_const.h | 300 ++++++++++++++
op25/gr-op25_repeater/lib/ysf_tx_sb_impl.cc | 452 +++++++++++++++++++++
.../{ambe_encoder_sb_impl.h => ysf_tx_sb_impl.h} | 53 +--
op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 +
9 files changed, 862 insertions(+), 43 deletions(-)
copy op25/gr-op25_repeater/include/op25_repeater/{dmr_bs_tx_bb.h => ysf_tx_sb.h} (78%)
create mode 100644 op25/gr-op25_repeater/lib/ysf_const.h
create mode 100644 op25/gr-op25_repeater/lib/ysf_tx_sb_impl.cc
copy op25/gr-op25_repeater/lib/{ambe_encoder_sb_impl.h => ysf_tx_sb_impl.h} (60%)
hooks/post-receive
--
Software-defined analyzer for APCO P25