osmo-pcu.git branch master updated. 0.2-595-g7c8d39a

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 Sep 7 13:05:22 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  7c8d39a67b7568cda38829c774ea541250f3142f (commit)
       via  c8cbfc2c9800929a46ffa71e3bd0f34aa9b42f33 (commit)
       via  ae0a799f4472a75912b444cc2f09361aaea27963 (commit)
       via  91ff7d1864f0248ab5f45047069c09d7843212ca (commit)
       via  9659d593073dfb6711f2ed9ad7bee4ca454db784 (commit)
       via  cf6ae9d12f9bf406a8f164f8109410d01328d913 (commit)
       via  af75ce8e15ec8584cbc96a0cd366a5df68b9dae8 (commit)
       via  be4a08b58ae17b44d2c02421d8346a1ccb63a6b9 (commit)
       via  60f77033ad15da909cdbc0682c781151a23c170c (commit)
       via  e77d49f2a2c20202dbdc5386c7dfeed4e773a077 (commit)
       via  ac49d0943a2a384ef99cce0933cac74d80563407 (commit)
       via  16d29c7da4ee516b4ef0a6ec18cec18f8a76d7fa (commit)
      from  b6b3c7eb2727da98fbba231d9a1e9fe4a33b2dd0 (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=7c8d39a67b7568cda38829c774ea541250f3142f

commit 7c8d39a67b7568cda38829c774ea541250f3142f
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Sep 7 14:04:56 2015 +0200

    poll: Count failed procedures
    
    When a timeout has occured several times, the procedures handled by
    poll_timeout are aborted. This happens when the number of repetitions
    exceed N3105. Currently only the timeouts themselves are counted.
    
    This commits adds counters that are incremented if a procedure has
    really failed.
    
    New counter:
    - rlc.ass.failed:   Count failing UL and DL assigments via PACCH
    - rlc.ack.failed:   Count failing DL Ack/Nack requests
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/bts.cpp             | 76 +++++++++++++++++++++++++++++++++++++++++++++----
 src/bts.h               | 11 +++++++
 src/gprs_ms.h           |  9 ++++++
 src/pcu_l1_if.cpp       | 11 +++++++
 src/pcu_l1_if.h         | 11 ++++---
 src/poll_controller.cpp | 15 +++-------
 src/poll_controller.h   |  3 +-
 src/sysmo_l1_if.c       |  4 +++
 src/tbf.cpp             | 34 ++++++++++++++++++++--
 src/tbf.h               |  2 ++
 src/tbf_dl.cpp          | 63 ++++++++++++++++++----------------------
 tests/tbf/TbfTest.cpp   |  5 ++--
 tests/tbf/TbfTest.err   | 49 ++++++++++++++++++++++++++++---
 13 files changed, 228 insertions(+), 65 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list