[PATCH] osmo-ggsn[master]: Log APN and tun names for forwarded packets

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/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Dec 5 15:31:08 UTC 2017


Review at  https://gerrit.osmocom.org/5195

Log APN and tun names for forwarded packets

Change-Id: I6f7ce33f6585b2b78e2b8a5c0f7111f0316d6ddd
---
M ggsn/ggsn.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/95/5195/1

diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index 763a2c5..1e42030 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -689,7 +689,7 @@
 	OSMO_ASSERT(tun);
 	OSMO_ASSERT(apn);
 
-	LOGPPDP(LOGL_DEBUG, pdp, "Packet received: forwarding to tun\n");
+	LOGPPDP(LOGL_DEBUG, pdp, "Packet received APN(%s): forwarding to tun %s\n", apn->cfg.name, tun->devname);
 
 	switch (iph->version) {
 	case 6:

-- 
To view, visit https://gerrit.osmocom.org/5195
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f7ce33f6585b2b78e2b8a5c0f7111f0316d6ddd
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list