aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sms/sms_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets()Vadim Yanitskiy1-2/+2
2021-02-01gsm_7bit_encode_n(): test encoding of more than 250 septetsVadim Yanitskiy1-0/+49
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+2
2017-06-18sms_test.c: Remove test of deprecated wrapper functionPau Espin Pedrol1-19/+0
2015-11-09test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther1-1/+1
2014-03-20sms_test: Do not crash on logging.Alexander Chemeris1-0/+8
2014-01-09sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck1-0/+22
2013-10-08tests: Fix warningsJacob Erlbeck1-3/+1
2013-10-08tests: Fix the sms_test and use the right arrayHolger Hans Peter Freyther1-1/+1
2013-09-04sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther1-1/+43
2013-08-12sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck1-54/+70
2013-08-08encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther1-0/+15
2011-07-24sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle1-14/+212
2011-04-18misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther1-1/+0
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-3/+3
2010-07-21tests: don't hardcode length values of expected encoding gsm_7bit_encode:Nico Golde1-11/+10
2010-07-20tests: Separate encoding/decoding test to verify them independlyHolger Hans Peter Freyther1-17/+78
2010-07-20* rewrite GSM 7bit default encoding/decoding based on a lookup table as the p...Nico Golde1-1/+16
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+47