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 419cda7b..9ba8138f 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -296,6 +296,12 @@ enum stk_service_state { STK_NO_SERVICE = 0x02 }; +/* For data object that only has a byte array with undetermined length */ +struct stk_common_byte_array { + unsigned char *array; + unsigned int len; +}; + /* Defined in TS 102.223 Section 8.1 */ struct stk_address { unsigned char ton_npi; |