* [PATCH] ril_sofia3gr: add ussd functionality invocation
@ 2016-03-16 14:35 Samrat Guha Niyogi
2016-03-16 17:52 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Samrat Guha Niyogi @ 2016-03-16 14:35 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 572 bytes --]
---
plugins/ril_sofia3gr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/ril_sofia3gr.c b/plugins/ril_sofia3gr.c
index 3f81fe9..eb27927 100644
--- a/plugins/ril_sofia3gr.c
+++ b/plugins/ril_sofia3gr.c
@@ -169,6 +169,7 @@ static void ril_post_online(struct ofono_modem *modem)
ofono_netreg_create(modem, 0, "rilmodem", rd->ril);
ofono_radio_settings_create(modem, 0, "rilmodem", rd->ril);
+ ofono_ussd_create(modem, 0, "rilmodem", rd->ril);
}
static void ril_set_online_cb(struct ril_msg *message, gpointer user_data)
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ril_sofia3gr: add ussd functionality invocation
2016-03-16 14:35 [PATCH] ril_sofia3gr: add ussd functionality invocation Samrat Guha Niyogi
@ 2016-03-16 17:52 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2016-03-16 17:52 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
Hi Samrat,
On 03/16/2016 09:35 AM, Samrat Guha Niyogi wrote:
> ---
> plugins/ril_sofia3gr.c | 1 +
> 1 file changed, 1 insertion(+)
>
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-16 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 14:35 [PATCH] ril_sofia3gr: add ussd functionality invocation Samrat Guha Niyogi
2016-03-16 17:52 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.