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, neels/gtphub has been updated
via 9c4fb015669037c24f2181585210499a50003cf7 (commit)
via 9c434fd6b304c0aaaeb11f537f78a40b3efaa561 (commit)
via 34b4d6a0c746b3a0138dd1fe05e27738b23cd9dd (commit)
from 128f2961eae87ecc76fd3f83174685e74bb3cdc0 (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=9c4fb015669037c24f2181585210499a…
commit 9c4fb015669037c24f2181585210499a50003cf7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 18 18:11:32 2015 +0100
gtphub: ares vty and init
From sgsn_vty.c, copy the cfg_grx_ggsn_cmd to add an ares server to the static
sgsn_instance.
This is sort of preliminary. As described in comments, the sgsn_ares functions
should actually be separated from the static sgsn structure. gtphub keeps such
an sgsn structure just for the sgsn_ares functions.
http://cgit.osmocom.org/openbsc/commit/?id=9c434fd6b304c0aaaeb11f537f78a40b…
commit 9c434fd6b304c0aaaeb11f537f78a40b3efaa561
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 18 18:11:09 2015 +0100
gtphub: review some logging.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=34b4d6a0c746b3a0138dd1fe05e27738…
commit 34b4d6a0c746b3a0138dd1fe05e27738b23cd9dd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 18 17:53:00 2015 +0100
gtphub: cosmetic: rename a file.
gtphub_ext.c's initial purpose was to wrap a specific function. The file
then turned into everything related to DNS, which fits pretty well. Rename
to gtphub_ares.c.
Tweak the header comment to reflect the new file name.
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/examples/osmo-gtphub/osmo-gtphub.cfg | 2 ++
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/gprs/gtphub.c | 10 +++++--
openbsc/src/gprs/{gtphub_ext.c => gtphub_ares.c} | 30 ++++++++++++---------
openbsc/src/gprs/gtphub_main.c | 34 ++++++++++++------------
openbsc/src/gprs/gtphub_vty.c | 31 +++++++++++++++++++++
6 files changed, 77 insertions(+), 32 deletions(-)
rename openbsc/src/gprs/{gtphub_ext.c => gtphub_ares.c} (89%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)