osmocom-bb.git branch fixeria/trx updated. osmocon_v0.0.0-2027-g7881fd60

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 Feb 28 15:26:15 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  7881fd6001273692d87f18c05e6592232b732b40 (commit)
       via  d93c1debb0f2b782c7b051c338753508bd6bca23 (commit)
       via  77492b792619d66f5395cb0f000d053afb73f9c4 (commit)
      from  f35413691db5a78640a05d22586a03a7badcea62 (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=7881fd6001273692d87f18c05e6592232b732b40

commit 7881fd6001273692d87f18c05e6592232b732b40
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Feb 28 01:04:51 2018 +0700

    fake_trx/data_msg.py: use a single unified constructor
    
    There are no message specific initialization parts, excepting
    the header specific fields setting. Let's us a common constructor,
    dropping custom fields from its arguments.
    
    Change-Id: I13a3e4b2f6a1f443ebe7d809df62736e3c43f56f

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

commit d93c1debb0f2b782c7b051c338753508bd6bca23
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Feb 28 15:08:58 2018 +0700

    fake_trx/data_dump.py: fix python3 compatibility
    
    There is no 'file' type in Python3 anymore, so let's reverse the
    condition in DATADumpFile constructor. Also, the tag definition
    was incorrect: both '\x01' and b'\x01' aren't the same.
    
    Change-Id: Ib00c7f0bd5871fcfce931a4bfa501ae5bf797c45

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

commit 77492b792619d66f5395cb0f000d053afb73f9c4
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Feb 28 01:17:31 2018 +0700

    fake_trx/data_msg.py: fix python3 compatibility in tests
    
    In Python3 a range has it's own type, so its comparasion with
    a list is incorrect. Let's explicitly convert both bit ranges
    to lists in the bit conversation tests.
    
    Change-Id: I98c40d3d63cbcdc3e5dc840ebf8d7310c5c08e56

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

Summary of changes:
 src/target/fake_trx/data_dump.py | 12 ++++++------
 src/target/fake_trx/data_msg.py  | 27 +++++++--------------------
 2 files changed, 13 insertions(+), 26 deletions(-)


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



More information about the osmocom-commitlog mailing list