diff options
author | tick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-11-27 08:24:57 +0000 |
---|---|---|
committer | tick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-11-27 08:24:57 +0000 |
commit | ed45d021e84b497e75ff4342ad369c615cc174a3 (patch) | |
tree | 48da3b00a6f6c55e523ee9724b24eb3e7720a802 /include/libgsmd | |
parent | a78ac8ad867bb77c6bce88e66879e7afa8474301 (diff) |
gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3519 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/misc.h | 2 | ||||
-rw-r--r-- | include/libgsmd/phonebook.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h index 165994e..554d958 100644 --- a/include/libgsmd/misc.h +++ b/include/libgsmd/misc.h @@ -77,5 +77,7 @@ extern int lgsm_get_subscriber_num(struct lgsm_handle *lh); /* GPRS related functions */ /* TBD */ +/* Retrieve IMSI information */ +extern int lgsm_get_imsi(struct lgsm_handle *lh); #endif diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h index 4bcae6c..6365baf 100644 --- a/include/libgsmd/phonebook.h +++ b/include/libgsmd/phonebook.h @@ -99,7 +99,4 @@ extern int lgsm_pb_retrieve_readrg(struct lgsm_handle *lh, int num); /* Retrieve the records of FIND request */ extern int lgsm_pb_retrieve_find(struct lgsm_handle *lh, int num); -/* Retrieve IMSI information */ -extern int lgsm_get_imsi(struct lgsm_handle *lh); // TODO this needs to go into a SIM specific file - #endif |