aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-15use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling1-0/+57
2018-03-15fix cell identifier decoding in libosmocoreStefan Sperling1-0/+37
2018-03-13support for more cell ID list types in libosmocoreStefan Sperling1-25/+22
2018-03-05fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2-15/+15
2018-03-01gsm23003_test: fix: compare members instead of bcmpNeels Hofmeyr1-1/+3
2018-03-01timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol4-2/+108
2018-02-28gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2-0/+72
2018-02-28gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2-0/+149
2018-02-28gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2-0/+50
2018-02-28gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2-4/+5