Change in osmo-hlr[master]: hlr_ussd: Introduce LOGPSS() macro

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jul 30 14:34:48 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/10246


Change subject: hlr_ussd: Introduce LOGPSS() macro
......................................................................

hlr_ussd: Introduce LOGPSS() macro

Change-Id: I1058ef9fd67af2224c991e43bab02bcf21c9f174
---
M src/hlr_ussd.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/46/10246/1

diff --git a/src/hlr_ussd.c b/src/hlr_ussd.c
index 41fba34..ef4063c 100644
--- a/src/hlr_ussd.c
+++ b/src/hlr_ussd.c
@@ -126,6 +126,9 @@
  * handling functions for individual GSUP messages
  ***********************************************************************/
 
+#define LOGPSS(ss, lvl, fmt, args...) \
+	LOGP(DMAIN, lvl, "%s/0x%08x: " fmt, (ss)->imsi, (ss)->session_id, ## args)
+
 struct ss_session {
 	/* link us to hlr->ss_sessions */
 	struct llist_head list;
@@ -166,7 +169,7 @@
 {
 	struct ss_session *ss = data;
 
-	LOGP(DMAIN, LOGL_NOTICE, "%s/0x%08x: SS Session Timeout, destroying\n", ss->imsi, ss->session_id);
+	LOGPSS(ss, LOGL_NOTICE, "SS Session Timeout, destroying\n");
 	/* FIXME: should we send a ReturnError component to the MS? */
 	ss_session_free(ss);
 }

-- 
To view, visit https://gerrit.osmocom.org/10246
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1058ef9fd67af2224c991e43bab02bcf21c9f174
Gerrit-Change-Number: 10246
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180730/7ac3795d/attachment.htm>


More information about the gerrit-log mailing list