[PATCH 07/16] stkutil: Add Set Up Idle Mode Text response builder support.

Andrzej Zaborowski andrew.zaborowski at intel.com
Sun May 23 03:15:41 PDT 2010


---
 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 8dfea49..dd8381d 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -3744,6 +3744,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
 					&response->timer_mgmt.value,
 					NULL);
 		break;
+	case STK_COMMAND_TYPE_SETUP_IDLE_MODE_TEXT:
+		break;
 	default:
 		return 0;
 	};
diff --git a/src/stkutil.h b/src/stkutil.h
index 2288216..62d0ecf 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1111,6 +1111,7 @@ struct stk_response {
 		struct stk_response_local_info provide_local_info;
 		struct stk_response_generic set_up_event_list;
 		struct stk_response_timer_mgmt timer_mgmt;
+		struct stk_response_generic set_up_idle_mode_text;
 	};
 
 	void (*destructor)(struct stk_response *response);
-- 
1.7.1.86.g0e460.dirty



More information about the ofono mailing list