osmo-pcu.git branch master updated. 0.2-507-gc91c18e

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 Jul 7 07:34:35 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 "UNNAMED PROJECT".

The branch, master has been updated
       via  c91c18e6ef9ee5fca3d10b57ebddf211d3655a8d (commit)
       via  e0c734dcfe6501198e56bd3a89ad03ce5cfd5129 (commit)
       via  07111668d4b4bfe44c02077b29ed7d3cb8415134 (commit)
       via  4944c195d4a71f4aa5d9a3274907fa0bfed0e6ce (commit)
       via  5cd496d2083bef03d9f2425cabec9ec51c8e9254 (commit)
       via  83426b20a30832cbacd8165f5b757910e98f5417 (commit)
       via  617c7127f434fc866ca370e8812f1ad01ad90d27 (commit)
       via  23f93a15ca759b55b4713148f06d9a2d152278ab (commit)
       via  ec478756ccc8e8df264811741bfc9c362cb9233d (commit)
       via  9380f5d2181c63922627cbff6abe5e3cd05523e4 (commit)
       via  ac89a555fa73b24a77bb861811774a5af885bc84 (commit)
       via  699b8dca49df30b7bf6db7090eb416d1ad4fd46d (commit)
       via  ccc34e4d30b962a2963c004d003d3851801ffb3b (commit)
       via  c6d4ceeda6e6b96cc5bbc07fb9489587ed181f60 (commit)
       via  9ec49e2411abb206c82af643d18e2ada82e865e2 (commit)
       via  fa464bbce90130a7f429cdbafac7b64b1fdacd32 (commit)
       via  e565564bc9d74e09ec1962f86aa5155e97377e1f (commit)
      from  cb1b494c896243a92a1969bb4c0ee4baddad2423 (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-pcu/commit/?id=c91c18e6ef9ee5fca3d10b57ebddf211d3655a8d

commit c91c18e6ef9ee5fca3d10b57ebddf211d3655a8d
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Jul 7 09:33:29 2015 +0200

    tbf: Add Poll Timeout counters
    
    This commits adds three poll timeout counters
    
      - RLC Assign Timeout
      - RLC Ack Timeout
      - RLC Release Timeout
    
    to help diagnosing to cause for these events. There seems to be an
    increased rate of these when a PDCH is shared by multiple TBFs.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/bts.cpp                  |  48 ++++++
 src/bts.h                    |  37 +++++
 src/gprs_ms.cpp              |  83 +++++++++-
 src/gprs_ms.h                |  29 ++++
 src/gprs_rlcmac_ts_alloc.cpp | 153 +++++++++++++++++--
 src/tbf.cpp                  |  59 ++++++-
 src/tbf.h                    |   7 +
 src/tbf_dl.cpp               |   6 +-
 tests/alloc/AllocTest.cpp    | 222 ++++++++++++++++++++++++++-
 tests/alloc/AllocTest.err    |  19 ++-
 tests/alloc/AllocTest.ok     | 355 +++++++++++++++++++++++++++++++++++++++++++
 tests/ms/MsTest.cpp          |   3 +
 tests/tbf/TbfTest.cpp        |  14 ++
 tests/tbf/TbfTest.err        | 210 ++++++++++++++++++++++---
 tests/tbf/TbfTest.ok         |   2 +
 15 files changed, 1188 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list