---
 examples/history.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/examples/history.c b/examples/history.c
index 0a1e8d7..21668ec 100644
--- a/examples/history.c
+++ b/examples/history.c
@@ -172,6 +172,11 @@ static void example_history_sms_send_status(
                ofono_debug("Sending SMS %s failed", ofono_uuid_to_str(uuid));
                ofono_debug("Failure Time: %s", buf);
                break;
+       case OFONO_HISTORY_SMS_STATUS_SUBMIT_CANCELLED:
+               ofono_debug("Submission of SMS %s was canceled",
+                                       ofono_uuid_to_str(uuid));
+               ofono_debug("Cancel time: %s", buf);
+               break;
        case OFONO_HISTORY_SMS_STATUS_DELIVERED:
                ofono_debug("SMS delivered, msg_id: %s, time: %s",
                                        ofono_uuid_to_str(uuid), buf);
-- 
1.7.4

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to