summaryrefslogtreecommitdiffstats
path: root/gril
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-10-15 10:00:42 -0500
committerDenis Kenzior <denkenz@gmail.com>2015-10-15 10:01:00 -0500
commitc69a2c17f25a8b72fb6bd4efc3050345391d496d (patch)
treea7e6e3ea2499bb7f0e26e8fe57e83b5a69175347 /gril
parent6c21109cb3c9082260bc0433bddff8d809dae6d8 (diff)
downloadofono-c69a2c17f25a8b72fb6bd4efc3050345391d496d.tar.bz2
gril: Remove g_ril_request_read_imsi
Diffstat (limited to 'gril')
-rw-r--r--gril/grilrequest.c12
-rw-r--r--gril/grilrequest.h4
2 files changed, 0 insertions, 16 deletions
diff --git a/gril/grilrequest.c b/gril/grilrequest.c
index 3571c6ba..a0a0540b 100644
--- a/gril/grilrequest.c
+++ b/gril/grilrequest.c
@@ -75,7 +75,6 @@
#define ROOTMF_SZ sizeof(ROOTMF)
/* RIL_Request* parameter counts */
-#define GET_IMSI_NUM_PARAMS 1
#define ENTER_SIM_PIN_PARAMS 2
#define SET_FACILITY_LOCK_PARAMS 5
#define ENTER_SIM_PUK_PARAMS 3
@@ -598,17 +597,6 @@ error:
return FALSE;
}
-void g_ril_request_read_imsi(GRil *gril,
- const gchar *aid_str,
- struct parcel *rilp)
-{
- parcel_init(rilp);
- parcel_w_int32(rilp, GET_IMSI_NUM_PARAMS);
- parcel_w_string(rilp, aid_str);
-
- g_ril_append_print_buf(gril, "(%d,%s)", GET_IMSI_NUM_PARAMS, aid_str);
-}
-
void g_ril_request_pin_send(GRil *gril,
const char *passwd,
const gchar *aid_str,
diff --git a/gril/grilrequest.h b/gril/grilrequest.h
index a8ee38db..1de214e4 100644
--- a/gril/grilrequest.h
+++ b/gril/grilrequest.h
@@ -169,10 +169,6 @@ gboolean g_ril_request_sim_write_record(GRil *gril,
const struct req_sim_write_record *req,
struct parcel *rilp);
-void g_ril_request_read_imsi(GRil *gril,
- const gchar *aid_str,
- struct parcel *rilp);
-
void g_ril_request_pin_send(GRil *gril,
const char *passwd,
const gchar *aid_str,