Change in ...osmo-hlr[master]: hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()

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
Tue Jul 23 13:02:39 UTC 2019


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


Change subject: hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()
......................................................................

hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()

Change-Id: I06845c2c9ebee61671477ee1c9d82010f1f37b7b
---
M src/hlr_ussd.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/02/14902/1

diff --git a/src/hlr_ussd.c b/src/hlr_ussd.c
index 4024780..773c571 100644
--- a/src/hlr_ussd.c
+++ b/src/hlr_ussd.c
@@ -336,11 +336,11 @@
 		ss_tx_ussd_7bit(ss, true, req->invoke_id, buf);
 		break;
 	case -ENOENT:
-		ss_tx_error(ss, true, GSM0480_ERR_CODE_UNKNOWN_SUBSCRIBER);
+		ss_tx_error(ss, req->invoke_id, GSM0480_ERR_CODE_UNKNOWN_SUBSCRIBER);
 		break;
 	case -EIO:
 	default:
-		ss_tx_error(ss, true, GSM0480_ERR_CODE_SYSTEM_FAILURE);
+		ss_tx_error(ss, req->invoke_id, GSM0480_ERR_CODE_SYSTEM_FAILURE);
 		break;
 	}
 	return 0;

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

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I06845c2c9ebee61671477ee1c9d82010f1f37b7b
Gerrit-Change-Number: 14902
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/20190723/c206be44/attachment.htm>


More information about the gerrit-log mailing list