From: Philippe Nunes <philippe.nunes@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 3/6] stkutil.h: Enumerate the additional information for Bearer Independent Protocol
Date: Fri, 08 Apr 2011 18:33:28 +0200 [thread overview]
Message-ID: <1302280411-20762-3-git-send-email-philippe.nunes@linux.intel.com> (raw)
In-Reply-To: <y>
[-- 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
next reply other threads:[~2011-04-08 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-08 16:33 Philippe Nunes [this message]
2011-04-12 4:39 ` [PATCH 3/6] stkutil.h: Enumerate the additional information for Bearer Independent Protocol Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1302280411-20762-3-git-send-email-philippe.nunes@linux.intel.com \
--to=philippe.nunes@linux.intel.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.