From 52e257bcbf35bf7541d87ae60da9e17d60a72303 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 9 Oct 2008 18:22:57 +0200 Subject: Implement operator selection (AT+COPS) support --- audio/telephony-dummy.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'audio/telephony-dummy.c') 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) -- cgit