sim: getters for mcc and mnc definition
authorJukka Saunamaki <jukka.saunamaki@nokia.com>
Wed, 19 Jan 2011 07:21:27 +0000 (09:21 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 20 Jan 2011 17:03:52 +0000 (11:03 -0600)
include/sim.h

index 830322a..81df60e 100644 (file)
@@ -178,6 +178,8 @@ void ofono_sim_set_data(struct ofono_sim *sim, void *data);
 void *ofono_sim_get_data(struct ofono_sim *sim);
 
 const char *ofono_sim_get_imsi(struct ofono_sim *sim);
+const char *ofono_sim_get_mcc(struct ofono_sim *sim);
+const char *ofono_sim_get_mnc(struct ofono_sim *sim);
 enum ofono_sim_phase ofono_sim_get_phase(struct ofono_sim *sim);
 
 enum ofono_sim_cphs_phase ofono_sim_get_cphs_phase(struct ofono_sim *sim);