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 224a6dda02a2fcf11f70ac25abe9c780167649bf (commit)
from f0e392ac2dbb44eb42a242353f392d570b5de8e8 (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=224a6dda02a2fcf11f70ac25abe9…
commit 224a6dda02a2fcf11f70ac25abe9c780167649bf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Oct 17 15:23:53 2017 +0200
gb: optionally allow nsip packets only from a specific host
When listening for nsip connections is enabled, then every remote
host may send packets. This is useful for an SGSN that serves
multiple PCUs, but contraproductive for a PCU that awaits packets
from a single SGSN.
Add struct members remote_ip, and remote_port to struct gprs_ns_inst,
when set, then the listening end uses connect() to ensure that only
the expected host may send packets.
Related: OS#2401
Change-Id: Ifeb201d9006eec275a46708007ff342cdfc14e45
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/gprs/gprs_ns.h | 2 ++
src/gb/gprs_ns.c | 28 +++++++++++++++++++++++++---
3 files changed, 28 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications