osmo-bts.git branch ttsou/egprs updated. 0.4.0-234-g5ba7144

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 Jul 27 01:11:23 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, ttsou/egprs has been updated
  discards  a95a0fe76d2b0fc4100cd7f2627b7f38a336326e (commit)
  discards  0750f3de4aa12e4406a70c76a5e18f0d9678b1c3 (commit)
       via  5ba71448083eec6e523aee3eff54973e81bcbb1b (commit)
       via  7f5c74fa3aa61f170aa0ffaf5a60fe06f6a60a70 (commit)
       via  7b186adb0afcfbf3af1a98e6acc46d17408b3dba (commit)
       via  b0f77ce68548b90f4252dfee61f96e58e15aa7e3 (commit)
       via  090a41f897091f3386b1517d33e12eca4ef5a528 (commit)
       via  78458a3811af63829039e327a8f77f74055ae03e (commit)
       via  21ffe07894ae66346b3073eb0a170a977805b8e7 (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 (a95a0fe76d2b0fc4100cd7f2627b7f38a336326e)
            \
             N -- N -- N (5ba71448083eec6e523aee3eff54973e81bcbb1b)

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-bts/commit/?id=5ba71448083eec6e523aee3eff54973e81bcbb1b

commit 5ba71448083eec6e523aee3eff54973e81bcbb1b
Author: Tom Tsou <tom.tsou at ettus.com>
Date:   Fri Jul 1 00:10:31 2016 -0700

    trx: Enable EGPRS handling through burst lengths
    
    Existing interfaces are coded with the implicit expectation of using
    a burst sequence length of 148, which is constant with GSM and GPRS.
    That changes with EGPRS, where the burst length may be 444 due to
    the use of 8-PSK instead of GMSK modulation.
    
    Setup the interface to accept and return a length value with the
    burst sequence. This allows 444 length bit vectors to/from the
    EGPRS decoder/encoder. Length is explicitly used as a identifier for
    8-PSK vs. GMSK modulated sequences.
    
    Change-Id: I90b46b46b11b6ce280e7f8232d5a2fccec2d4f18
    Signed-off-by: Tom Tsou <tom.tsou at ettus.com>

http://cgit.osmocom.org/osmo-bts/commit/?id=7f5c74fa3aa61f170aa0ffaf5a60fe06f6a60a70

commit 7f5c74fa3aa61f170aa0ffaf5a60fe06f6a60a70
Author: Tom Tsou <tom.tsou at ettus.com>
Date:   Wed Jul 6 13:29:55 2016 -0700

    trx: Add EGPRS coding and decoding procedures
    
    Handles uplink decoding and downlink encoding procedures for MCS 1-9.
    Includes Type 1, 2, and 3 headers and tables from 3GPP TS 44.060 in
    order to independently recover coding and puncturing scheme (CPS)
    parameters for each coded message.
    
    Change-Id: I0f059ae34c6f36179553cbc972f8becf8179eb55
    Signed-off-by: Tom Tsou <tom.tsou at ettus.com>

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

Summary of changes:
 include/osmo-bts/scheduler.h     |  10 ++
 src/common/l1sap.c               |   5 +
 src/common/oml.c                 |   9 ++
 src/common/pcu_sock.c            |   8 ++
 src/common/rsl.c                 | 225 ++++++++++++++++++++++++++++++++++++---
 src/common/scheduler.c           |  12 +--
 src/osmo-bts-litecell15/l1_if.c  |  13 ++-
 src/osmo-bts-litecell15/oml.c    |  33 ++++--
 src/osmo-bts-sysmo/l1_if.c       |  13 ++-
 src/osmo-bts-sysmo/oml.c         |  33 ++++--
 src/osmo-bts-trx/scheduler_trx.c |  21 ++--
 src/osmo-bts-trx/trx_if.c        |   8 +-
 src/osmo-bts-trx/trx_if.h        |   3 -
 13 files changed, 334 insertions(+), 59 deletions(-)


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



More information about the osmocom-commitlog mailing list