From 5bc4834c199eee34ffdf302023ea1500ec6eb5f4 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Tue, 20 Apr 2010 14:14:56 +0800 Subject: Add parser for UICC/TE transport interface level --- src/stkutil.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index 1c05440f..1c7c9700 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -570,6 +570,12 @@ struct stk_other_address { unsigned char type; }; +/* Defined in TS 102.223 Section 8.59 */ +struct stk_uicc_te_interface { + unsigned char protocol; + unsigned short port; +}; + /* * According to 102.223 Section 8.72 the length of text attribute CTLV is 1 * byte. This means that the maximum size is 127 according to the rules -- cgit v1.2.3