summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* add osmo_sockaddr_str APINeels Hofmeyr2019-04-084-0/+538
* osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte2019-03-292-11/+1
* tests: use -no-install libtool flag to avoid ./lt-* scriptsHarald Welte2019-03-191-1/+1
* gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier2019-03-112-19/+68
* gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2019-03-112-35/+225
* add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2019-03-082-8/+169
* fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2019-03-072-4/+4
* fix tdef_test.c: do call the function-to-test in all casesNeels Hofmeyr2019-03-063-19/+19
* tdef_test: tweak output to prepare for a fixNeels Hofmeyr2019-03-063-21/+24
* represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2019-03-062-30/+60
* coding: check gsm0503_rach_*() resultsMax2019-03-051-8/+10
* log: fsm: allow logging the timeout on state changeNeels Hofmeyr2019-02-262-10/+13
* NS: Factor out gprs_nsvc_start_test() and use itHarald Welte2019-02-261-10/+10
* LCLS: add string dump helpersMax2019-02-262-3/+6
* gsm0808: Add unit tests for test_create_clear_command2()Harald Welte2019-02-182-0/+26
* add OSMO_STRBUF_PRINTF()Neels Hofmeyr2019-02-172-0/+103
* Enable remote SIM protocol log levelMax2019-02-141-1/+1
* platform independence fix: tdef range testsNeels Hofmeyr2019-02-068-133/+490
* bitvec: Add bitvec_tailroom_bits() functionHarald Welte2019-02-051-0/+19
* bitvec: Add bitvec_bytes_used() functionHarald Welte2019-02-052-0/+28
* add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2019-02-0410-0/+2095
* vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2019-02-042-0/+24
* vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2019-02-041-1/+1
* add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr2019-02-043-2/+301
* osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr2019-01-293-0/+57
* build: add missing logging_vty_test.vty to EXTRA_DISTNeels Hofmeyr2019-01-291-0/+1
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-282-0/+122
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-282-0/+459
* gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2019-01-222-16/+16
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-18/+22
* LCLS: add status parameter to Assignment Completed messageMax2019-01-191-4/+5
* LCLS: add GCR comparison helperMax2019-01-141-19/+4
* LCLS: expand enc/dec testsMax2019-01-141-0/+12
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-142-0/+54
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-122-0/+402
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-082-0/+44
* tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2019-01-052-10/+4
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-231-13/+20
* tests/gsm0808: use new msgb comparison APIVadim Yanitskiy2018-12-211-12/+4
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-213-0/+54
* GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2018-12-211-5/+1
* Use define for key buffersMax2018-12-201-1/+4
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2018-12-191-0/+1
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-183-1/+19
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-183-13/+112
* LCLS: add gsm0808_create_ass2()Max2018-12-142-0/+79
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-142-0/+81
* LCLS, TS 29.205: add GCR routinesMax2018-12-144-2/+123
* 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-102-7/+5