diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-10 13:10:14 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-10 13:17:22 -0600 |
commit | 1dfb59b6102511536c79220c610c016d53897602 (patch) | |
tree | ac316bac3b978d5bea9f781641dbfd41d28e1798 /src/stkutil.h | |
parent | ea1dc4811f1fd5540a384b23e5af72e54d682ffd (diff) | |
download | ofono-1dfb59b6102511536c79220c610c016d53897602.tar.bz2 |
Refactor: stk address structure
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 1b3c1de6..7acf3faf 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -194,8 +194,7 @@ enum stk_duration_type { /* Defined in TS 102.223 Section 8.1 */ struct stk_address { - unsigned char ton; - unsigned char npi; + unsigned char ton_npi; char *number; }; |