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
Tue Oct 22 19:52:59 UTC 2019


laforge has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/31/15831/1

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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191022/1e12a0f8/attachment.htm>


More information about the gerrit-log mailing list