aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408
AgeCommit message (Expand)AuthorFilesLines
2020-11-12gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+540
2020-11-11Revert "gsm_04_08: add parser for Mobile Station Classmark 3"Harald Welte2-540/+0
2020-11-10gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+540
2020-06-16gsm0408_test: allow deprecated APINeels Hofmeyr1-0/+2
2020-06-16add osmo_mobile_identity APINeels Hofmeyr2-0/+414
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte2-436/+14
2020-06-12add osmo_mobile_identity APINeels Hofmeyr2-14/+436
2019-11-04gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol1-0/+20
2019-11-03gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol1-0/+24
2019-06-07gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith2-0/+15
2019-05-29gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy2-5/+9
2019-05-28gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy2-3/+3
2019-05-28gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy2-4/+4
2019-05-28gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy1-2/+2
2019-05-28gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding testVadim Yanitskiy2-0/+224
2019-01-22gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2-16/+16
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling2-0/+402
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2-0/+44
2018-12-10gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr1-8/+8
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2-7/+5
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2-16/+12
2018-12-10gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2-0/+358
2018-02-28gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2-0/+149
2018-02-28gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2-0/+50
2018-02-28gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2-4/+5
2018-02-22gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2-0/+53
2018-02-22gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2-0/+22
2018-02-22gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2-5/+8
2018-02-20gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2-7/+7
2018-02-20cosmetic: gsm0408_test: RA test cases as array-of-structNeels Hofmeyr1-8/+12
2018-02-15Add test for gsm48_generate_mid_from_imsi()Max2-0/+14
2018-01-08Add function to properly encode RAIMax2-7/+6
2017-11-18gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr1-1/+0
2017-09-01libosmogsm: add Routing Area Identifier testMax2-0/+57
2016-09-27gsm0408_test: initialize msgb talloc ctxNeels Hofmeyr1-0/+1
2013-07-03gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther2-0/+24
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2-0/+135