Change in ...osmo-msc[master]: libmsc/gsm_09_11.c: log network-originated session establishment error

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 Jun 15 09:58:28 UTC 2019


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


Change subject: libmsc/gsm_09_11.c: log network-originated session establishment error
......................................................................

libmsc/gsm_09_11.c: log network-originated session establishment error

Change-Id: I090c25de3421f770115ed68a7ecc050694cedff7
---
M src/libmsc/gsm_09_11.c
1 file changed, 3 insertions(+), 0 deletions(-)



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

diff --git a/src/libmsc/gsm_09_11.c b/src/libmsc/gsm_09_11.c
index 9acff0c..866d944 100644
--- a/src/libmsc/gsm_09_11.c
+++ b/src/libmsc/gsm_09_11.c
@@ -466,6 +466,9 @@
 		/* Attempt to establish a new transaction */
 		trans = establish_nc_ss_trans(net, vsub, gsup_msg);
 		if (!trans) {
+			LOGP(DSS, LOGL_ERROR, "Failed to establish a network-originated "
+					      "SS/USSD transaction, rejecting %s\n",
+					      osmo_gsup_message_type_name(gsup_msg->message_type));
 			gsup_client_mux_tx_error_reply(gcm, gsup_msg, GMM_CAUSE_NET_FAIL);
 			return -EINVAL;
 		}

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I090c25de3421f770115ed68a7ecc050694cedff7
Gerrit-Change-Number: 14464
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190615/276aa47f/attachment.htm>


More information about the gerrit-log mailing list