summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-06-13 17:43:21 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-06-16 17:43:12 -0500
commit521156c049309aeb20b6bf00fa72ae26829543ab (patch)
tree35eddbd6efd181110abee8fb8c63554b5ae74492 /src/stkutil.h
parent37afdf1ca524da71e2b0ee889409842e444dbf74 (diff)
downloadofono-521156c049309aeb20b6bf00fa72ae26829543ab.tar.bz2
stk: Add parser for PDP activation param 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 278738be..8b9f29ff 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -918,6 +918,12 @@ struct stk_text_attribute {
unsigned char len;
};
+/* Defined in TS 31.111 Section 8.72 */
+struct stk_pdp_act_par {
+ unsigned char par[127];
+ unsigned char len;
+};
+
/*
* According to 102.223 Section 8.73 the length of CTLV is 1 byte. This means
* that the maximum size is 127 according to the rules of CTLVs. In addition,