From 0727da1d5b004da0361f0a807ecbef2339cb35e2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 17 Jan 2014 14:37:41 -0600 Subject: emulator: Improve SLC establishment logic --- src/voicecall.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/voicecall.c') diff --git a/src/voicecall.c b/src/voicecall.c index d11a4cd6..550b79b4 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -3304,6 +3304,10 @@ static void emulator_chld_cb(struct ofono_emulator *em, ofono_emulator_send_info(em, buf, TRUE); result.type = OFONO_ERROR_TYPE_NO_ERROR; + + __ofono_emulator_slc_condition(em, + OFONO_EMULATOR_SLC_CONDITION_CHLD); + break; case OFONO_EMULATOR_REQUEST_TYPE_QUERY: -- cgit v1.2.3