From a182554f0a8687a71ae15abe2a22632357b7fc52 Mon Sep 17 00:00:00 2001 From: Jukka Saunamaki Date: Wed, 19 Jan 2011 09:21:27 +0200 Subject: [PATCH] sim: getters for mcc and mnc definition --- include/sim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sim.h b/include/sim.h index 830322ab..81df60e6 100644 --- a/include/sim.h +++ b/include/sim.h @@ -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);