summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorJukka Saunamaki <jukka.saunamaki@nokia.com>2011-01-19 09:21:27 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-20 11:03:52 -0600
commita182554f0a8687a71ae15abe2a22632357b7fc52 (patch)
tree3c11cf63e579aa06fe6fb9322c49bb57de1ca287 /include/sim.h
parentda535d1288a5009ecad42ab56cb8d92aee8188c4 (diff)
downloadofono-a182554f0a8687a71ae15abe2a22632357b7fc52.tar.bz2
sim: getters for mcc and mnc definition
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h2
1 files changed, 2 insertions, 0 deletions
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);