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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated via 64a2bd72f591a27105d94c4f860886e17e16d44a (commit) from ced9a5d0e2c7e3371760f1c07df7b41cfe7ab71d (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-bts/commit/?id=64a2bd72f591a27105d94c4f860886e1...
commit 64a2bd72f591a27105d94c4f860886e17e16d44a Author: Max msuraev@sysmocom.de Date: Wed Oct 19 19:07:12 2016 +0200
Add tools to check DTX operation
* superfemto.sh can parse superfemto-compatible DSP log output to properly sort records into MT/MO and DL/UL parts * dtx_check.gawk can process output of superfemto.sh and check for common scheduling errors
This allows to check lc15 and sysmo for errors in DTX DL scheduling. As dtx_check.gawk is generic it can be used with any other BTS hw (or virtual BTS) as long as raw logs from this hw can be converted to simple input format 'FN EVENT' per-line.
Change-Id: Ib1c70c4543b24c2a05a7df8eec5ce3f4eda2c02e Related: OS#1801
-----------------------------------------------------------------------
Summary of changes: contrib/dtx_check.gawk | 77 +++++++++++++++++++++++++++++++++++++++ contrib/superfemto.sh | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100755 contrib/dtx_check.gawk create mode 100755 contrib/superfemto.sh
hooks/post-receive