sim: getters for mcc and mnc definition

This commit is contained in:
Jukka Saunamaki 2011-01-19 09:21:27 +02:00 committed by Denis Kenzior
parent da535d1288
commit a182554f0a
1 changed files with 2 additions and 0 deletions

View 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);