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 OpenGGSN project".
The branch, laforge/kernel-gtp has been updated
via 23cb7dacbbf839aa491146e683aac6256a118aae (commit)
via 6335bfe78a003f763d13977f26c6c8d37ee8b234 (commit)
via 0de61c5b1d7f13b861c3dbb33e848d5ca50d390a (commit)
from e8308d4d8a580504c468bc6ae8d8a73ee12021f9 (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/osmo-ggsn/commit/?id=23cb7dacbbf839aa491146e683aac6…
commit 23cb7dacbbf839aa491146e683aac6256a118aae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 18:26:59 2017 +0900
gtp-kernel: Add device nime in pdp_debug() log statements
Change-Id: Iad0e7a9fa48fcddc31b8d555244581efdbd61b4e
http://cgit.osmocom.org/osmo-ggsn/commit/?id=6335bfe78a003f763d13977f26c6c8…
commit 6335bfe78a003f763d13977f26c6c8d37ee8b234
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 9 11:28:13 2017 +0900
gtp-kernel: Add function name to pdp_debug() function calls
This allows us to distinguish "add" from "del" operatons in the
log
Change-Id: Ibe2e76a6eecc7b5fa5f44ab2c1578597138e30b9
http://cgit.osmocom.org/osmo-ggsn/commit/?id=0de61c5b1d7f13b861c3dbb33e848d…
commit 0de61c5b1d7f13b861c3dbb33e848d5ca50d390a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 16:53:47 2017 +0900
gtp-kernel.c: Get rid of SYS_ERR where not applicable
SYS_ERR is for logging an error from the (operating) system including
the errno value. For general logging, we have DEBUGP/LOGP. Let's
convert the gtp-kernel logging over. This also fixes the related line
ending mess-up as SYS_ERR adds a LF while LOGP/DEBUGP don't.
Change-Id: Idb4069a28227b770e20d62bf306cd294f47146ae
-----------------------------------------------------------------------
Summary of changes:
ggsn/gtp-kernel.c | 31 +++++++++++++------------------
1 file changed, 13 insertions(+), 18 deletions(-)
hooks/post-receive
--
The OpenGGSN project