Change in libosmo-sccp[master]: xua_rkm: Print NOTICE log message if registration for wrong rctx

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
Wed Oct 23 18:11:17 UTC 2019


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

Change subject: xua_rkm: Print NOTICE log message if registration for wrong rctx
......................................................................

xua_rkm: Print NOTICE log message if registration for wrong rctx

Change-Id: Ifb70940e9edfad8c99473ec724dc52f5885561de
---
M src/xua_rkm.c
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/src/xua_rkm.c b/src/xua_rkm.c
index f1ac551..976d649 100644
--- a/src/xua_rkm.c
+++ b/src/xua_rkm.c
@@ -258,6 +258,8 @@
 		newly_assigned_as[(*nas_idx)++] = as;
 	} else {
 		/* not permitted to create dynamic RKM entries */
+		LOGPASP(asp, DLSS7, LOGL_NOTICE, "RKM: RCTX %u not found in configuration, and "
+			"dynamic RKM allocation not permitted; permission denied\n", rctx);
 		msgb_append_reg_res(resp, rk_id, M3UA_RKM_REG_ERR_PERM_DENIED, 0);
 		return -1;
 	}

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

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ifb70940e9edfad8c99473ec724dc52f5885561de
Gerrit-Change-Number: 15831
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191023/50b0b6f9/attachment.htm>


More information about the gerrit-log mailing list