Change in libosmo-sccp[master]: m3ua: Log incorrect selected AS

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Oct 22 19:37:54 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15826 )

Change subject: m3ua: Log incorrect selected AS
......................................................................

m3ua: Log incorrect selected AS

Change-Id: Idfdf6279de1fed453b5f83a5329c50716a79aca9
---
M src/m3ua.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/m3ua.c b/src/m3ua.c
index d733b51..5ab3e79 100644
--- a/src/m3ua.c
+++ b/src/m3ua.c
@@ -561,9 +561,9 @@
 	/* Verify that this ASP is part of the AS. */
 	if (!osmo_ss7_as_has_asp(as, asp)) {
 		LOGPASP(asp, DLM3UA, LOGL_ERROR,
-			"%s(): This Application Server Process is not part of the AS resolved by"
+			"%s(): This Application Server Process is not part of the AS %s resolved by"
 			" routing context %u\n",
-			__func__, rctx);
+			__func__, (as)->cfg.name, rctx);
 		return M3UA_ERR_NO_CONFGD_AS_FOR_ASP;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/15826
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Idfdf6279de1fed453b5f83a5329c50716a79aca9
Gerrit-Change-Number: 15826
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191022/5d8ec9c3/attachment.htm>


More information about the gerrit-log mailing list