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 7c44415d785422b8f7e02059420e7c6feb89f4e9 (commit)
from 0eabffdc35bef3bb678014d4c377ab8a2ac5951f (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=7c44415d785422b8f7e02059420e7c6…
commit 7c44415d785422b8f7e02059420e7c6feb89f4e9
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Mar 12 12:08:54 2015 +0100
tbf: Fix scheduling for DL Ack/Nack request
Currently the DL Ack/Nack is not requested, if the last chunk of the
final LLC frame in the TBF fits exactly into the remaining space of
the RLC block. It is also not requested, if the RRBP flag cannot be
set due to scheduling issues (single block allocation, polling
already pending for this TBF, ...). So up to POLL_ACK_AFTER_FRAMES
(20) RLC data blocks will have to be resent, before requesting the
Ack/Nack will be retried.
This commit removes the first_fin_ack parameter of
create_dl_acked_block entirely and adds a request_dl_ack() method
that should be called, when the TBF's state changes to FINISHED. This
request will be reset, when the block has been scheduled
successfully. Since the first_fin_ack hasn't been set if chunk ==
space, calling request_dl_ack() on both places in create_new_bsn()
when the state is changed to FINISHED will also fix the first issue
described above.
Note that DL scheduling might not be fair concerning access to
first_ts when multiple TS are used for a TBF. In theory, a TBF might
never get access to first_ts in the worst case.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/tbf.h | 4 +++-
src/tbf_dl.cpp | 31 +++++++++++++++++++------------
2 files changed, 22 insertions(+), 13 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 0eabffdc35bef3bb678014d4c377ab8a2ac5951f (commit)
via 1842c921b3ed5c941a092542b922274c535111a9 (commit)
via adcdf150a63b3fe13dd933fca9f51974f40aeede (commit)
from a41a71e2d4fd02a941dff5cc504c064f60c7e234 (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=0eabffdc35bef3bb678014d4c377ab8…
commit 0eabffdc35bef3bb678014d4c377ab8a2ac5951f
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Mar 2 14:28:12 2015 +0100
sched: Modify DL scheduling to use different priorities
Currently the DL blocks are scheduled round robin to each TBF that is
either in state FLOW or FINISHED and not waiting for an IMM.ASS
confirmation. This way, if single blocks has been NACK'ed by the MS
and the PCU has already resent the missing packets, the PCU starts
retransmitting them until it has received an ACK/NACK even if other
TBF have RLC blocks that need to be transmitted.
This commit changes sched_select_downlink to select the next TBF with
the highest priority, where blocks that are going to be resent again
have a lower priority unless the window is stalling. If there is only
one TBF the old behaviour is kept, since there is no other TBF that
can have a higher priority.
If there is much packet loss on a single phone, this modification can
lead to a higher latency for that MS.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=1842c921b3ed5c941a092542b922274…
commit 1842c921b3ed5c941a092542b922274c535111a9
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Mar 2 13:01:35 2015 +0100
tbf: Reduce m_new_tbf logging messages
Currently tbf->m_new_tbf may point to itself if no new TBF is
assigned. But this leads to additional logging messages, since the
code in set_new_tbf and tbf_free assumes, that a real new TBF is
assigned and generates log messages accordingly.
This commit adds checks to avoid those messages in the above case.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=adcdf150a63b3fe13dd933fca9f5197…
commit adcdf150a63b3fe13dd933fca9f51974f40aeede
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Mar 3 14:45:55 2015 +0100
tbf: Add name() method and put the buf into the tbf
Currently tbf_name() must not be used twice in a printf statement
with different TBFs, since the same baffer will be used for each.
This commit puts the text buffer into struct gprs_rlcmac_tbf to avoid
this problem.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_sched.cpp | 29 +++++++++++++++++++-----
src/tbf.cpp | 56 +++++++++++++++++++++++++++++------------------
src/tbf.h | 5 +++++
tests/tbf/TbfTest.err | 6 ++---
4 files changed, 65 insertions(+), 31 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "GNURadio hardware abstraction block".
The branch, master has been updated
via 61184a19e7db7a9579908fa512617327998b00d5 (commit)
via 53ed8918f396508133374e7ddc1beae9c8e67c6a (commit)
via a960600a1eb937541853b7d04ea1e02eac7f7b4f (commit)
via cd0d9350c6a534dd057f709ee1d9f00a19c90306 (commit)
via 535a505069834fdcba99aa0763f55e0c754b76a9 (commit)
via 6d6a483cfbe7ecae6d0858ef862d44405efb6e6f (commit)
via 3afcb7e04f6c48d70b8bb2f2c3ab7723d3fcf026 (commit)
from 48045b597d3a605d2cb1cd2df62d07317009b9ea (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 +
lib/CMakeLists.txt | 8 +
lib/arg_helpers.h | 11 ++
lib/config.h.in | 1 +
lib/sink_impl.cc | 18 ++
lib/{rtl => soapy}/CMakeLists.txt | 14 +-
lib/soapy/soapy_sink_c.cc | 361 ++++++++++++++++++++++++++++++++++++
lib/soapy/soapy_sink_c.h | 138 ++++++++++++++
lib/soapy/soapy_source_c.cc | 379 ++++++++++++++++++++++++++++++++++++++
lib/soapy/soapy_source_c.h | 140 ++++++++++++++
lib/source_impl.cc | 18 ++
11 files changed, 1082 insertions(+), 7 deletions(-)
copy lib/{rtl => soapy}/CMakeLists.txt (80%)
create mode 100644 lib/soapy/soapy_sink_c.cc
create mode 100644 lib/soapy/soapy_sink_c.h
create mode 100644 lib/soapy/soapy_source_c.cc
create mode 100644 lib/soapy/soapy_source_c.h
hooks/post-receive
--
GNURadio hardware abstraction block