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 2afec6dba54e4426664b3bd866a7fb5dc363b2c8 (commit)
via 0cc7212cfdfd40e87b531ecf14e76356185f4036 (commit)
via adca67bcbbc461bb8ff9c860ded8e8fa23e74aab (commit)
via f633b8d8b2ce04756530e7000f579085a2660a9b (commit)
from 1187a7719c07476b9926c2fcafa64a6e003550d9 (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=2afec6dba54e4426664b3bd866a7fb5…
commit 2afec6dba54e4426664b3bd866a7fb5dc363b2c8
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 17:21:21 2018 +0100
Simplify TS alloc: split USF/UL allocation
* move USF allocation into separate function
* document USF allocation
This allows to clearly see where selected UL TS is forced into single TS
in algorithm B allocator.
Change-Id: I563dc10827ce68295553f88f3bf2e1fc0ba595c1
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=0cc7212cfdfd40e87b531ecf14e7635…
commit 0cc7212cfdfd40e87b531ecf14e76356185f4036
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 17:00:06 2018 +0100
Simplify TS alloc: split allocation
* generalize TS allocation and move it into separate function
* move single-slot allocation into separate function
* use common functions for TS allocation on both UL and DL
Change-Id: Ied45ae380c345bc76fe9d6fd9a6184d1109f83f2
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=adca67bcbbc461bb8ff9c860ded8e8f…
commit adca67bcbbc461bb8ff9c860ded8e8fa23e74aab
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 15:22:36 2018 +0100
Simplify TS alloc: separate capacity computation
Move TRX capacity computation into separate function and document it.
Change-Id: Ifd88fc7ff818ea2a041eae61c5d457926a0df0f2
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=f633b8d8b2ce04756530e7000f57908…
commit f633b8d8b2ce04756530e7000f579085a2660a9b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 15:28:53 2018 +0100
Simplify TS alloc: split off RX mask computation
Move computation of RX mask into separate function and document it. This
allows to significantly shrink find_multi_slot() function and overall
improve code readability.
Since the test output requires cosmetic adjustment anyway due to change
in the sequence of log messages, use this opportunity to better group
and format log message.
Change-Id: I731726a096bba7ee97499e5cbe3e7401869d7392
Related: OS#2282
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_ts_alloc.cpp | 330 +++++++++++++++++++++++--------------------
src/mslot_class.c | 66 +++++++++
src/mslot_class.h | 7 +
tests/tbf/TbfTest.err | 6 +-
4 files changed, 249 insertions(+), 160 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT