aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-10-16gsm0808: allow decoding of zero length speech codec lists.Philipp Maier1-0/+23
2018-10-01vty logging: fix crash when missing 'logging enable'Neels Hofmeyr1-0/+3
2018-09-25logging_vty: Ensure writing well-formed config filesHarald Welte1-6/+6
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2-0/+190
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+423
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr1-0/+161
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-421/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+421
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr1-14/+134
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr1-17/+13
2018-09-12logging vty: add VTY transcript testNeels Hofmeyr3-1/+515
2018-09-11fix tests linking: don't use system installed libsNeels Hofmeyr1-2/+13
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2-0/+230
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2-4/+64
2018-07-31cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte1-2/+3
2018-07-30import oap_client_test from osmo-sgsnHarald Welte6-39/+322
2018-07-21tests: codec: ecu_fr: Add buffer with unequal XMAXC valuesPau Espin Pedrol2-17/+47
2018-07-21tests: codec: ecu_fr: Print XMAXC fieldsPau Espin Pedrol2-25/+54
2018-07-20add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2-0/+125
2018-07-20utils_test: check stderr to catch sanitizer issuesNeels Hofmeyr3-2/+3
2018-07-20utils_test: fix isqrt_test calculation rangeNeels Hofmeyr1-1/+1
2018-07-16tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol2-2/+55
2018-07-11vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2-0/+81
2018-07-02Don't enforce Python 2 for utilitiesVadim Yanitskiy1-1/+1
2018-06-11gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2-0/+48
2018-06-11gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2-0/+81
2018-06-06Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2-0/+24
2018-05-31add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2-1/+105
2018-05-31GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy3-1/+60
2018-05-31GSUP: implement TCAP-like session managementVadim Yanitskiy3-1/+19
2018-05-17gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol1-5/+5
2018-05-16tests: a5_test: Print wrong buffer correctly on errorPau Espin Pedrol1-1/+3
2018-05-16tests: gea_test: Use correct max size for key in bufferPau Espin Pedrol1-2/+2
2018-05-16tests: bitrev_test: Fix dynamic-stack-buffer-overflowPau Espin Pedrol2-4/+3
2018-05-04configure: Check separately for lib implementing dlopen and dlsymPau Espin Pedrol1-3/+3
2018-04-23gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()Neels Hofmeyr1-1/+11
2018-04-23gsm0808_test: fix more missing inits (address sanitizer issues)Neels Hofmeyr1-59/+52
2018-04-19RSL/LAPDm: Not all RLL message are "transparent"Harald Welte1-1/+0
2018-04-18add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2-97/+54
2018-04-15test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properlyNeels Hofmeyr1-7/+7
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACsNeels Hofmeyr2-4/+4
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytesNeels Hofmeyr2-8/+9
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2-0/+206
2018-04-13add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr1-0/+11
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2-0/+280
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr2-0/+51
2018-04-09cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr1-2/+2
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr2-14/+1
2018-04-09fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2-7/+138
2018-04-09fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2-2/+7