osmo-pcu.git branch master updated. 0.2-634-g6e75bc7

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
Thu Jan 7 11:07:22 UTC 2016


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  6e75bc7fe304eec274f6e485a8b23a164fd4e28e (commit)
       via  845c01ef3f7df788308e56ad22408991c7d2c5ff (commit)
       via  554a835e906419ff5b4b773b3a723a3fa2e15611 (commit)
       via  39c6c7f738439197fd13636e9a9ea6ca192f7b4e (commit)
       via  b3100e187b8030fe25057978433e1dde62e86647 (commit)
       via  e8f5fe52554895661f7dafedb96c4c68b0ca9bda (commit)
       via  ce1beb423cddfddebeb2ebacb60eb10506eeff71 (commit)
       via  784a0bd0001e4e81167eda6e3bb4a2001d24d1f6 (commit)
       via  d87e1d6ab747423d3668c74d16201a5d967accf0 (commit)
       via  61679251472391bf1746eb277b5027caa1ac14ad (commit)
       via  4abc686d76b1d74ba07939f5e586842c68c37e25 (commit)
       via  392a5453361d639abe3eb50ec5ea7ace1595af04 (commit)
       via  4aa78a8bea0d49a5fe6b3759606afd16eaf3de88 (commit)
       via  6c3dc61db58bf469c504ffbfcbe061de2f18ceac (commit)
       via  3b802e3c4ab59e6714d42298ca7b0b793e063f21 (commit)
       via  690a734ebf392af8a8c8f443b2099e491d5aef3e (commit)
       via  9e862e1e7f94e693615a843cbbbca0f4417e277f (commit)
       via  d0222cfe2dda4f169bf3d37cdc5eb79ef699cfd2 (commit)
       via  409f980a180ad8977717cbb5ec412990a0ecbfb0 (commit)
       via  14e00f8f66faf0c1f551d1d5e4527c51177d6dc8 (commit)
       via  5265f59525157d135c1051f057f836395782c98e (commit)
       via  86b6f05d19c8559b99d548730e54c1a4bfb7beba (commit)
       via  5643f35fb4d09b160c4cd14c8e0ef6f2b7dce07e (commit)
       via  76d767cbe84fbfecfd3003af622f949f04aadbe4 (commit)
       via  953c78987a2dc99d4afcd3752507fcedabc9830f (commit)
       via  c3c58046c7223d48c61eb7126f33dca300254485 (commit)
      from  111ebe84c2b0a49472ec59022aecf56adfefd82e (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:
 src/Makefile.am            |   6 +-
 src/bts.cpp                | 158 ++++++++-----
 src/bts.h                  |  10 +-
 src/decoding.cpp           | 437 ++++++++++++++++++++++++++++++++++++
 src/decoding.h             |  23 ++
 src/encoding.cpp           |  48 +++-
 src/encoding.h             |   2 +-
 src/gprs_bssgp_pcu.cpp     |   4 +-
 src/gprs_coding_scheme.cpp | 122 ++++++++++
 src/gprs_coding_scheme.h   | 147 ++++++++++++
 src/gprs_ms.cpp            |  13 ++
 src/gprs_ms.h              |   8 +
 src/gprs_rlcmac_sched.cpp  |   2 +-
 src/pcu_vty.c              |  39 ++++
 src/pcu_vty_functions.cpp  |   1 +
 src/rlc.cpp                |  12 +-
 src/rlc.h                  |  68 +++++-
 src/tbf.cpp                |  89 +++++---
 src/tbf.h                  |  40 +++-
 src/tbf_dl.cpp             |  41 ++--
 src/tbf_ul.cpp             | 347 +++++++++++++----------------
 tests/Makefile.am          |  13 +-
 tests/alloc/AllocTest.cpp  |  36 +--
 tests/edge/EdgeTest.cpp    | 542 +++++++++++++++++++++++++++++++++++++++++++++
 tests/edge/EdgeTest.ok     |   4 +
 tests/tbf/TbfTest.cpp      |  16 +-
 tests/tbf/TbfTest.err      | 128 +++++++----
 tests/testsuite.at         |   7 +
 tests/types/TypesTest.cpp  |  25 ++-
 29 files changed, 1977 insertions(+), 411 deletions(-)
 create mode 100644 src/gprs_coding_scheme.cpp
 create mode 100644 src/gprs_coding_scheme.h
 create mode 100644 tests/edge/EdgeTest.cpp
 create mode 100644 tests/edge/EdgeTest.ok


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list