osmocom-analog.git branch jolly/sdr updated. 5dc34bec7ca175b31e195443324c2b0cf1381bfe

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 Jan 17 19:40:15 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 "A/B/C Netz".

The branch, jolly/sdr has been updated
       via  5dc34bec7ca175b31e195443324c2b0cf1381bfe (commit)
       via  0ac0f914388209b49d49ff6ae07d457736dca328 (commit)
       via  583b88a135811722c2009550b98dafd260c52225 (commit)
       via  3fea24661fe8a60467adfe79e6e032b3a5094f5f (commit)
       via  aa3a6a2c00727d929ee4b5fdbd981d04b66f8b1f (commit)
       via  f58ee29d29906ac2a904493456130b0c68c5d9c6 (commit)
       via  e251c6ef6a56b4e754c90ece727e4c44c6a6da31 (commit)
       via  97a7e35d60a0cf1fb2ac340c3607dbcbdcf9b624 (commit)
       via  02b27ae253f7b35e1d29a850f4561483860ea708 (commit)
      from  a810cdb9eceaa3af5cad514caad4277d4b72f3c8 (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-analog/commit/?id=5dc34bec7ca175b31e195443324c2b0cf1381bfe

commit 5dc34bec7ca175b31e195443324c2b0cf1381bfe
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Tue Jan 17 18:43:03 2017 +0100

    Fixed calculation of elapsed UHD RX time stamp
    
    Now rates above 1000 RX frames per second works. The bug hit when there
    were more than one frame received during one function call. This happens
    if the frame rate is above the main loop rate of 1000 frames per second.
    (default)

http://cgit.osmocom.org/osmocom-analog/commit/?id=0ac0f914388209b49d49ff6ae07d457736dca328

commit 0ac0f914388209b49d49ff6ae07d457736dca328
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Jan 15 11:08:42 2017 +0100

    Filter improvement: LP and HP filters, added test function
    
    The -3 dB level at cut-off frequency is now maintained for multiple
    iterations.

http://cgit.osmocom.org/osmocom-analog/commit/?id=583b88a135811722c2009550b98dafd260c52225

commit 583b88a135811722c2009550b98dafd260c52225
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sat Jan 14 08:05:30 2017 +0100

    Fixed sleep interval in main loop
    
    The elapsed time is calculated, so that it is removed from the sleep
    time. This way the loop interval matches the given target.

http://cgit.osmocom.org/osmocom-analog/commit/?id=3fea24661fe8a60467adfe79e6e032b3a5094f5f

commit 3fea24661fe8a60467adfe79e6e032b3a5094f5f
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sat Jan 14 08:03:42 2017 +0100

    Fixed paging channel switching of B-Netz
    
    Now the calling channel is switched correctly.
    
    A global parameter is used to select how paging is performed.

http://cgit.osmocom.org/osmocom-analog/commit/?id=aa3a6a2c00727d929ee4b5fdbd981d04b66f8b1f

commit aa3a6a2c00727d929ee4b5fdbd981d04b66f8b1f
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Jan 13 14:22:35 2017 +0100

    work on docs

http://cgit.osmocom.org/osmocom-analog/commit/?id=f58ee29d29906ac2a904493456130b0c68c5d9c6

commit f58ee29d29906ac2a904493456130b0c68c5d9c6
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Jan 13 13:55:49 2017 +0100

    Plot IQ data as red points on display, if overdriven (vector length >= 1.0)

http://cgit.osmocom.org/osmocom-analog/commit/?id=e251c6ef6a56b4e754c90ece727e4c44c6a6da31

commit e251c6ef6a56b4e754c90ece727e4c44c6a6da31
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Jan 13 13:38:57 2017 +0100

    Use individual sample rate and setting for call device (headset)

http://cgit.osmocom.org/osmocom-analog/commit/?id=97a7e35d60a0cf1fb2ac340c3607dbcbdcf9b624

commit 97a7e35d60a0cf1fb2ac340c3607dbcbdcf9b624
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Jan 13 07:31:15 2017 +0100

    Wave recording and playback now uses multi channels

http://cgit.osmocom.org/osmocom-analog/commit/?id=02b27ae253f7b35e1d29a850f4561483860ea708

commit 02b27ae253f7b35e1d29a850f4561483860ea708
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Jan 13 07:28:31 2017 +0100

    Use global init/cleanup function

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

Summary of changes:
 .gitignore               |   2 +-
 docs/amps-burst.png      | Bin 0 -> 1565 bytes
 docs/amps-dynatac.jpg    | Bin 0 -> 211307 bytes
 src/amps/main.c          |  19 ++-----
 src/anetz/main.c         |  19 ++-----
 src/bnetz/main.c         |  34 +++----------
 src/cnetz/main.c         |  19 ++-----
 src/cnetz/scrambler.c    |   4 +-
 src/cnetz/scrambler.h    |   6 +--
 src/common/call.c        |  43 ++++++++--------
 src/common/call.h        |   2 +-
 src/common/display_iq.c  |  24 ++++++---
 src/common/filter.c      |  37 ++++++++++----
 src/common/filter.h      |  12 +++--
 src/common/main.h        |   2 +
 src/common/main_common.c | 116 ++++++++++++++++++++++++++++++++++++-------
 src/common/samplerate.c  |   8 +--
 src/common/samplerate.h  |   4 +-
 src/common/sdr.c         |  93 ++++++++++++++++++++++++++++++++---
 src/common/sdr.h         |   2 +-
 src/common/sender.c      |  68 ++++++++++++++------------
 src/common/sender.h      |   3 ++
 src/common/uhd.c         |  60 +++++++++++++----------
 src/common/wave.c        |  62 ++++++++++++++---------
 src/common/wave.h        |  10 ++--
 src/nmt/main.c           |  19 ++-----
 src/test/Makefile.am     |  10 ++++
 src/test/test_filter.c   | 125 +++++++++++++++++++++++++++++++++++++++++++++++
 28 files changed, 551 insertions(+), 252 deletions(-)
 create mode 100644 docs/amps-burst.png
 create mode 100644 docs/amps-dynatac.jpg
 create mode 100644 src/test/test_filter.c


hooks/post-receive
-- 
A/B/C Netz



More information about the osmocom-commitlog mailing list