From ec31f1eabbe30bb6c90827b7c96ae1c27d71e1c2 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Fri, 5 Mar 2010 12:34:28 +0800 Subject: Add parser for address objects --- src/stkutil.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index a319141d..4576ddda 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -192,6 +192,13 @@ enum stk_duration_type { STK_DURATION_TYPE_SECOND_TENTHS = 0x02, }; +/* Defined in TS 102.223 Section 8.1 */ +struct stk_address { + unsigned char ton; + unsigned char npi; + char *number; +}; + /* * 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 -- cgit v1.2.3