aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2-0/+88
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr14-21/+47
2018-04-05fix ctrl_test sanitizer issuesNeels Hofmeyr1-1/+12
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2-5/+2
2018-04-05ctrl: test deferred cmd, show current failureNeels Hofmeyr2-0/+108
2018-03-24cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr1-1/+0
2018-03-23fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr1-4/+1
2018-03-23show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr1-4/+8
2018-03-23gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr1-6/+6
2018-03-23gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr1-24/+32
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier1-7/+7
2018-03-19fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann1-0/+4
2018-03-16add a regression test for TLV parsing with repeated IEsStefan Sperling1-0/+31
2018-03-16add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling1-0/+61
2018-03-16fix parse_cell_id_lac_and_ci_list()Stefan Sperling1-0/+42
2018-03-16fix bug in parse_cell_id_ci_list()Stefan Sperling1-0/+35