Change in osmo-sgsn[master]: gbproxy: Improve log messages in gbproxy_select_sgsn

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/.

daniel gerrit-no-reply at lists.osmocom.org
Thu Jan 21 17:49:37 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/22362 )


Change subject: gbproxy: Improve log messages in gbproxy_select_sgsn
......................................................................

gbproxy: Improve log messages in gbproxy_select_sgsn

Change-Id: Id7bc755b90c35ed7c8cfa8408073e2866d639f2d
Related: OS#4954
---
M src/gbproxy/gb_proxy.c
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/62/22362/1

diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c
index edd9f29..be8602e 100644
--- a/src/gbproxy/gb_proxy.c
+++ b/src/gbproxy/gb_proxy.c
@@ -251,8 +251,10 @@
 				}
 			} else {
 				/* We couldn't get the NRI from the TLLI */
-				LOGP(DGPRS, LOGL_ERROR, "Could not extract NRI from local TLLI %u\n", *tlli);
+				LOGP(DGPRS, LOGL_ERROR, "Could not extract NRI from local TLLI %08x\n", *tlli);
 			}
+		} else {
+			LOGP(DGPRS, LOGL_INFO, "TLLI %08x is neither local nor foreign\n");
 		}
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/22362
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Id7bc755b90c35ed7c8cfa8408073e2866d639f2d
Gerrit-Change-Number: 22362
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210121/1e893ac0/attachment.htm>


More information about the gerrit-log mailing list