summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2010-09-09 05:31:52 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-09-09 10:09:00 -0500
commitaee0f392313dfb60bccb5227022214171632b04d (patch)
tree69d81b2f7633b5548574a8ba3b27bb1446aa25cd /src/stkutil.h
parent0834a7c18d064e91bb31683a0401ce5fdba90b6c (diff)
downloadofono-aee0f392313dfb60bccb5227022214171632b04d.tar.bz2
stkutil: Add Send USSD specific result codes
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 5973cade..565751c2 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -237,6 +237,7 @@ enum stk_result_type {
STK_RESULT_TYPE_GO_BACK = 0x11,
STK_RESULT_TYPE_NO_RESPONSE = 0x12,
STK_RESULT_TYPE_HELP_REQUESTED = 0x13,
+ STK_RESULT_TYPE_USSD_OR_SS_USER_TERMINATION = 0x14,
/* 0x20 to 0x2F are used to indicate that SIM should retry */
STK_RESULT_TYPE_TERMINAL_BUSY = 0x20,
@@ -254,6 +255,7 @@ enum stk_result_type {
STK_RESULT_TYPE_DATA_NOT_UNDERSTOOD = 0x32,
STK_RESULT_TYPE_COMMAND_ID_UNKNOWN = 0x33,
STK_RESULT_TYPE_MINIMUM_NOT_MET = 0x36,
+ STK_RESULT_TYPE_USSD_RETURN_ERROR = 0x37,
STK_RESULT_TYPE_CALL_CONTROL_PERMANENT = 0x39,
STK_RESULT_TYPE_BIP_ERROR = 0x3A,
STK_RESULT_TYPE_ACCESS_TECHNOLOGY_ERROR = 0x3B,