osmo-bts.git branch master updated. 0.4.0-334-gf4b238f

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
Thu Dec 1 14:49:31 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  f4b238f91efddbfc3bc8456bdfef9a2354103c99 (commit)
      from  103ddc7155c49f0376d1b44c53ccc8569496dd2d (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=f4b238f91efddbfc3bc8456bdfef9a2354103c99

commit f4b238f91efddbfc3bc8456bdfef9a2354103c99
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Nov 4 22:30:35 2016 +0300

    trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.
    
    Originally `maxdly` command in osmo-trx was contrlling max TA for Normal Bursts.
    This was not a proper behaviour, because it was used to "control maximum
    distance a handset can attach from" which is controlled by Access Bursts max TA.
    Osmo-trx was corrected to apply `maxdly` to Access Bursts and a new command was
    introduced to contrl max TA for Normal Bursts - `maxdlynb`. This patch adds
    support for this configuration command into osmo-bts-trx.
    
    If you wonder why would you need that - some test equipment (namely R&S CMD57)
    has really bad timing sync and can generate signal a few symbols off. That
    prevents osmo-trx from properly receiving otherwise perfectly good bursts
    generated by CMD57. This configuration is a solution for this.
    
    Change-Id: Ib5d255299668ac1ef9f0ce95e016f55ba3c82277

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

Summary of changes:
 src/osmo-bts-trx/l1_if.c   |  5 +++++
 src/osmo-bts-trx/l1_if.h   |  4 ++++
 src/osmo-bts-trx/trx_if.c  |  5 +++++
 src/osmo-bts-trx/trx_if.h  |  1 +
 src/osmo-bts-trx/trx_vty.c | 54 +++++++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 68 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list