summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-09 18:22:57 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-09 18:22:57 +0200
commit52e257bcbf35bf7541d87ae60da9e17d60a72303 (patch)
treeea8f3fe2401e9515c9dcb2dc59043964b4efc97b /audio/telephony-dummy.c
parent3b804865eaa0d6d7ede7e4282fe394a1152806f4 (diff)
Implement operator selection (AT+COPS) support
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 976150f3..8b3f105d 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -177,6 +177,12 @@ void telephony_list_current_calls_req(void *telephony_device)
telephony_list_current_calls_rsp(telephony_device, CME_ERROR_NONE);
}
+void telephony_operator_selection_req(void *telephony_device)
+{
+ telephony_operator_selection_ind(OPERATOR_MODE_AUTO, "DummyOperator");
+ telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE);
+}
+
/* D-Bus method handlers */
static DBusMessage *outgoing_call(DBusConnection *conn, DBusMessage *msg,
void *data)