Change in osmo-msc[master]: Log MI type on request failure

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

Max gerrit-no-reply at lists.osmocom.org
Wed Dec 19 15:26:34 UTC 2018


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12365


Change subject: Log MI type on request failure
......................................................................

Log MI type on request failure

Change-Id: I842a7471ea19a2c13ca1134c56991c0ed63cfb29
---
M src/libmsc/gsm_04_08.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/65/12365/1

diff --git a/src/libmsc/gsm_04_08.c b/src/libmsc/gsm_04_08.c
index dc0476b..19a6116 100644
--- a/src/libmsc/gsm_04_08.c
+++ b/src/libmsc/gsm_04_08.c
@@ -798,8 +798,8 @@
 	/* From vlr_proc_acc_req() we expect an implicit dispatch of PR_ARQ_E_START we expect
 	 * msc_vlr_subscr_assoc() to already have been called and completed. Has an error occured? */
 	if (!conn->vsub) {
-		LOGP(DRR, LOGL_ERROR, "%s: subscriber not allowed to do a CM Service Request\n",
-		     mi_string);
+		LOGP(DRR, LOGL_ERROR, "MI(%s)=%s: subscriber not allowed to do a CM Service Request\n",
+		     gsm48_mi_type_name(mi_type), mi_string);
 		return -EIO;
 	}
 

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I842a7471ea19a2c13ca1134c56991c0ed63cfb29
Gerrit-Change-Number: 12365
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181219/1b462866/attachment.htm>


More information about the gerrit-log mailing list