diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/emulator.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/emulator.c b/src/emulator.c index 86d9c4f0..d941d743 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -889,8 +889,8 @@ void ofono_emulator_set_indicator(struct ofono_emulator *em, callsetup = g_str_equal(name, OFONO_EMULATOR_IND_CALLSETUP); /* - * When callsetup indicator goes to Incoming and there is an active call - * a +CCWA should be sent before +CIEV + * When callsetup indicator goes to Incoming and there is an active + * call a +CCWA should be sent before +CIEV */ if (callsetup && value == OFONO_EMULATOR_CALLSETUP_INCOMING && call_ind->value == OFONO_EMULATOR_CALL_ACTIVE) @@ -903,10 +903,9 @@ void ofono_emulator_set_indicator(struct ofono_emulator *em, /* * Ring timer should be started when callsetup indicator is set to - * Incoming - * If there is no active call, a first RING should be sent just after - * the +CIEV - * It should be stopped for all other values of callsetup + * Incoming. If there is no active call, a first RING should be + * sent just after the +CIEV and should be stopped for all other + * values of callsetup */ if (!callsetup) return; |