osmo-pcu.git branch master updated. 0.2-554-g1c3b899

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 Aug 17 14:51: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  1c3b8998bc6d9d6f78a2bc29ac1f0ba9cffa4fb8 (commit)
       via  ac289050825f23320ee60d9bfae87ee3a25fb2c5 (commit)
       via  04e72d34f5cf885a4d6e2e6b2f2575ad09d0c007 (commit)
       via  6eed1911fd619fb594a9d1a7fc734c1f62ff2f08 (commit)
       via  b31f5ef69963c4e8139515368a3bf867a5d76b00 (commit)
       via  d4ad731baecb1993481941b0cbb6b6d512708572 (commit)
       via  4f666bc1136eb581d11dc47741928725c76b09c6 (commit)
       via  7f79f0d332316acb306682ecac0a1b812d6023d1 (commit)
       via  77da35515ce40baf2305cf7cf5e4008f6b478e36 (commit)
       via  7b3675bf7a6203467e6a72e255544365cefc3b06 (commit)
       via  0f352a6f2293534fa31bfe81cf85ea7dbe317481 (commit)
       via  bf9042203d02298040e5289c86238961c154a3d4 (commit)
       via  7af53e61f0a9de8c6ebe412d7bb0ffe11f71dbbd (commit)
       via  88fb6136fb8b69f37ded4c868689556f3bde3ac8 (commit)
       via  e21b79cb211fa930b79b69ce9416a25816daff47 (commit)
       via  f16a069fd7e34c3f94527965073df3bae0e524b1 (commit)
       via  5979fe9d8af159bbf8ea382bcd06ad43e25e209c (commit)
       via  400ec02e8a0415a59eae9dcdae43de38247897a3 (commit)
       via  40da3e17e5b3d4cf199cb868d561f98c35b93147 (commit)
       via  5a2b8be3f5c9659cedb56855d2741accfdaeab3d (commit)
       via  2b558857dd720ea0a743d2656873a8c472ecd6b9 (commit)
       via  a8c2aaf6f05d5e25665e8cbb2b415c6a2ad34d8b (commit)
       via  69c9bfa0897c63b8a220bdb8db6658dc5021e5da (commit)
       via  b2439bbb8a73f00873efd7f744f70be535496e90 (commit)
       via  3a10dbd56428cf0e79b738f62748509bbd04aa68 (commit)
       via  e0853cdf42e60acd7759acd4869c84756eb1fa27 (commit)
       via  5879c6493f74aecddc81abbd785065325bf2e117 (commit)
       via  47a57f6f869f19704bbb993fc157a86fd0c85e58 (commit)
      from  61205a7e6539b3926c3039e8dcabda6aa9b408ef (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 .gitignore                   |    1 +
 src/Makefile.am              |    6 +-
 src/bts.cpp                  |  149 ++--
 src/bts.h                    |   34 +-
 src/gprs_bssgp_pcu.cpp       |   33 +-
 src/gprs_codel.c             |  179 ++++
 src/gprs_codel.h             |  108 +++
 src/gprs_ms.cpp              |   40 +-
 src/gprs_ms.h                |   13 +
 src/gprs_rlcmac.h            |   14 +-
 src/gprs_rlcmac_ts_alloc.cpp |  492 ++++++++---
 src/pcu_main.cpp             |    4 +-
 src/pcu_vty.c                |   64 +-
 src/tbf.cpp                  |   65 +-
 src/tbf.h                    |    5 +-
 src/tbf_dl.cpp               |  105 ++-
 tests/Makefile.am            |   11 +-
 tests/alloc/AllocTest.cpp    |  349 +++++---
 tests/alloc/AllocTest.err    |  865 ++++++++++++++++++-
 tests/alloc/AllocTest.ok     | 1907 +++++++++++++++++++++++++++++++++++++++---
 tests/codel/codel_test.c     |  147 ++++
 tests/codel/codel_test.ok    |   29 +
 tests/tbf/TbfTest.cpp        |   14 +-
 tests/tbf/TbfTest.err        |  329 ++++----
 tests/testsuite.at           |    6 +
 25 files changed, 4244 insertions(+), 725 deletions(-)
 create mode 100644 src/gprs_codel.c
 create mode 100644 src/gprs_codel.h
 create mode 100644 tests/codel/codel_test.c
 create mode 100644 tests/codel/codel_test.ok


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list