All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 24/27] stkutil: Add Polling Off response builder support.
@ 2010-05-16 14:07 Andrzej Zaborowski
  2010-05-25 22:05 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-05-16 14:07 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

---
 src/stkutil.c |    2 ++
 src/stkutil.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/stkutil.c b/src/stkutil.c
index 4e813ec..30c9425 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -3264,6 +3264,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
 					 cc_requested_action,
 					NULL);
 		break;
+	case STK_COMMAND_TYPE_POLLING_OFF:
+		break;
 	default:
 		return 0;
 	};
diff --git a/src/stkutil.h b/src/stkutil.h
index 9674f8b..9dd3b75 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1049,6 +1049,7 @@ struct stk_response {
 		struct stk_response_select_item select_item;
 		struct stk_response_generic send_sms;
 		struct stk_response_set_up_call set_up_call;
+		struct stk_response_generic polling_off;
 	};
 
 	void (*destructor)(struct stk_response *response);
-- 
1.7.1.86.g0e460.dirty


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 24/27] stkutil: Add Polling Off response builder support.
  2010-05-16 14:07 [PATCH 24/27] stkutil: Add Polling Off response builder support Andrzej Zaborowski
@ 2010-05-25 22:05 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-05-25 22:05 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

Hi Andrew,

> ---
>  src/stkutil.c |    2 ++
>  src/stkutil.h |    1 +
>  2 files changed, 3 insertions(+), 0 deletions(-)

Patch no longer applied.  Can you rebase & resubmit this one?

Thanks,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-25 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-16 14:07 [PATCH 24/27] stkutil: Add Polling Off response builder support Andrzej Zaborowski
2010-05-25 22:05 ` 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.