[PATCH] 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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue May 16 22:13:13 UTC 2017


Review at  https://gerrit.osmocom.org/2665

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/65/2665/1

diff --git a/src/host/layer23/src/mobile/gsm480_ss.c b/src/host/layer23/src/mobile/gsm480_ss.c
index 91023b2..5c16174 100644
--- a/src/host/layer23/src/mobile/gsm480_ss.c
+++ b/src/host/layer23/src/mobile/gsm480_ss.c
@@ -1241,7 +1241,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: newchange
Gerrit-Change-Id: Iabaccdbdfc5a5eb6424bd1603f405241650f13d8
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list