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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/26/15826/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191022/dfaaf7bb/attachment.htm>