libosmocore/tests
Dennis Wehrle 291e61346b sms: SMS where cropped (from VTY), concatenation of SMS where not possible
Additionally it wasn't possible to send concatenated sms from the vty.
To send multiple sms, it is necessary to use padding bits and add a user_data_header.
Therefore the gsm_7bit_encode function was splitted to gsm_7bit_encode and gsm_septets2octets.
gsm_septets2octets: this is the old gsm_7bit_encode function + additional padding parameter

Additionally the gsm_7bit_decode function was modified to take account for the user_data_header.
With the new gsm_get_octet_len function you can get the octet length for a given septet length.

I also added several sms tests.
2011-07-24 20:14:13 +02:00
..
msgfile msgfile: use namespace prefix osmo_* and use more descriptive names 2011-05-07 13:14:41 +02:00
sms sms: SMS where cropped (from VTY), concatenation of SMS where not possible 2011-07-24 20:14:13 +02:00
smscb include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
timer select: use namespace prefix osmo_fd* and osmo_select* 2011-05-07 13:00:51 +02:00
ussd include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
Makefile.am smscb: Add some simple decoding routines for SMSCB. 2010-12-29 22:51:45 +01:00