There are problems with some real-life scenarios where SMS-DELIVER originator address is an alphanumeric string with 11 chars (some extended ASCII like äöü). Currently oFono rejects such messages. Here's a patch to improve that.
Tommi Kenakkala (2): sms: SMS-DELIVER TP-OA Alphanum decoding and encoding fix unit: SMS-DELIVER decoding/encoding test for long alphanum address src/smsutil.c | 12 +++++++++--- src/smsutil.h | 6 +++++- unit/test-sms.c | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 4 deletions(-) -- 1.7.9.5 _______________________________________________ ofono mailing list [email protected] https://lists.ofono.org/mailman/listinfo/ofono
