osmo-pcu.git branch master updated. 0.2-490-gcb1b494

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 Jun 29 09:53:05 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  cb1b494c896243a92a1969bb4c0ee4baddad2423 (commit)
       via  6d86628e5b6d81afae4ca1f24201ee90bfab1c2a (commit)
       via  e2e004e7a91a3cd680c11364d9cb8cd21c714a8b (commit)
       via  ace7b570a047b7ee36557091c10918240c4b8ff3 (commit)
      from  f1379346f7a54e6d0957932dfc90f9a62410adce (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=cb1b494c896243a92a1969bb4c0ee4baddad2423

commit cb1b494c896243a92a1969bb4c0ee4baddad2423
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Jun 19 10:59:58 2015 +0200

    tbf: Add BTS::ms_alloc method
    
    Currently the code that creates the MS objects with tbf.cpp is
    duplicated.
    
    This commit moves the corresponding code into a new method. Since
    there is no TLLI available there, the GprsMsStorage::create_ms method
    has been refactored into two variants: one with TLLI/direction and
    one without.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/bts.cpp                  |  16 ++-
 src/bts.h                    |   4 +-
 src/gprs_ms.cpp              |   2 +-
 src/gprs_ms_storage.cpp      |  17 ++-
 src/gprs_ms_storage.h        |   1 +
 src/gprs_rlcmac.h            |   5 +-
 src/gprs_rlcmac_ts_alloc.cpp |  20 ++--
 src/tbf.cpp                  |  81 ++++++--------
 src/tbf.h                    |   8 +-
 src/tbf_dl.cpp               |   3 +-
 tests/alloc/AllocTest.cpp    |  16 +--
 tests/tbf/TbfTest.cpp        |   5 +-
 tests/tbf/TbfTest.err        | 252 ++++++++++++++++++++++---------------------
 13 files changed, 225 insertions(+), 205 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list