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 082bbbf8feec0a9a86d7484476e768971fe3b646 (commit)
from 3bd763d2a10e19980505c90242a2eae9e2f6b4cb (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=082bbbf8feec0a9a86d7484476e7689…
commit 082bbbf8feec0a9a86d7484476e768971fe3b646
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Apr 2 12:45:36 2017 +0200
PRBS: a Pseudo-random binary sequence (PRBS) generator class.
Implemeted with a Galois LFSR for speed and flexibility compared to Fibonacci
version.
Aliases for three popular PRBS' are added for convenience - PRBS9, PRBS15 and
PRBS64.
Note that we can't test PRBS64 completely, because the sequence is too long to
be generated.
Change-Id: Ib5331ba5d0b5819929541686fdd87905e2177b74
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
CommonLibs/Makefile.am | 4 +
CommonLibs/PRBS.h | 110 +++++++++++++++++++++
.../convert_base.c => CommonLibs/PRBSTest.cpp | 30 +++---
4 files changed, 134 insertions(+), 11 deletions(-)
create mode 100644 CommonLibs/PRBS.h
copy Transceiver52M/common/convert_base.c => CommonLibs/PRBSTest.cpp (57%)
hooks/post-receive
--
OpenBTS' transceiver retro-fit