From 367d6997583b9c80e36ff1d3f6c205eb5b968771 Mon Sep 17 00:00:00 2001 From: Ko Hayoon Date: Tue, 4 Sep 2012 10:01:09 +0900 Subject: [PATCH] MUX enabled Change-Id: I621fa161bdb9048b7a711145511da7a42fa45d05 --- packaging/tel-plugin-imc.spec | 2 +- src/s_modem.c | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/packaging/tel-plugin-imc.spec b/packaging/tel-plugin-imc.spec index b0df734..fd82b7d 100755 --- a/packaging/tel-plugin-imc.spec +++ b/packaging/tel-plugin-imc.spec @@ -2,7 +2,7 @@ Name: tel-plugin-imc Summary: imc plugin for telephony ExclusiveArch: %{arm} -Version: 0.1.8 +Version: 0.1.9 Release: 1 Group: System/Libraries License: Apache diff --git a/src/s_modem.c b/src/s_modem.c index a4a989f..f222a8b 100755 --- a/src/s_modem.c +++ b/src/s_modem.c @@ -575,7 +575,7 @@ static void _modem_subscribe_events(TcorePlugin *plugin) return; } -#if 0 + static void on_response_setupmux(TcorePending *p, int data_len, const void *data, void *user_data) { TcorePlugin *plugin = NULL; @@ -625,7 +625,7 @@ static void setup_mux(CoreObject *o) dbg("Exit"); return; } -#endif + static gboolean on_event_mux_channel_up(CoreObject *o, const void *event_info, void *user_data) { @@ -661,10 +661,9 @@ static void on_response_enable_logging(TcorePending *p, int data_len, const void dbg("Enabling CP logging is failed !!!\n"); } - dbg("Calling setup_mux"); - dbg("MUX temporarily disabled"); - //setup_mux(tcore_pending_ref_core_object(p)); - _modem_subscribe_events(plugin); + dbg("Calling setup_mux"); + setup_mux(tcore_pending_ref_core_object(p)); + dbg("Exit"); return; -- 2.7.4