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-defined analyzer for APCO P25".
The branch, max has been updated via 89ef1f32976b47e053b45674d766232ec5d2e236 (commit) via eb522cf5e5dcb2795667734433837314842b6103 (commit) from 8242b8e0fc7909a13f199e6897429f06a2db201a (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=89ef1f32976b47e053b45674d766232ec5d2...
commit 89ef1f32976b47e053b45674d766232ec5d2e236 Author: Max ikj1234i@yahoo.com Date: Mon Mar 6 09:17:50 2017 -0500
initial dstar checkin
http://cgit.osmocom.org/op25/commit/?id=eb522cf5e5dcb2795667734433837314842b...
commit eb522cf5e5dcb2795667734433837314842b6103 Author: Max ikj1234i@yahoo.com Date: Mon Mar 6 09:17:16 2017 -0500
initial dstar checkin
-----------------------------------------------------------------------
Summary of changes: .../op25_repeater/{ysf_tx_sb.h => dstar_tx_sb.h} | 16 +- op25/gr-op25_repeater/lib/CMakeLists.txt | 1 + op25/gr-op25_repeater/lib/ambe.c | 94 ++- op25/gr-op25_repeater/lib/ambe.h | 1 + op25/gr-op25_repeater/lib/ambe3600x2400_const.h | 884 +++++++++++++++++++++ op25/gr-op25_repeater/lib/ambe_encoder.cc | 153 +++- op25/gr-op25_repeater/lib/ambe_encoder.h | 2 + op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc | 162 ++++ .../{dmr_bs_tx_bb_impl.h => dstar_tx_sb_impl.h} | 33 +- op25/gr-op25_repeater/lib/p25p2_vf.cc | 156 ++++ op25/gr-op25_repeater/lib/p25p2_vf.h | 1 + op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 + 12 files changed, 1423 insertions(+), 84 deletions(-) copy op25/gr-op25_repeater/include/op25_repeater/{ysf_tx_sb.h => dstar_tx_sb.h} (79%) create mode 100644 op25/gr-op25_repeater/lib/ambe3600x2400_const.h create mode 100644 op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc copy op25/gr-op25_repeater/lib/{dmr_bs_tx_bb_impl.h => dstar_tx_sb_impl.h} (68%)
hooks/post-receive