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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated via 3d6cb338c6764a58f9ac06e305e0e9892790d127 (commit) from e7379fe6570b97c7adea0b74b624adbcd4e56b35 (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/openbsc/commit/?id=3d6cb338c6764a58f9ac06e305e0e9892...
commit 3d6cb338c6764a58f9ac06e305e0e9892790d127 Author: Philipp Maier pmaier@sysmocom.de Date: Tue Dec 20 14:23:45 2016 +0100
gprs: fix T3186 encoding in Sysinfo 13
The timer T3186, which is described in 3GPP TS 44.060, is using 3 bits of the si13 mac block. This requires special encoding. In the case of T3186, the value is encoded by the formula: bits = t/500-1. Our implementation uses the formula bits=t/500, which is incorrect.
Change-Id: Ifd340c536cff2d1c4b1b3677a358ea95438801eb
-----------------------------------------------------------------------
Summary of changes: openbsc/src/libbsc/rest_octets.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org