All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/6] stkutil.h: Enumerate the additional information for Bearer Independent Protocol
@ 2011-04-08 16:33 Philippe Nunes
  2011-04-12  4:39 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Nunes @ 2011-04-08 16:33 UTC (permalink / raw)
  To: ofono

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

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

diff --git a/src/stkutil.h b/src/stkutil.h
index dd45bc2..bc795d4 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -285,6 +285,23 @@ enum stk_result_addnl_ss_pb {
 	STK_RESULT_ADDNL_SS_PB_NO_SPECIFIC_CAUSE =	0x00
 };
 
+/* Defined according to TS 31.111 Section 8.12.4 */
+enum stk_result_addnl_bip_pb {
+	STK_RESULT_ADDNL_BIP_PB_NO_SPECIFIC_CAUSE =		0x00,
+	STK_RESULT_ADDNL_BIP_PB_NO_CHANNEL_AVAIL =		0x01,
+	STK_RESULT_ADDNL_BIP_PB_CHANNEL_CLOSED =		0x02,
+	STK_RESULT_ADDNL_BIP_PB_CHANNEL_ID_NOT_VALID =		0x03,
+	STK_RESULT_ADDNL_BIP_PB_BUFFER_SIZE_NOT_AVAIL =		0x04,
+	STK_RESULT_ADDNL_BIP_PB_SECURITY_ERROR =		0x05,
+	STK_RESULT_ADDNL_BIP_PB_INTERFACE_NOT_AVAIL =		0x06,
+	STK_RESULT_ADDNL_BIP_PB_DEVICE_NOT_REACHABLE =		0x07,
+	STK_RESULT_ADDNL_BIP_PB_SERVICE_ERROR =			0x08,
+	STK_RESULT_ADDNL_BIP_PB_SERVICE_ID_UNKNOWN =		0x09,
+	STK_RESULT_ADDNL_BIP_PB_PORT_NOT_AVAIL =		0x10,
+	STK_RESULT_ADDNL_BIP_PB_LAUNCH_PARAMETERS_MISSING =	0x11,
+	STK_RESULT_ADDNL_BIP_PB_APPLICATION_LAUNCH_FAILED =	0x12
+};
+
 enum stk_tone_type {
 	STK_TONE_TYPE_DIAL_TONE =	0x01,
 	STK_TONE_TYPE_BUSY_TONE =	0x02,
-- 
1.7.1


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

end of thread, other threads:[~2011-04-12  4:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 16:33 [PATCH 3/6] stkutil.h: Enumerate the additional information for Bearer Independent Protocol Philippe Nunes
2011-04-12  4:39 ` 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.