osmo-gmr.git branch sylvain/live updated. v0.2-86-g14e67cd

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.org
Wed Sep 14 14:29:52 UTC 2016


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
  discards  3eb52cea3b5b4fbcf8da421c388c6d145c03cf16 (commit)
  discards  b9700ddb2d86d60d003f8cc7d40235a6eed9a49e (commit)
  discards  a8b5bf1a9c4e6e05f95a1825398f405795f6fa79 (commit)
  discards  8013c3de4261761497293cebb269612f7ce4efce (commit)
  discards  eb9d362e6225e340a937f552ca2115cdfca4cf2b (commit)
  discards  7c936827ddf502bb4bc7959d18df98ea9a805ac9 (commit)
  discards  22022252083f8833ef8d46d062edc877957a67a0 (commit)
  discards  35ed5379ca29c083e0868cd7adb4404a9c1a0934 (commit)
  discards  7bf5c1e1df8d64491baf2e084589d4d21f431a2a (commit)
  discards  1ee9f4dc631251d884ecbc68201d7e52d72748b9 (commit)
  discards  6a4ca30df3624520838a68645cdc04f5923d22e2 (commit)
  discards  b52837b969d9bece1f87555da1c893a34b6531b9 (commit)
  discards  23d198e18d70661b90a908986947c0f5c992b45e (commit)
  discards  ab9a26c04a6365aae2112a463e077f02862c804d (commit)
  discards  56392c0f1ca1f83c32816f41cce1e8be9a5be6e6 (commit)
       via  14e67cdaa90ef4de0876cad1b6cfb6ccf6c684a8 (commit)
       via  42c03de385e4eeb94fe852a1ab2fc00ac6f38366 (commit)
       via  e9e2ee173ed535d00d5a6537a0bf0a19408287a7 (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 (3eb52cea3b5b4fbcf8da421c388c6d145c03cf16)
            \
             N -- N -- N (14e67cdaa90ef4de0876cad1b6cfb6ccf6c684a8)

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=14e67cdaa90ef4de0876cad1b6cfb6ccf6c684a8

commit 14e67cdaa90ef4de0876cad1b6cfb6ccf6c684a8
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Sun Apr 5 15:51:37 2015 +0200

    rtfwk: Split into separate files for each task
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=42c03de385e4eeb94fe852a1ab2fc00ac6f38366

commit 42c03de385e4eeb94fe852a1ab2fc00ac6f38366
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Sun Apr 5 11:30:20 2015 +0200

    rtfwk: Create a new rxfwk subdir to contain the 'RealTime 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 at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=e9e2ee173ed535d00d5a6537a0bf0a19408287a7

commit e9e2ee173ed535d00d5a6537a0bf0a19408287a7
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Mar 14 10:48:46 2012 +0100

    [hack] Add first attempt at live stream processing
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

-----------------------------------------------------------------------

Summary of changes:
 Doxyfile.in                          |  11 +-
 Makefile.am                          |   4 +-
 README                               |   2 +-
 include/osmocom/gmr1/codec/codec.h   |   2 +-
 include/osmocom/gmr1/gsmtap.h        |   2 +-
 include/osmocom/gmr1/l1/Makefile.am  |   2 +-
 include/osmocom/gmr1/l1/a5.h         |   2 +-
 include/osmocom/gmr1/l1/bcch.h       |   2 +-
 include/osmocom/gmr1/l1/ccch.h       |   2 +-
 include/osmocom/gmr1/l1/conv.h       |  16 +-
 include/osmocom/gmr1/l1/crc.h        |   2 +-
 include/osmocom/gmr1/l1/defs.h       |   2 +-
 include/osmocom/gmr1/l1/facch3.h     |   2 +-
 include/osmocom/gmr1/l1/facch9.h     |   2 +-
 include/osmocom/gmr1/l1/interleave.h |   2 +-
 include/osmocom/gmr1/l1/punct.h      |  69 +--
 include/osmocom/gmr1/l1/rach.h       |   2 +-
 include/osmocom/gmr1/l1/scramb.h     |   2 +-
 include/osmocom/gmr1/l1/tch3.h       |   2 +-
 include/osmocom/gmr1/l1/tch9.h       |   2 +-
 include/osmocom/gmr1/l1/xch_dc12.h   |  43 --
 include/osmocom/gmr1/sdr/defs.h      |   2 +-
 include/osmocom/gmr1/sdr/dkab.h      |   2 +-
 include/osmocom/gmr1/sdr/fcch.h      |  28 +-
 include/osmocom/gmr1/sdr/nb.h        |   3 +-
 include/osmocom/gmr1/sdr/pi4cxpsk.h  |  14 +-
 src/codec/ambe.c                     |   4 +-
 src/codec/codec.c                    |   2 +-
 src/codec/frame.c                    |   2 +-
 src/codec/math.c                     |   2 +-
 src/codec/private.h                  |   2 +-
 src/codec/synth.c                    |   2 +-
 src/codec/tables.c                   |   2 +-
 src/codec/tone.c                     |   8 +-
 src/gmr1_ambe_decode.c               |   2 +-
 src/gmr1_gen_mat.c                   |   2 +-
 src/gmr1_rach_gen.c                  |   2 +-
 src/gmr1_rx.c                        |  18 +-
 src/gmr1_rx_live.c                   |  11 +-
 src/gsmtap.c                         |   2 +-
 src/l1/Makefile.am                   |   2 +-
 src/l1/a5.c                          |   2 +-
 src/l1/bcch.c                        |   6 +-
 src/l1/ccch.c                        |   6 +-
 src/l1/conv.c                        | 420 ++--------------
 src/l1/crc.c                         |   2 +-
 src/l1/facch3.c                      |   4 +-
 src/l1/facch9.c                      |   4 +-
 src/l1/interleave.c                  |   2 +-
 src/l1/punct.c                       | 912 ++---------------------------------
 src/l1/rach.c                        |   4 +-
 src/l1/scramb.c                      |   2 +-
 src/l1/tch3.c                        |   4 +-
 src/l1/tch9.c                        |  14 +-
 src/l1/xch_dc12.c                    | 107 ----
 src/rtfwk/Makefile.am                |   3 -
 src/rtfwk/common.c                   |   2 +-
 src/rtfwk/common.h                   |   2 +-
 src/rtfwk/ringbuf.c                  |   2 +-
 src/rtfwk/ringbuf.h                  |   2 +-
 src/rtfwk/sa_bcch_ccch.c             |   2 +-
 src/rtfwk/sa_bcch_ccch.h             |   2 +-
 src/rtfwk/sa_fcch.c                  |  27 +-
 src/rtfwk/sa_fcch.h                  |   6 +-
 src/rtfwk/sa_file.c                  |   2 +-
 src/rtfwk/sa_file.h                  |   2 +-
 src/rtfwk/sa_tch3.c                  |   2 +-
 src/rtfwk/sa_tch3.h                  |   2 +-
 src/rtfwk/sa_tch9.c                  |   2 +-
 src/rtfwk/sa_tch9.h                  |   2 +-
 src/rtfwk/sampbuf.c                  |   5 +-
 src/rtfwk/sampbuf.h                  |   2 +-
 src/sdr/dkab.c                       |   2 +-
 src/sdr/fcch.c                       | 154 ++----
 src/sdr/nb.c                         |  33 +-
 src/sdr/pi4cxpsk.c                   |  37 +-
 utils/gmr1_process_recording.py      |  88 ----
 utils/gmr1_rx_lband.py               | 557 ---------------------
 78 files changed, 278 insertions(+), 2436 deletions(-)
 delete mode 100644 include/osmocom/gmr1/l1/xch_dc12.h
 delete mode 100644 src/l1/xch_dc12.c
 delete mode 100755 utils/gmr1_process_recording.py
 delete mode 100755 utils/gmr1_rx_lband.py


hooks/post-receive
-- 
Software for ETSI GMR (GEO Mobile Radio)



More information about the osmocom-commitlog mailing list