summaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/gsm0408_test.ok
Commit message (Expand)AuthorAgeFilesLines
* gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith2019-06-071-0/+4
* gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy2019-05-291-2/+2
* gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy2019-05-281-2/+2
* gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy2019-05-281-2/+2
* gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy2019-05-281-2/+2
* gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding testVadim Yanitskiy2019-05-281-0/+48
* gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2019-01-221-8/+8
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-121-0/+64
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-081-0/+18
* gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr2018-12-101-8/+8
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-101-5/+3
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-101-14/+12
* gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2018-12-101-0/+123
* gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2018-02-281-0/+91
* gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2018-02-281-0/+16
* gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2018-02-281-2/+2
* gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2018-02-221-0/+16
* gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2018-02-221-0/+10
* gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2018-02-221-4/+6
* gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2018-02-201-4/+4
* Add test for gsm48_generate_mid_from_imsi()Max2018-02-151-0/+1
* Add function to properly encode RAIMax2018-01-081-2/+2
* libosmogsm: add Routing Area Identifier testMax2017-09-011-0/+8
* gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther2013-07-031-0/+1
* GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2012-08-241-0/+2