osmo-bts.git branch master updated. 0.4.0-226-g73cb583

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
Mon Jul 25 18:36:45 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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  73cb583e5147a267a370c576e8ac77507de6d0d7 (commit)
      from  c9582ac2d7366233ab64f2868f17071c2ddadf32 (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/osmo-bts/commit/?id=73cb583e5147a267a370c576e8ac77507de6d0d7

commit 73cb583e5147a267a370c576e8ac77507de6d0d7
Author: Tom Tsou <tom.tsou at ettus.com>
Date:   Wed Jul 6 13:29:25 2016 -0700

    trx: Add EGPRS tables, sequences, and mappings
    
    Includes EGPRS specific convolutional codes, interleaving tables
    and functions, burst mappings, training sequences, and parity
    checks from 3GPP TS 44.060 needed to handle MCS codings 1-9.
    
    Change-Id: Ie270398dd7a72f282ba53e646853d8de1eabee93
    Signed-off-by: Tom Tsou <tom.tsou at ettus.com>

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

Summary of changes:
 include/osmo-bts/scheduler_backend.h    |    1 +
 src/common/scheduler.c                  |   27 +
 src/osmo-bts-trx/gsm0503_conv.c         |  178 ++++
 src/osmo-bts-trx/gsm0503_conv.h         |   15 +
 src/osmo-bts-trx/gsm0503_interleaving.c |  413 ++++++++-
 src/osmo-bts-trx/gsm0503_interleaving.h |   40 +-
 src/osmo-bts-trx/gsm0503_mapping.c      |  202 +++-
 src/osmo-bts-trx/gsm0503_mapping.h      |   23 +-
 src/osmo-bts-trx/gsm0503_parity.c       |   23 +
 src/osmo-bts-trx/gsm0503_parity.h       |    2 +
 src/osmo-bts-trx/gsm0503_tables.c       | 1520 +++++++++++++++++++++++++++++++
 src/osmo-bts-trx/gsm0503_tables.h       |   31 +
 12 files changed, 2471 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list