~phablet-team/ofono/midori-support

« back to all changes in this revision

Viewing changes to src/smsutil.h

Merge pull request #209 from alfonsosanchezbeato/merge-1.17

Merge 1.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
struct sms_address {
221
221
        enum sms_number_type number_type;
222
222
        enum sms_numbering_plan numbering_plan;
223
 
        char address[21]; /* Max 20 in semi-octet, 11 in alnum */
 
223
        /*
 
224
         * An alphanum TP-OA is 10 7-bit coded octets, which can carry
 
225
         * 11 8-bit characters. 22 bytes + terminator in UTF-8.
 
226
         */
 
227
        char address[23];
224
228
};
225
229
 
226
230
struct sms_scts {