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 a41a71e2d4fd02a941dff5cc504c064f60c7e234 (commit) via 297edf754f74066d3885d429a67c2f989ced9bf0 (commit) from 08fe76a89334ddc4ee906bd30a00d908745b2b7b (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=a41a71e2d4fd02a941dff5cc504c064f...
commit a41a71e2d4fd02a941dff5cc504c064f60c7e234 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Thu Feb 26 15:10:58 2015 +0100
pcu: Fix log message
This commit adds a missing LF to a log message.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=297edf754f74066d3885d429a67c2f98...
commit 297edf754f74066d3885d429a67c2f989ced9bf0 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Thu Feb 26 14:59:52 2015 +0100
tbf: Don't use 'old' DL TBFs after reuse_tbf
Currently two DL TBF objects with the same TLLI exist after reuse_tbf which make the result of tbf_by_tlli undefined. This leads to several DL TBFs belonging to the same TLLI.
This commit extends tbf_by_tlli to check the m_tlli_valid flag for DL, too. That flag is set to 0 in reuse_tbf to mark the 'old' DL TBF as invalid after its LLC data has been copied to the new one.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes: src/bts.cpp | 2 +- src/sysmo_l1_if.c | 2 +- src/tbf_dl.cpp | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org