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 731e2bb328f6b0d739fa21913eb30cff8a46c70c (commit) via 77988d469d5cd0d876188a829b93890049cc6830 (commit) from 847ed9f8cd4fd95776052c8d1934813f0ea2c813 (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=731e2bb328f6b0d739fa21913eb30cff...
commit 731e2bb328f6b0d739fa21913eb30cff8a46c70c Author: Max msuraev@sysmocom.de Date: Mon Feb 5 16:15:30 2018 +0100
Simplify TS alloc: move slot check into functions
Move timeslot applicability check outside of nested for loop into separate functions and document them. Add corresponding tests.
This allows us to clarify types used in TS-related computations.
Change-Id: Ic39e848da47dc11357782362fdf6206d2c1457c2 Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=77988d469d5cd0d876188a829b938900...
commit 77988d469d5cd0d876188a829b93890049cc6830 Author: Max msuraev@sysmocom.de Date: Mon Feb 19 18:00:38 2018 +0100
Simplify TS alloc: move slot assignment
Move into separate functions: * move timeslot reservation * move UL timeslot assignment * move DL timeslot assignment
Change-Id: I64cf78c5cfc78664766f9769dd5cde632dab92b0 Related: OS#2282
-----------------------------------------------------------------------
Summary of changes: src/gprs_rlcmac_ts_alloc.cpp | 303 ++++++++++++------------- src/mslot_class.c | 43 ++++ src/mslot_class.h | 4 + tests/alloc/MslotTest.cpp | 10 + tests/alloc/MslotTest.ok | 513 +++++++++++++++++++++++++++++++++++++++++++ tests/tbf/TbfTest.err | 2 +- 6 files changed, 710 insertions(+), 165 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org