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, lynxis/sgsn has been updated
via 6e517d9a276b0914778aa83f64a1e4791506558e (commit)
via 04e9e3100a2cdc6d6380dddf40e9107e33e8182f (commit)
via ac509fe3b0c9f87d35aea3b080b5f76b03527702 (commit)
from 3f940fc9eea40873185a240e68992e70a3e8abb4 (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=6e517d9a276b0914778aa83f64a1e479…
commit 6e517d9a276b0914778aa83f64a1e4791506558e
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Jan 31 16:32:33 2017 +0100
split MM states from PMM states
Change-Id: Ib78300de12b1cbf0f8c9a943aee8770ae8fee7cd
http://cgit.osmocom.org/openbsc/commit/?id=04e9e3100a2cdc6d6380dddf40e9107e…
commit 04e9e3100a2cdc6d6380dddf40e9107e33e8182f
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Jan 31 15:34:26 2017 +0100
sgsn: rename gprs->mm_state -> gmm_state
GMM is the right term. MM state is already occupied.
Change-Id: I9cfdcf921e4ebd14a5e7ce7489ec4ce5d1f5515f
http://cgit.osmocom.org/openbsc/commit/?id=ac509fe3b0c9f87d35aea3b080b5f76b…
commit ac509fe3b0c9f87d35aea3b080b5f76b03527702
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Dec 20 14:23:45 2016 +0100
gprs: 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.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 8 ++---
openbsc/src/gprs/gprs_gmm.c | 61 ++++++++++++++++++++++---------------
openbsc/src/gprs/gprs_sgsn.c | 6 ++--
openbsc/src/gprs/sgsn_libgtp.c | 4 +--
openbsc/src/gprs/sgsn_vty.c | 2 +-
openbsc/src/libbsc/rest_octets.c | 8 ++++-
openbsc/tests/sgsn/sgsn_test.c | 46 ++++++++++++++--------------
7 files changed, 76 insertions(+), 59 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)