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 842d781b5ef934a16b31f15c625e93c1af38b552 (commit)
via b709144f1bacd55dfdd460dbdcfb22cd617862f3 (commit)
from 8d555635230033e2bfd80bd1b58ed1a50e5600a3 (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=842d781b5ef934a16b31f15c625e93c…
commit 842d781b5ef934a16b31f15c625e93c1af38b552
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 1 18:11:24 2017 +0100
Move multislot table to separate file
To facilitate testing and addition of support for new multislot classes,
hide multislot class struct internals:
* introduce mslot_class_get_*() functions
* use those functions instead of direct access to array of structs
* use ms_class as a parameter to find_multi_slot() instead of entire
object
Change-Id: Id796bcff1322b1e273a0e3236c66c23b9da8fac6
http://cgit.osmocom.org/osmo-pcu/commit/?id=b709144f1bacd55dfdd460dbdcfb22c…
commit b709144f1bacd55dfdd460dbdcfb22cd617862f3
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 1 18:08:40 2017 +0100
Remove unused parameter
Change-Id: Ifd6e04a29e27b1862cf9e98dec7481d3e0efcd48
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/gprs_rlcmac_ts_alloc.cpp | 139 +++++++------------------------
src/mslot_class.c | 144 +++++++++++++++++++++++++++++++++
src/{gprs_rlcmac.cpp => mslot_class.h} | 41 +++++-----
4 files changed, 196 insertions(+), 130 deletions(-)
create mode 100644 src/mslot_class.c
copy src/{gprs_rlcmac.cpp => mslot_class.h} (51%)
hooks/post-receive
--
UNNAMED PROJECT