summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-10-20 17:32:43 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-10-21 17:19:01 +0200
commit0c7c86e119c9f0184c91a124adb9c5519b139877 (patch)
tree6eeb086b65ae4a78c704d6a3220efb55550d7583
parent9cb5ab9e12f8ccb9e10d0606fc006218b691677f (diff)
downloadModemManager-aleksander/mnc-length.tar.gz
pantech,sim: use generic load_operator_identifier() but without EFad readingaleksander/mnc-length
-rw-r--r--plugins/pantech/mm-sim-pantech.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/pantech/mm-sim-pantech.c b/plugins/pantech/mm-sim-pantech.c
index 74aa21727..ad3f3fb25 100644
--- a/plugins/pantech/mm-sim-pantech.c
+++ b/plugins/pantech/mm-sim-pantech.c
@@ -61,7 +61,8 @@ mm_sim_pantech_new (MMBaseModem *modem,
cancellable,
callback,
user_data,
- MM_SIM_MODEM, modem,
+ MM_SIM_MODEM, modem,
+ MM_SIM_READ_EFAD, FALSE,
NULL);
}
@@ -79,8 +80,6 @@ mm_sim_pantech_class_init (MMSimPantechClass *klass)
* (at least the UMW190) in the head */
sim_class->load_sim_identifier = NULL;
sim_class->load_sim_identifier_finish = NULL;
- sim_class->load_operator_identifier = NULL;
- sim_class->load_operator_identifier_finish = NULL;
sim_class->load_operator_name = NULL;
sim_class->load_operator_name_finish = NULL;
}