Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH V2 1/3] stkutil.c: Send at least the data currently available
@ 2011-05-04 17:07 Philippe Nunes
  2011-05-04 17:07 ` [PATCH V2 2/3] stk: Clear 'respond_on_exit' flag after sending the terminal response Philippe Nunes
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Nunes @ 2011-05-04 17:07 UTC (permalink / raw)
  To: ofono

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

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

diff --git a/src/stkutil.c b/src/stkutil.c
index 7299fb5..ee59841 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -5655,7 +5655,8 @@ static gboolean build_receive_data(struct stk_tlv_builder *builder,
 	const struct stk_response_receive_data *receive_data =
 		&response->receive_data;
 
-	if (response->result.type != STK_RESULT_TYPE_SUCCESS)
+	if (response->result.type != STK_RESULT_TYPE_SUCCESS &&
+			response->result.type != STK_RESULT_TYPE_MISSING_INFO)
 		return TRUE;
 
 	if (receive_data->rx_data.len) {
-- 
1.7.1


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

end of thread, other threads:[~2011-05-09  4:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 17:07 [PATCH V2 1/3] stkutil.c: Send at least the data currently available Philippe Nunes
2011-05-04 17:07 ` [PATCH V2 2/3] stk: Clear 'respond_on_exit' flag after sending the terminal response Philippe Nunes
2011-05-04 17:07 ` [PATCH V2 3/3] stk: Introduce BIP command handlers Philippe Nunes
2011-05-09  4:31 ` [PATCH V2 1/3] stkutil.c: Send at least the data currently available Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox