osmo-tetra.git branch master updated. a562b0e9a2af96d731ecdeacf87f320227792fcc

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
Thu Aug 20 23:55:57 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 "Osmocom TETRA PHY and MAC implementation".

The branch, master has been updated
       via  a562b0e9a2af96d731ecdeacf87f320227792fcc (commit)
       via  7d6f7287d7b8a7db5aa6f172b06b1f51fe198283 (commit)
       via  89f01f35013094ba5fbc2f7bbcd70601bc562824 (commit)
       via  c065f9214c758ead2c746b5ef7d57837bcc6edd4 (commit)
       via  6f78d76052034e655b6c5672fe7ed0ab27e24c39 (commit)
       via  83140af8d0cf66b8ebf7c414f4ed8ef561f4fec2 (commit)
       via  732d06d531a3bb43ca6bd489da09bade6295ef55 (commit)
       via  165bf705a2a8546f17e40ddd9b82e88c979ae17c (commit)
       via  6dcdb8945482554160ccade3a68cf23770d11fea (commit)
       via  59e06e22ee584a7884f339183472ce75b4068008 (commit)
      from  6430bdeb5ffe7194917843fa9c88f92f1b7a52db (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-tetra/commit/?id=a562b0e9a2af96d731ecdeacf87f320227792fcc

commit a562b0e9a2af96d731ecdeacf87f320227792fcc
Author: Petr Baudis <pasky at ucw.cz>
Date:   Tue Jul 3 23:43:56 2012 +0200

    Merged useful extra features
    
    osmosdr-tetra_demod_fft.py: Commandline switch -F for frequency offset
    osmosdr-tetra_demod_fft.py: More verbose fine-tuning messages
    
    Conflicts:
    	src/demod/python/osmosdr-tetra_demod_fft.py

http://cgit.osmocom.org/osmo-tetra/commit/?id=7d6f7287d7b8a7db5aa6f172b06b1f51fe198283

commit 7d6f7287d7b8a7db5aa6f172b06b1f51fe198283
Author: Petr Baudis <pasky at ucw.cz>
Date:   Tue Jul 3 23:43:08 2012 +0200

    osmosdr-tetra_demod_fft.py: More verbose fine-tuning messages

http://cgit.osmocom.org/osmo-tetra/commit/?id=89f01f35013094ba5fbc2f7bbcd70601bc562824

commit 89f01f35013094ba5fbc2f7bbcd70601bc562824
Author: Jiří Pinkava <j-pi at seznam.cz>
Date:   Fri Oct 3 16:12:10 2014 +0200

    fix debug build

http://cgit.osmocom.org/osmo-tetra/commit/?id=c065f9214c758ead2c746b5ef7d57837bcc6edd4

commit c065f9214c758ead2c746b5ef7d57837bcc6edd4
Author: Jiří Pinkava <j-pi at seznam.cz>
Date:   Fri Oct 3 14:56:52 2014 +0200

    speed up float_to_bits
    
    Reduce overhead caused by inefficient call of read
    for each float. Increases speed about 50x.

http://cgit.osmocom.org/osmo-tetra/commit/?id=6f78d76052034e655b6c5672fe7ed0ab27e24c39

commit 6f78d76052034e655b6c5672fe7ed0ab27e24c39
Author: luckyhacky <github at mail.my-cp.de>
Date:   Mon Dec 30 23:58:58 2013 +0100

    removed hard coded values - exchanged it with enum for better readability

http://cgit.osmocom.org/osmo-tetra/commit/?id=83140af8d0cf66b8ebf7c414f4ed8ef561f4fec2

commit 83140af8d0cf66b8ebf7c414f4ed8ef561f4fec2
Author: luckyhacky <github at mail.my-cp.de>
Date:   Mon Dec 30 23:42:36 2013 +0100

    extended sysinfo as described in section 21.4.4.1
    now every transmitted field in sysinfo is analyzed

http://cgit.osmocom.org/osmo-tetra/commit/?id=732d06d531a3bb43ca6bd489da09bade6295ef55

commit 732d06d531a3bb43ca6bd489da09bade6295ef55
Author: luckyhacky <github at mail.my-cp.de>
Date:   Mon Dec 30 23:18:11 2013 +0100

    align for better readability

http://cgit.osmocom.org/osmo-tetra/commit/?id=165bf705a2a8546f17e40ddd9b82e88c979ae17c

commit 165bf705a2a8546f17e40ddd9b82e88c979ae17c
Author: luckyhacky <github at mail.my-cp.de>
Date:   Mon Dec 30 23:02:41 2013 +0100

    fixed typo

http://cgit.osmocom.org/osmo-tetra/commit/?id=6dcdb8945482554160ccade3a68cf23770d11fea

commit 6dcdb8945482554160ccade3a68cf23770d11fea
Author: luckyhacky <github at mail.my-cp.de>
Date:   Mon Dec 30 20:58:30 2013 +0100

    set hyperframe number in struct tdma_time

http://cgit.osmocom.org/osmo-tetra/commit/?id=59e06e22ee584a7884f339183472ce75b4068008

commit 59e06e22ee584a7884f339183472ce75b4068008
Author: luckyhacky <github at mail.my-cp.de>
Date:   Mon Dec 30 20:32:09 2013 +0100

    added basic hyperframe support for output

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

Summary of changes:
 src/demod/python/osmosdr-tetra_demod_fft.py |  7 +++--
 src/float_to_bits.c                         | 29 ++++++++++++------
 src/phy/tetra_burst_sync.c                  |  2 +-
 src/tetra_mac_pdu.c                         | 47 ++++++++++++++++++++---------
 src/tetra_mac_pdu.h                         | 13 ++++++++
 src/tetra_prim.h                            |  2 +-
 src/tetra_tdma.c                            |  3 +-
 src/tetra_tdma.h                            |  1 +
 src/tetra_upper_mac.c                       |  1 +
 9 files changed, 74 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
Osmocom TETRA PHY and MAC implementation



More information about the osmocom-commitlog mailing list