osmo-trx.git branch achemeris/ramp-up-test created. d7cbeba5dd17f01fa31f0915d56ea7b81e577ca0

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
Fri May 8 00:56:34 UTC 2015


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 "OpenBTS' transceiver retro-fit".

The branch, achemeris/ramp-up-test has been created
        at  d7cbeba5dd17f01fa31f0915d56ea7b81e577ca0 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=d7cbeba5dd17f01fa31f0915d56ea7b81e577ca0

commit d7cbeba5dd17f01fa31f0915d56ea7b81e577ca0
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Thu May 7 20:51:39 2015 -0400

    hack: Burst ramp up issue fix.
    
    * Randomized payload from filler table
    * 4 sps only
    * 156.25 size bursts instead of 156/157
    * 1 extra tail bit appended to beginning and end of burst
    * Downlink bursts from core are dropped
    
    Enable with filler table.
    
    $ ./osmo-trx -f
    
    Also, TSC is hard coded to 7. You can change it here.
    
    diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
    index 7dcc512..c11c6fd 100644
    --- a/Transceiver52M/Transceiver.cpp
    +++ b/Transceiver52M/Transceiver.cpp
    @@ -85,7 +85,7 @@ void TransceiverState::init(size_t slot, bool fill,
    float scale, int sps)
             fillerBurst[i] = rand() % 2;
    
           for (size_t i = 0; i < 26; i++)
    -        fillerBurst[61 + i] = GSM::gTrainingSequence[7][i];
    +        fillerBurst[61 + i] = GSM::gTrainingSequence[0][i];
    
           for (size_t i = 145; i < 148; i++)
             fillerBurst[i] = 0;

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


hooks/post-receive
-- 
OpenBTS' transceiver retro-fit



More information about the osmocom-commitlog mailing list