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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 37f465e275bea35d36b0763bfaef759792a9031f (commit)
via 95308596540b0733a43d9db5dc6ab0c4f5e2d08f (commit)
via c513c0f562b193a8e710b904b980bfa9b3d08b56 (commit)
via 4ce24c45b9286c3946135f97d6ca6f2d4074526e (commit)
from abdd7a28ede091f06325b3e5b8a77fc9130e6ee3 (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/libosmocore/commit/?id=37f465e275bea35d36b0763bfaef…
commit 37f465e275bea35d36b0763bfaef759792a9031f
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 24 16:04:55 2017 +0200
GPRS: check and report local address used for NSE
When dumping NSE via vty:
* check which local address would be used to communicate with a given
NSE and print it
* print link layer type last to make output more consistent
Change-Id: I6932a29c7899d36bcc275f05dda9670b0e69bef0
Related: SYS#3610
http://cgit.osmocom.org/libosmocore/commit/?id=95308596540b0733a43d9db5dc6a…
commit 95308596540b0733a43d9db5dc6ab0c4f5e2d08f
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 24 15:54:28 2017 +0200
GPRS: clarify ip/frgre union use
* add comment about underlying assumption that structs in ip/frgre union
members in gprs_nsvc struct have the same memory layout
* remove such assumption from gprs_ns_ll_str()
* use gprs_ns_ll_str() for NSE dump
Change-Id: Idcb912b7b3f7460fd2b058e16650c0bde8f757ee
http://cgit.osmocom.org/libosmocore/commit/?id=c513c0f562b193a8e710b904b980…
commit c513c0f562b193a8e710b904b980bfa9b3d08b56
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 23 15:11:14 2017 +0200
GPRS: wrap NS state assignment in macro
This enables logging for every state transition which makes NS
troubleshooting easier.
Change-Id: I5d6eaef0432d9be810bf93d07e40787b9ca59142
Related: SYS#3610
http://cgit.osmocom.org/libosmocore/commit/?id=4ce24c45b9286c3946135f97d6ca…
commit 4ce24c45b9286c3946135f97d6ca6f2d4074526e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 23 15:09:23 2017 +0200
GPRS: unify NS state printing
* introduce defines with NS state names
* use them for vty and tests
* expand test output to print complete NS state
Change-Id: I69f8d536135ae76dbca623c2f1ffba625adcb1e9
Related: SYS#3610
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/gprs_ns.h | 6 +++
src/gb/gprs_ns.c | 67 +++++++++++++++++------
src/gb/gprs_ns_vty.c | 29 +++++-----
tests/gb/gprs_ns_test.c | 7 +--
tests/gb/gprs_ns_test.ok | 120 ++++++++++++++++++++---------------------
5 files changed, 137 insertions(+), 92 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications