[PATCH 03/20] stkutil: Add Polling Off response builder support
Andrzej Zaborowski
andrew.zaborowski at intel.com
Wed May 26 21:59:42 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 c9b9511..1f477db 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -3532,6 +3532,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response,
case STK_COMMAND_TYPE_SETUP_CALL:
ok = build_set_up_call(&builder, response);
break;
+ case STK_COMMAND_TYPE_POLLING_OFF:
+ break;
default:
return 0;
};
diff --git a/src/stkutil.h b/src/stkutil.h
index 3245a90..82384c4 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1096,6 +1096,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
More information about the ofono
mailing list