This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 "SCCP Library".
The branch, master has been updated
via 4f30f785c83b164d5603293150653b02dc6c69d8 (commit)
from cbb7b79e19f149de5543d3f49c73bc707cd545b9 (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/libosmo-sccp/commit/?id=4f30f785c83b164d5603293150653b02dc6c69d8
commit 4f30f785c83b164d5603293150653b02dc6c69d8
Author: Philipp Maier <pmaier at sysmocom.de>
Date: Mon Jul 3 14:01:39 2017 +0200
vty: Check returncode of osmo_ss7_pointcode_parse()
The result of osmo_ss7_pointcode_parse() is currently not
checked. This means that -EINVAL could end up as value
in the pointcode configuration.
Check the return code of osmo_ss7_pointcode_parse() and
exit the VTY command with CMD_WARNING if the returned
pointcode is < 0
Change-Id: Iae6d92b1d135063dfd0a26bc23a89802cb3b1a78
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7_vty.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 51 insertions(+), 8 deletions(-)
hooks/post-receive
--
SCCP Library