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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to