Change in osmo-msc[master]: mncc_builtin: log type of unhandled message in int_mncc_recv()

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

fixeria gerrit-no-reply at lists.osmocom.org
Sat Aug 22 10:51:03 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/19797 )


Change subject: mncc_builtin: log type of unhandled message in int_mncc_recv()
......................................................................

mncc_builtin: log type of unhandled message in int_mncc_recv()

Change-Id: Ie65b2da4c3a13ac36132a2f8c9c85cc420c7a5a6
---
M src/libmsc/mncc_builtin.c
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/src/libmsc/mncc_builtin.c b/src/libmsc/mncc_builtin.c
index 286fb56..cc3f55d 100644
--- a/src/libmsc/mncc_builtin.c
+++ b/src/libmsc/mncc_builtin.c
@@ -370,7 +370,8 @@
 		rc = mncc_tx_to_cc(net, data);
 		break;
 	default:
-		LOGP(DMNCC, LOGL_NOTICE, "(call %x) Message unhandled\n", callref);
+		LOGP(DMNCC, LOGL_NOTICE, "(call %x) Message '%s' unhandled\n",
+		     callref, get_mncc_name(msg_type));
 		break;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/19797
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie65b2da4c3a13ac36132a2f8c9c85cc420c7a5a6
Gerrit-Change-Number: 19797
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200822/4ce5b111/attachment.htm>


More information about the gerrit-log mailing list