summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-251-6/+6
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-252-0/+190
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-192-0/+423
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-161-0/+161
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-162-421/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-142-0/+421
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-131-14/+134
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-131-17/+13
* logging vty: add VTY transcript testNeels Hofmeyr2018-09-123-1/+515
* fix tests linking: don't use system installed libsNeels Hofmeyr2018-09-111-2/+13
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-072-0/+230
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-012-4/+64
* cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte2018-07-311-2/+3
* import oap_client_test from osmo-sgsnHarald Welte2018-07-306-39/+322
* tests: codec: ecu_fr: Add buffer with unequal XMAXC valuesPau Espin Pedrol2018-07-212-17/+47
* tests: codec: ecu_fr: Print XMAXC fieldsPau Espin Pedrol2018-07-212-25/+54
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-202-0/+125
* utils_test: check stderr to catch sanitizer issuesNeels Hofmeyr2018-07-203-2/+3
* utils_test: fix isqrt_test calculation rangeNeels Hofmeyr2018-07-201-1/+1
* tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol2018-07-162-2/+55
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-112-0/+81
* Don't enforce Python 2 for utilitiesVadim Yanitskiy2018-07-021-1/+1
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-112-0/+48
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-112-0/+81
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-062-0/+24
* add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2018-05-312-1/+105
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-313-1/+60
* GSUP: implement TCAP-like session managementVadim Yanitskiy2018-05-313-1/+19
* gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol2018-05-171-5/+5
* tests: a5_test: Print wrong buffer correctly on errorPau Espin Pedrol2018-05-161-1/+3
* tests: gea_test: Use correct max size for key in bufferPau Espin Pedrol2018-05-161-2/+2
* tests: bitrev_test: Fix dynamic-stack-buffer-overflowPau Espin Pedrol2018-05-162-4/+3
* configure: Check separately for lib implementing dlopen and dlsymPau Espin Pedrol2018-05-041-3/+3
* gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()Neels Hofmeyr2018-04-231-1/+11
* gsm0808_test: fix more missing inits (address sanitizer issues)Neels Hofmeyr2018-04-231-59/+52
* RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2018-04-191-1/+0
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-97/+54
* test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properlyNeels Hofmeyr2018-04-151-7/+7
* test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACsNeels Hofmeyr2018-04-132-4/+4
* test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytesNeels Hofmeyr2018-04-132-8/+9
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-132-0/+206
* add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2018-04-131-0/+11
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-132-0/+280
* add osmo_fsm_inst_update_id_f()Neels Hofmeyr2018-04-092-0/+51
* cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr2018-04-091-2/+2
* fsm: id: properly set name in case of NULL idNeels Hofmeyr2018-04-092-14/+1
* fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2018-04-092-7/+138
* fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2018-04-092-2/+7
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-092-0/+88
* use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2018-04-0614-21/+47