aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-03-29osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte2-11/+1
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsHarald Welte1-1/+1
2019-03-11gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier2-19/+68
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2-35/+225
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2-8/+169
2019-03-07fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2-4/+4
2019-03-06fix tdef_test.c: do call the function-to-test in all casesNeels Hofmeyr3-19/+19
2019-03-06tdef_test: tweak output to prepare for a fixNeels Hofmeyr3-21/+24
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2-30/+60
2019-03-05coding: check gsm0503_rach_*() resultsMax1-8/+10
2019-02-26log: fsm: allow logging the timeout on state changeNeels Hofmeyr2-10/+13
2019-02-26NS: Factor out gprs_nsvc_start_test() and use itHarald Welte1-10/+10
2019-02-26LCLS: add string dump helpersMax2-3/+6
2019-02-18gsm0808: Add unit tests for test_create_clear_command2()Harald Welte2-0/+26
2019-02-17add OSMO_STRBUF_PRINTF()Neels Hofmeyr2-0/+103
2019-02-14Enable remote SIM protocol log levelMax1-1/+1
2019-02-06platform independence fix: tdef range testsNeels Hofmeyr8-133/+490
2019-02-05bitvec: Add bitvec_tailroom_bits() functionHarald Welte1-0/+19
2019-02-05bitvec: Add bitvec_bytes_used() functionHarald Welte2-0/+28
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr10-0/+2095
2019-02-04vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2-0/+24
2019-02-04vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr1-1/+1
2019-02-04add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr3-2/+301
2019-01-29osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr3-0/+57
2019-01-29build: add missing logging_vty_test.vty to EXTRA_DISTNeels Hofmeyr1-0/+1
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr2-0/+122
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2-0/+459
2019-01-22gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2-16/+16
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-18/+22
2019-01-19LCLS: add status parameter to Assignment Completed messageMax1-4/+5
2019-01-14LCLS: add GCR comparison helperMax1-19/+4
2019-01-14LCLS: expand enc/dec testsMax1-0/+12
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith2-0/+54
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
2019-01-05tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2-10/+4
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax1-13/+20
2018-12-21tests/gsm0808: use new msgb comparison APIVadim Yanitskiy1-12/+4
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith3-0/+54
2018-12-21GSUP: add end marker to enum osmo_gsup_ieiOliver Smith1-5/+1
2018-12-20Use define for key buffersMax1-1/+4
2018-12-19add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr1-0/+1
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy3-1/+19
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy3-13/+112
2018-12-14LCLS: add gsm0808_create_ass2()Max2-0/+79
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax2-0/+81
2018-12-14LCLS, TS 29.205: add GCR routinesMax4-2/+123
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