aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-09-20ecu_fr: increase test coverage for FR ECU implementationPhilipp Maier2-0/+84
2019-09-02codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte2-0/+223
2019-08-27context: Add support for [per-thread] global talloc contextsHarald Welte4-0/+99
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr1-0/+53
2019-08-05tests: logging: Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-30gsm0808_test: Fix wrong use of memcpPau Espin Pedrol1-1/+4
2019-07-08utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens1-1/+1
2019-06-14vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol1-1/+1
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol2-11/+12
2019-06-14vty: tests: Verify incomplete optional parameters are passed to vty funcsPau Espin Pedrol2-0/+18
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol2-38/+9
2019-06-07gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith2-0/+15
2019-06-06vty_transcript_test.vty: add choice auto-complete testsVadim Yanitskiy1-0/+9
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-05-27oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+5
2019-05-19TLV: Add one-shot TLV encoderHarald Welte2-0/+49
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+16
2019-04-26GSUP: add inter-MSC handover related msgs and IEsOliver Smith3-4/+347
2019-04-13GSUP: add Message Class IENeels Hofmeyr2-5/+7
2019-04-12add osmo_{escape,quote}_str_buf2() for standard args orderingNeels Hofmeyr2-6/+6
2019-04-11tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()Neels Hofmeyr2-0/+23
2019-04-11add osmo_str_startswith()Neels Hofmeyr2-0/+43
2019-04-11fsm_dealloc_test: no need for ST_DESTROYINGNeels Hofmeyr2-1799/+1520
2019-04-11fsm: support graceful osmo_fsm_inst_term() cascadesNeels Hofmeyr4-225/+3290
2019-04-11fsm: add flag to ensure osmo_fsm_inst_term() happens only onceNeels Hofmeyr1-38/+340
2019-04-11add fsm_dealloc_test.cNeels Hofmeyr3-1/+606
2019-04-08add osmo_use_count APINeels Hofmeyr5-0/+522
2019-04-08add osmo_sockaddr_str APINeels Hofmeyr4-0/+538
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