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 for ETSI GMR (GEO Mobile Radio)". The branch, sylvain/gr has been updated discards 93b2ce91b037b3369edcd6e480c2271ff088418e (commit) discards 5ec66c633738d86043cc9c34347cf839710a6763 (commit) discards 6ea35456ea7b2b7e7e548a62568d679c8ed08ef0 (commit) discards ce3c94735cf8cfb832868e73bca6ccae178548be (commit) discards 4ad89fc9bb43e94dfae0da0af2907c746c8b209c (commit) discards a681c363103ea35890b0a16d2325697ea69c08fa (commit) discards 1dc9cff788933e135c139a501ee2477826128111 (commit) discards 6a109c35cc2ee7f209d9f126f9f07346016d2ae8 (commit) discards 2c42fab8aeea59cde5298e719e4e2a84767b07a3 (commit) via ea62a1580b9ce35ff5b31184e5347da341128f89 (commit) via 7f99c02b59283901faf83c2f29dfeb9be5eaf189 (commit) via 864bc0a6fb90ba90d2a2779bd2536b9e4ffefeee (commit) via 810984f26f0c37dfdfa428963d803c9883e23540 (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (93b2ce91b037b3369edcd6e480c2271ff088418e) \ N -- N -- N (ea62a1580b9ce35ff5b31184e5347da341128f89) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. 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=ea62a1580b9ce35ff5b31184e5347da341128f89 commit ea62a1580b9ce35ff5b31184e5347da341128f89 Author: Sylvain Munaut <tnt at 246tNt.com> Date: Fri Jan 30 10:11:02 2015 +0100 gr-gmr1: Make use of the new delimited burst feature Signed-off-by: Sylvain Munaut <tnt at 246tNt.com> http://cgit.osmocom.org/osmo-gmr/commit/?id=7f99c02b59283901faf83c2f29dfeb9be5eaf189 commit 7f99c02b59283901faf83c2f29dfeb9be5eaf189 Author: Sylvain Munaut <tnt at 246tNt.com> Date: Fri Jan 30 10:07:22 2015 +0100 gr-gmr1: Import new burst_to_tagged_stream logic Note that this cheats a little since I use the output buffer as temporary storage (i.e. writing samples to it and not telling GR until later ...) Signed-off-by: Sylvain Munaut <tnt at 246tNt.com> http://cgit.osmocom.org/osmo-gmr/commit/?id=864bc0a6fb90ba90d2a2779bd2536b9e4ffefeee commit 864bc0a6fb90ba90d2a2779bd2536b9e4ffefeee Author: Sylvain Munaut <tnt at 246tNt.com> Date: Sun Aug 31 22:10:41 2014 +0200 gr-gmr1: First code import with working RACH detection Signed-off-by: Sylvain Munaut <tnt at 246tNt.com> http://cgit.osmocom.org/osmo-gmr/commit/?id=810984f26f0c37dfdfa428963d803c9883e23540 commit 810984f26f0c37dfdfa428963d803c9883e23540 Author: Sylvain Munaut <tnt at 246tNt.com> Date: Sun Feb 8 15:09:13 2015 +0100 utils: Remove old unmaintained gmr_multi_rx This is 3.6 and from another time. Remove it all together for the time being. Signed-off-by: Sylvain Munaut <tnt at 246tNt.com> ----------------------------------------------------------------------- Summary of changes: gr-gmr1/include/gnuradio/gmr1/CMakeLists.txt | 2 - gr-gmr1/include/gnuradio/gmr1/rach_detect.h | 50 --- gr-gmr1/include/gnuradio/gmr1/rach_detect_core.h | 51 --- gr-gmr1/lib/CMakeLists.txt | 2 - gr-gmr1/lib/rach_detect_core_impl.cc | 197 --------- gr-gmr1/lib/rach_detect_core_impl.h | 70 --- gr-gmr1/lib/rach_detect_impl.cc | 168 ------- gr-gmr1/lib/rach_detect_impl.h | 67 --- gr-gmr1/swig/gmr1_swig.i | 6 - utils/gmr_multi_rx/.gitignore | 2 - utils/gmr_multi_rx/Makefile | 35 -- utils/gmr_multi_rx/filter_helpers.hpp | 138 ------ utils/gmr_multi_rx/gmr_channels.hpp | 68 --- utils/gmr_multi_rx/gmr_multi_rx.cpp | 540 ----------------------- 14 files changed, 1396 deletions(-) delete mode 100644 gr-gmr1/include/gnuradio/gmr1/rach_detect.h delete mode 100644 gr-gmr1/include/gnuradio/gmr1/rach_detect_core.h delete mode 100644 gr-gmr1/lib/rach_detect_core_impl.cc delete mode 100644 gr-gmr1/lib/rach_detect_core_impl.h delete mode 100644 gr-gmr1/lib/rach_detect_impl.cc delete mode 100644 gr-gmr1/lib/rach_detect_impl.h delete mode 100644 utils/gmr_multi_rx/.gitignore delete mode 100644 utils/gmr_multi_rx/Makefile delete mode 100644 utils/gmr_multi_rx/filter_helpers.hpp delete mode 100644 utils/gmr_multi_rx/gmr_channels.hpp delete mode 100644 utils/gmr_multi_rx/gmr_multi_rx.cpp hooks/post-receive -- Software for ETSI GMR (GEO Mobile Radio)