diff options
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; }; |