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 111ebe84c2b0a49472ec59022aecf56adfefd82e (commit)
via eb93f592e5bdb729900d64a133d62f9fde9e280f (commit)
via f5898a0528eef82223c450caaf210389c5f00aee (commit)
from edfd7e3d94b7868c0a5eb18cde68bb03805fbbb4 (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=111ebe84c2b0a49472ec59022aecf56…
commit 111ebe84c2b0a49472ec59022aecf56adfefd82e
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Nov 30 12:02:35 2015 +0100
Revert "pcu: Improve default config"
This reverts commit acfb883011552a54c1d5b1b727466a3f29768e61.
The values are now the default values of the application, so they
do not need to be set in this file.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=eb93f592e5bdb729900d64a133d62f9…
commit eb93f592e5bdb729900d64a133d62f9fde9e280f
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Nov 30 11:53:06 2015 +0100
pcu: Enable dl-tbf-idle-time and idle-ack-delay by default
Currently these are enabled in the default config file. Since CoDel
is enabled by default in main() but should not be used without at
least dl-tbf-idle-time, the current default config may lead to
packet loss and performance problems.
This commit enables both features to provide a good (GPRS) performance
experience even without a configuration.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=f5898a0528eef82223c450caaf21038…
commit f5898a0528eef82223c450caaf210389c5f00aee
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 19:05:13 2015 +0100
stat: Add global stat group
Add a global stat_item group for measurement values and a
corresponding macro to get and set the values.
Add a stat_item STAT_MS_PRESET to monitor the number of
MS objects in the storage.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
examples/osmo-pcu.cfg | 4 ----
src/bts.cpp | 14 ++++++++++++++
src/bts.h | 27 +++++++++++++++++++++++++++
src/gprs_ms_storage.cpp | 5 +++++
src/pcu_main.cpp | 2 ++
5 files changed, 48 insertions(+), 4 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT