osmo-trx.git branch master updated. 0.2.0-32-g28ce315

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
Mon Jan 15 11:17:39 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 "OpenBTS' transceiver retro-fit".

The branch, master has been updated
       via  28ce315a3225188211c2ed52844716f88093035e (commit)
       via  10d76b6863cb2168cc5607fd70b191216acc851c (commit)
       via  708b8b44aeb8c0e57b8defb3007aef432f2e2b45 (commit)
       via  cb0fc9b21ad0aea667f14c17d339e2e1a3177a3d (commit)
      from  8639fee50452ac51c9963e7cb51e82989efbb5f1 (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-trx/commit/?id=28ce315a3225188211c2ed52844716f88093035e

commit 28ce315a3225188211c2ed52844716f88093035e
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Jan 15 11:46:26 2018 +0100

    tests: TimevalTest: refactor and avoid double comparison
    
    Before this patch, the experession assert(then_secondws==then.seconds())
    was failing in x86 architecture (and passing when adding a fprintf to
    debug it). Avoid comparing the double values with == as that's usually a
    bad idea, since the processor can output slightly different results for
    the same operation depending on how it is optimized. Use timespec()
    instead to check the invariant. Take the chance to refactor some
    variables around to make the test easier to read.
    
    Change-Id: Id4324be8ece86d371b1acb46bbd97856dfed241d

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

commit 10d76b6863cb2168cc5607fd70b191216acc851c
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Jan 15 10:43:31 2018 +0100

    tests: SocketsTest: Fail test on write fail
    
    Change-Id: Ib6b778a2225339ebd2eaa80b3fca6ee8d8646b23

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

commit 708b8b44aeb8c0e57b8defb3007aef432f2e2b45
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Jan 15 10:06:32 2018 +0100

    tests: SocketsTest: Avoid hang forever if test fails
    
    Change-Id: Ia95e216a2ab6d397ab02c828b70f2b95d1671257

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

commit cb0fc9b21ad0aea667f14c17d339e2e1a3177a3d
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Jan 15 10:29:20 2018 +0100

    tests: SocketTests: Pick OS-assigned instead of setting one manually
    
    This fixes failures if the port is already being taken by other apps or
    if this test is run several times concurrently in the same system.
    
    Change-Id: Iea213375e489a56cf8ed3e47fe814e17c288803e

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

Summary of changes:
 tests/CommonLibs/SocketsTest.cpp | 41 ++++++++++++++++++++++++++++++----------
 tests/CommonLibs/TimevalTest.cpp | 24 ++++++++++++++---------
 2 files changed, 46 insertions(+), 19 deletions(-)


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



More information about the osmocom-commitlog mailing list