[MERGED] osmocom-bb[master]: mobile/gsm480_ss.c: gsm480_mmss_ind: return rc

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 25 00:04:36 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: mobile/gsm480_ss.c: gsm480_mmss_ind: return rc
......................................................................


mobile/gsm480_ss.c: gsm480_mmss_ind: return rc

Change-Id: Iabaccdbdfc5a5eb6424bd1603f405241650f13d8
---
M src/host/layer23/src/mobile/gsm480_ss.c
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/host/layer23/src/mobile/gsm480_ss.c b/src/host/layer23/src/mobile/gsm480_ss.c
index 4d46d64..8d025e9 100644
--- a/src/host/layer23/src/mobile/gsm480_ss.c
+++ b/src/host/layer23/src/mobile/gsm480_ss.c
@@ -1243,7 +1243,8 @@
 		gsm480_trans_free(trans);
 		rc = -ENOTSUP;
 	}
-	return 0;
+
+	return rc;
 }
 
 /* receive message from MM layer */

-- 
To view, visit https://gerrit.osmocom.org/2665
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iabaccdbdfc5a5eb6424bd1603f405241650f13d8
Gerrit-PatchSet: 4
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list