osmo-gmr.git branch sylvain/live updated. v0.2-98-g3eb52ce

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

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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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/{ccch.h => xch_dc12.h} |  22 +-
 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/{ccch.c => xch_dc12.c}                  |  48 +-
 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, 2320 insertions(+), 314 deletions(-)
 copy include/osmocom/gmr1/l1/{ccch.h => xch_dc12.h} (59%)
 copy src/l1/{ccch.c => xch_dc12.c} (63%)
 create mode 100755 utils/gmr1_process_recording.py
 create 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