summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-03-05 12:43:34 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-03-10 13:14:12 -0600
commit7b663e9474d71361433f3794073ca68bf8e5f4f0 (patch)
tree80703939bab5e134fa93e1919b5b1deb8ecc37bd /src/stkutil.h
parent94848b6feb6813c975b12745efe4496f5d63106e (diff)
downloadofono-7b663e9474d71361433f3794073ca68bf8e5f4f0.tar.bz2
Add parser for subaddress objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 4576ddda..544d1048 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -199,6 +199,12 @@ struct stk_address {
char *number;
};
+/* Defined in TS 102.223 Section 8.3 */
+struct stk_subaddress {
+ unsigned int subaddr_len;
+ unsigned char *subaddr;
+};
+
/*
* Icon ID denotes a file on the SIM filesystem. Since EF cannot have record
* ids of 0, we use icon_id with 0 to denote empty icon_identifier objects