libosmocore.git branch master updated. 0.9.6-336-g1389e86d

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 Jul 10 22:09:22 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  1389e86d116509884b0e5ee3421fe7683afcab9b (commit)
       via  548e3712009f68f801be806884d848b47c30dced (commit)
      from  ed0eda236c525377e3c25d04456cbeafcab21c2d (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/libosmocore/commit/?id=1389e86d116509884b0e5ee3421fe7683afcab9b

commit 1389e86d116509884b0e5ee3421fe7683afcab9b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jun 18 18:16:02 2017 +0300

    Add pseudo-random bit sequence generator to libosmcoore
    
    These PRBS sequences are specified in ITU-T O.150.  They are typically
    used as test data to be transmitted for BER (bit error rate) testing.
    
    Change-Id: I227b6a6e86a251460ecb816afa9a7439d5fb94d1

http://cgit.osmocom.org/libosmocore/commit/?id=548e3712009f68f801be806884d848b47c30dced

commit 548e3712009f68f801be806884d848b47c30dced
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Jul 10 22:32:08 2017 +0200

    gsm_04_08.h: Add struct for 9.1.13b GPRS suspension request
    
    Change-Id: I90113044460a6c511ced14f588876c4280d1cac7

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

Summary of changes:
 include/Makefile.am                      |  1 +
 include/osmocom/core/prbs.h              | 25 +++++++++++
 include/osmocom/gsm/protocol/gsm_04_08.h |  8 ++++
 src/Makefile.am                          |  2 +-
 src/prbs.c                               | 74 ++++++++++++++++++++++++++++++++
 tests/Makefile.am                        |  7 ++-
 tests/prbs/prbs_test.c                   | 47 ++++++++++++++++++++
 tests/prbs/prbs_test.ok                  | 16 +++++++
 tests/testsuite.at                       |  6 +++
 9 files changed, 183 insertions(+), 3 deletions(-)
 create mode 100644 include/osmocom/core/prbs.h
 create mode 100644 src/prbs.c
 create mode 100644 tests/prbs/prbs_test.c
 create mode 100644 tests/prbs/prbs_test.ok


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list