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 a4f570fe7a9e511d04ba3aade4a144b4cb74deb8 (commit)
via 7df82d412eca327b94f6040a140d1f8d5d9c7c53 (commit)
from 869c0c2e552cc5019531229e366a022f6ede0557 (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=a4f570fe7a9e511d04ba3aade4a144b…
commit a4f570fe7a9e511d04ba3aade4a144b4cb74deb8
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 15 11:21:57 2017 +0100
window: move encoding into functions
* move window size encoding and writing into separate functions
* introduce necessary TBF wrappers to avoid direct m_window access
This is part of preparation work to move to separate UL/DL windows.
Related: OS#1759
Change-Id: I60184d5049bc7d7b119df5a9eb82d1c4b788c840
http://cgit.osmocom.org/osmo-pcu/commit/?id=7df82d412eca327b94f6040a140d1f8…
commit 7df82d412eca327b94f6040a140d1f8d5d9c7c53
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 15 11:14:30 2017 +0100
TBF-DL: mark rcvd_dl_ack() parameters as boolean
The final(_ack) parameter of rcvd_dl_ack() only used as boolean - mark
it as such.
Change-Id: Icc4d68f049a45d4b42c5594f50594ff0d44c1bac
-----------------------------------------------------------------------
Summary of changes:
src/encoding.cpp | 34 ++++++++++++++++++++--------------
src/encoding.h | 2 +-
src/pcu_vty_functions.cpp | 11 +++++------
src/tbf.h | 18 ++++++++++++++----
src/tbf_dl.cpp | 4 ++--
tests/tbf/TbfTest.cpp | 28 ++++++++++++++--------------
6 files changed, 56 insertions(+), 41 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 869c0c2e552cc5019531229e366a022f6ede0557 (commit)
from 0bc982e7142426c1739eae5cd636ff5bd3c8d872 (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=869c0c2e552cc5019531229e366a022…
commit 869c0c2e552cc5019531229e366a022f6ede0557
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 3 12:00:36 2018 +0100
Fix llc_queue_size() type
It either returns 0 or LLC queue size() which has size_t return
type. This means it can never be negative - hence it's better to use
size_t as return type.
Change-Id: I2a6e849d349ab12854976bd0d68537a370a9c83d
Fixes: CID181478
-----------------------------------------------------------------------
Summary of changes:
src/tbf.cpp | 2 +-
src/tbf.h | 2 +-
2 files changed, 2 insertions(+), 2 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 0bc982e7142426c1739eae5cd636ff5bd3c8d872 (commit)
via 467f633b165ed2d439bb54d4ae42cdc341ea81b3 (commit)
via b2de1f78888c40acf63cd27385f809c2c5783106 (commit)
from effdec6e13550f89469c2f9da95895cc5c474dd0 (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=0bc982e7142426c1739eae5cd636ff5…
commit 0bc982e7142426c1739eae5cd636ff5bd3c8d872
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 18:58:50 2017 +0100
TBF: bail out for unknown timers
Return right after logging error if attempting to start or stop unknown
timer.
Change-Id: Ie6ae564d41a5e03270685c6bafb3504278eb3551
Fixes: CID181512, CID181514
http://cgit.osmocom.org/osmo-pcu/commit/?id=467f633b165ed2d439bb54d4ae42cdc…
commit 467f633b165ed2d439bb54d4ae42cdc341ea81b3
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 20 18:13:29 2017 +0100
TBF: log timer invocation source
When troubleshooting TBF timers we're not only interested in timer
duration but also in the code which triggered it. Let's use LOGPSRC to
log it: wrap t_start() in a macro for convenience.
Change-Id: If5f883ae52c469e5158bad24da9904fdc455582f
Related: OS#2407
http://cgit.osmocom.org/osmo-pcu/commit/?id=b2de1f78888c40acf63cd27385f809c…
commit b2de1f78888c40acf63cd27385f809c2c5783106
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 20 18:05:29 2017 +0100
TBF: unify timer handling
Use generic timer handling infrastracture to handle assignment/reject
internal timer. Rename timer array accordingly. Use defines with
explicit second/microsecond values to make it more readable.
Change-Id: I63fb7e6f0695383a83472c836a381a055f64690b
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 6 ++--
src/tbf.cpp | 108 ++++++++++++++++++++++-----------------------------------
src/tbf.h | 23 ++++++------
src/tbf_dl.cpp | 7 ++--
src/tbf_ul.cpp | 2 +-
5 files changed, 59 insertions(+), 87 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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 9d60ce6107fe5e873511dadc2a40b4cda23a53a9 (commit)
from bfeea6713b4e17fcd5cfb0a5b4c042eaf526ae22 (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-iuh/commit/?id=9d60ce6107fe5e873511dadc2a40b4c…
commit 9d60ce6107fe5e873511dadc2a40b4cda23a53a9
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 28 12:32:23 2017 +0100
Enable sanitize for CI tests
Change-Id: I90ca756691e4f644d93af519ed5d54d794d1d401
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "A python tool to program magic SIMs".
The branch, master has been updated
via 665bd22fc5ca24fa9e9b8fa8f5f176b8164b89d5 (commit)
from 287b6ce1b49fc924fd281a000748f2002114c408 (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/pysim/commit/?id=665bd22fc5ca24fa9e9b8fa8f5f176b816…
commit 665bd22fc5ca24fa9e9b8fa8f5f176b8164b89d5
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 29 20:30:35 2017 +0100
utils.py: dec_imsi: Fix ValueError
It should fix the following observed error:
~/pysim$ ./pySim-read.py -p0
Reading ...
ICCID:
Traceback (most recent call last):
File "./pySim-read.py", line 99, in <module>
print("IMSI: %s" % (dec_imsi(res),))
File "/home/lab434/pysim/pySim/utils.py", line 57, in dec_imsi
l = int(ef[0:2]) * 2 # Length of the IMSI string
ValueError: invalid literal for int() with base 10: 'ff'
Change-Id: I7d3ecbf9edd190d1941816796cee60e3957d5943
-----------------------------------------------------------------------
Summary of changes:
pySim/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
A python tool to program magic SIMs