summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-05-21 16:14:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-05-21 17:02:56 -0500
commit335749d1638e3975d952a7bffffaed91e568715e (patch)
tree32dc54133f79cb3cbc27564547bd718662398d86 /src/common.h
parent77b0d38a1469b1ea1c5a37763c0e48af642b9404 (diff)
downloadofono-335749d1638e3975d952a7bffffaed91e568715e.tar.bz2
Fix Supplementary Service MMI strings per 22.030
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 4941ac5e..8fceaa26 100644
--- a/src/common.h
+++ b/src/common.h
@@ -111,6 +111,8 @@ enum bearer_class {
BEARER_CLASS_SMS = 8,
BEARER_CLASS_DATA_SYNC = 16,
BEARER_CLASS_DATA_ASYNC = 32,
+ /* According to 22.030, types 1-12 */
+ BEARER_CLASS_SS_DEFAULT = 61,
BEARER_CLASS_PACKET = 64,
BEARER_CLASS_PAD = 128
};