osmocom-bb.git branch fixeria/trx updated. osmocon_v0.0.0-2024-gf3541369

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
Tue Feb 27 00:15:38 UTC 2018


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 "The Open Source GSM Base Band stack".

The branch, fixeria/trx has been updated
       via  f35413691db5a78640a05d22586a03a7badcea62 (commit)
       via  615faadcfb28e4f92105ab0336ef32aa5c8420c1 (commit)
       via  24e30142aa51aa070e83e3c6b339662d5c038f12 (commit)
       via  23446011afef95c4e83cbce8dfec736831878563 (commit)
       via  e5480d2c2bc703ed1b387df753220506db2aceec (commit)
      from  05ea7248f8e6c1aed7665efa82eeb92264027f86 (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/osmocom-bb/commit/?id=f35413691db5a78640a05d22586a03a7badcea62

commit f35413691db5a78640a05d22586a03a7badcea62
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Feb 27 07:00:45 2018 +0700

    fake_trx/burst_fwd.py: use DATAMSG transformation API
    
    As the DATAMSG classes were introduced, let's use them.
    This approach abstracts one from dealing with raw bytes.
    
    Also, now BurstForwarder randomizes both RSSI and ToA values,
    as this feature is supported from-the-box by the DATAMSG_TRX2L1.
    
    Change-Id: Ib15018eab749150e244914dab4b6e433ce0c9209

http://cgit.osmocom.org/osmocom-bb/commit/?id=615faadcfb28e4f92105ab0336ef32aa5c8420c1

commit 615faadcfb28e4f92105ab0336ef32aa5c8420c1
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Feb 27 06:46:15 2018 +0700

    fake_trx/data_msg.py: implement message transformation API
    
    This change introduces two new methods, which allow to perform
    L12TRX <-> TRX2L1 message type transformations.
    
    Change-Id: Ic99cf74baa1864bf20a8fc0fc025604bc160084c

http://cgit.osmocom.org/osmocom-bb/commit/?id=24e30142aa51aa070e83e3c6b339662d5c038f12

commit 24e30142aa51aa070e83e3c6b339662d5c038f12
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Feb 27 04:57:58 2018 +0700

    fake_trx/udp_link.py: set SO_REUSEADDR socket option
    
    Setting this option allows one to reuse existing connections,
    for example, by injecting CTRL commands or DATA bursts into
    existing connections between fake_trx.py and trxcon.
    
    Change-Id: I0882c76affa9a668a12d10967081054d2b666ed1

http://cgit.osmocom.org/osmocom-bb/commit/?id=23446011afef95c4e83cbce8dfec736831878563

commit 23446011afef95c4e83cbce8dfec736831878563
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Feb 27 04:50:28 2018 +0700

    fake_trx/udp_link.py: drop useless UDPLink.loop() API
    
    So far, this API is not used anywhere. Let's drop it.
    
    Change-Id: I87ea2436f0b6bbeb62fe17700af48a048be143bb

http://cgit.osmocom.org/osmocom-bb/commit/?id=e5480d2c2bc703ed1b387df753220506db2aceec

commit e5480d2c2bc703ed1b387df753220506db2aceec
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Feb 27 04:40:28 2018 +0700

    fake_trx/udp_link.py: close socket in destructor
    
    Previously it was required to call the UDPLink.shutdown() method
    manually in order to close a socket. Let's do this automatically
    using the destructor of UDPLink.
    
    Change-Id: I59c3dc61ec58cd9effeb789947d28fd602ca91f4

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

Summary of changes:
 src/target/fake_trx/burst_fwd.py   | 83 +++++++++++++++++++++++++++++---------
 src/target/fake_trx/burst_gen.py   |  6 ---
 src/target/fake_trx/burst_send.py  |  7 ----
 src/target/fake_trx/clck_gen.py    |  1 -
 src/target/fake_trx/ctrl_cmd.py    |  1 -
 src/target/fake_trx/ctrl_if_bb.py  |  4 --
 src/target/fake_trx/ctrl_if_bts.py |  4 --
 src/target/fake_trx/data_msg.py    | 37 +++++++++++++++++
 src/target/fake_trx/fake_trx.py    | 12 ------
 src/target/fake_trx/udp_link.py    | 17 ++------
 10 files changed, 105 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list