diff options
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |