aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/gsm0408_test.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-12gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier1-0/+198
2020-11-11Revert "gsm_04_08: add parser for Mobile Station Classmark 3"Harald Welte1-198/+0
2020-11-10gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier1-0/+198
2020-06-16gsm0408_test: allow deprecated APINeels Hofmeyr1-0/+2
2020-06-16add osmo_mobile_identity APINeels Hofmeyr1-0/+363
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte1-379/+8
2020-06-12add osmo_mobile_identity APINeels Hofmeyr1-8/+379
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 Smith1-0/+11
2019-05-29gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy1-3/+7
2019-05-28gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy1-1/+1
2019-05-28gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy1-2/+2
2019-05-28gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding testVadim Yanitskiy1-0/+176
2019-01-22gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte1-8/+8
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling1-0/+338
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr1-0/+26
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr1-2/+2
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr1-2/+0
2018-12-10gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr1-0/+235
2018-02-28gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr1-0/+58
2018-02-28gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr1-0/+34
2018-02-28gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr1-2/+3
2018-02-22gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr1-0/+37
2018-02-22gsm0408_test: RA test: include min/max value casesNeels Hofmeyr1-0/+12
2018-02-22gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr1-1/+2
2018-02-20gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr1-3/+3
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()Max1-0/+13
2018-01-08Add function to properly encode RAIMax1-5/+4
2017-11-18gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr1-1/+0
2017-09-01libosmogsm: add Routing Area Identifier testMax1-0/+49
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 Freyther1-0/+23
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte1-0/+133