Adding the handling of error when the driver returns
CME ERROR:4.

This error will be returned for non xmm vendor modems
using ifxmodem driver for sim.
---
 src/sim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sim.c b/src/sim.c
index 9f0183f..a178cb8 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -680,7 +680,7 @@ static void sim_set_slot_callback(const struct ofono_error 
*error, void *data)
 
                sim->pending_active_card_slot = sim->active_card_slot;
 
-               reply = __ofono_error_failed(sim->pending);
+               reply = __ofono_error_from_error(error, sim->pending);
                __ofono_dbus_pending_reply(&sim->pending, reply);
 
                return;
-- 
1.9.1

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to