summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-102-16/+12
* add osmo_bcd2str()Neels Hofmeyr2018-12-102-0/+143
* gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2018-12-102-0/+358
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-082-7/+31
* send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling2018-11-191-5/+5
* Support cipher mode reject with extended causeMax2018-11-192-1/+44
* Fix deprecation warning in gsm0808_testMax2018-11-061-4/+12
* Update cipher reject functionMax2018-11-021-1/+1
* gsm23003: Add MME domain name related helper functionsHarald Welte2018-10-282-0/+80
* gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2018-10-161-0/+23
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-011-0/+3
* 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