osmo-trx.git branch fairwaves/WIP-decoder created. 9a5770daacfc86d77b8cfebcc6c5fe6df081ff85

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
Sun May 28 17:33:17 UTC 2017


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, fairwaves/WIP-decoder has been created
        at  9a5770daacfc86d77b8cfebcc6c5fe6df081ff85 (commit)

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

commit 9a5770daacfc86d77b8cfebcc6c5fe6df081ff85
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Wed Apr 20 08:49:38 2016 +0300

    osmo-trx-dec: Offline demodulation tool.
    
    Change-Id: Ic5b59c7fe1a0c02d962b36de2fd5d7fc9a02f266

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

commit ca512a432f9f2f2a7f55e3a879fff0b9fe155b28
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Mar 17 20:47:44 2017 -0700

    WIP:sigProcLib: Reduce burst detection window for NB.
    
    Otherwise we detect bursts with search window far beyond specified.
    
    Change-Id: If3cb40d2311504a13c03e1fbccad663ac201d9a4

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

commit c7ffb95df61a67f203bf9a04309218f9ea1d948f
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Wed Mar 15 23:46:43 2017 +0300

    transceiver: RSSI was calculated reverse.

http://cgit.osmocom.org/osmo-trx/commit/?id=531f30f66bf94da455c869c2223a732211b3d85f

commit 531f30f66bf94da455c869c2223a732211b3d85f
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sun Mar 26 21:49:46 2017 -0700

    osmo-trx-gen: generates waveform files aka IQ binary files in a number of formats.
    
    Generated files can be used as an input to osmo-trx-dec or load them into signal
    generators.
    
    Change-Id: I555d99a632755b5bfcbaf3501a501613c2859d4e

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

commit a49e4cbe0a5e2706f289917945898d681391b9ec
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sun Apr 2 11:27:03 2017 +0200

    WIP:sigProcLib: Use a known PRBS to generate random Normal Bursts.
    
    ToDo:
    1) Add seed randomization.
    2) An option to use a longer PRBS?
    3) Use a known PRBS for other types of bursts.
    
    Change-Id: Ib7fdf2f415457da38b78129532d5b80a4a94ecd3

http://cgit.osmocom.org/osmo-trx/commit/?id=86b3fddecbf549f28173f8f3792487cc53c43066

commit 86b3fddecbf549f28173f8f3792487cc53c43066
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Wed Mar 15 21:35:16 2017 +0300

    osmo-trx: Separate command line switch to enable EDGE filler.
    
    Now -r comand line switch always enables GMSK filler even when EDGE mode is
    enabled with -e switch. If you want to enable EDGE filler, use -E switch.
    
    Change-Id: Ic8808bbe3f06740ef3fec1d1865ecb57fbcfabab

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

commit baf2c74ef1a7f3aeddac486717b2139df566174a
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sun Apr 2 12:45:36 2017 +0200

    PRBS: a Pseudo-random binary sequence (PRBS) generator class.
    
    Implemeted with a Galois LFSR for speed and flexibility compared to Fibonacci version.
    
    Aliases for three popular PRBS' are added for convenience - PRBS9, PRBS15 and PRBS64.
    
    Note that we can't test PRBS64 completely, because the sequence is too long to
    be generated.
    
    Change-Id: Ib5331ba5d0b5819929541686fdd87905e2177b74

http://cgit.osmocom.org/osmo-trx/commit/?id=0b8c592581b913abbb8da033413fedf5dea03b79

commit 0b8c592581b913abbb8da033413fedf5dea03b79
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Mar 24 22:56:08 2017 -0700

    BitVector: Remove Generator class.
    
    It is not used in osmo-trx, because we're not doing FEC or CRC checks.
    
    Change-Id: I1509e785c1187ebdafe5b2518bd298fbbd1cd036

http://cgit.osmocom.org/osmo-trx/commit/?id=120a595cb17a67d8cb6cc103be4ee9ef9747c3cd

commit 120a595cb17a67d8cb6cc103be4ee9ef9747c3cd
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Mar 24 23:24:22 2017 -0700

    sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits.
    
    Each Normal Burst has 3 tail bits, not 4.
    Also it's better to set stealing bits to 0 for maximum compatibility. We may want to
    introduce a selector for each bit whether to set it to 0, to 1 or to a random number.
    
    Change-Id: I0377029556c8b681b3ba3b635bf19572b34546ea

http://cgit.osmocom.org/osmo-trx/commit/?id=3520cc3a25c3b44954bba02f328cb67711ebd938

commit 3520cc3a25c3b44954bba02f328cb67711ebd938
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Thu Mar 23 18:51:17 2017 -0700

    Configuration: Variables allocated with 'new' must be freed with 'delete'.
    
    Thank you Valgrind.
    
    Change-Id: I8477e4e37282947f9841cee9002565631ca0c0b6

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


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



More information about the osmocom-commitlog mailing list