aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-09-23log chosen codec upon Assignment CompleteNeels Hofmeyr1-0/+13
2022-09-23log: start codec_filter str with resultNeels Hofmeyr1-62/+62
2022-09-23sdp_msg.c: parse send/recv modeNeels Hofmeyr2-0/+4
2022-09-23msc_vlr_test_call: test codecs resolutionNeels Hofmeyr4-15/+3739
2022-09-23do CN CRCX firstNeels Hofmeyr2-167/+236
2022-09-23msc_vlr_tests: confirm crcx by RAN/CN side separatelyNeels Hofmeyr3-21/+26
2022-09-23compose trans->bearer_cap from remote MNCC codec infoNeels Hofmeyr2-6/+10
2022-09-23send + receive SDP via MNCCNeels Hofmeyr1-0/+10
2022-09-23rtp_stream: s/codec/codecsNeels Hofmeyr2-27/+28
2022-09-23rtp_stream: allow multiple codecs to be setNeels Hofmeyr2-25/+41
2022-09-23msc_vlr_test_call: include RAN RTP addr in ass complNeels Hofmeyr2-25/+26
2022-09-23MT call: init codecs filter with BSS codec list and SDPNeels Hofmeyr1-0/+4
2022-09-23MO call: init codecs filter with BSS codec listNeels Hofmeyr1-0/+3
2022-09-19log CC timeoutsNeels Hofmeyr1-0/+3
2022-08-05Introduce libsmpputilMax6-9/+12
2022-08-01tests: use common stubs for SMS queue testMax3-21/+4
2022-07-25sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_Neels Hofmeyr1-1/+1
2022-07-25in sdp logging: add payload type number like 'AMR#111'Neels Hofmeyr1-12/+12
2022-07-25sdp_msg: s/_name_/_to_str_/gNeels Hofmeyr2-53/+53
2022-05-19sms: Introduce VTY-configurable minimum SMS validity periodHarald Welte1-0/+1
2022-05-19sms: Make default SMS validity period configurable via VTYHarald Welte1-0/+1
2022-05-19smpp: Parse and use SMPP-provided validity periodHarald Welte2-0/+46
2022-05-19sms_queue: Make deletion of messages from DB VTY-configurableHarald Welte1-0/+2
2022-05-19sms: Give smsc its own VTY config nodeHarald Welte1-1/+4
2022-05-18tests/msc_vlr/Makefile.am: drop -ldbiOliver Smith1-1/+0
2022-05-17switch from libdbi to lbsqlite3Harald Welte3-3/+1
2022-05-16tests: Remove sms.db{-wal,-shm} files, not just sms.dbHarald Welte1-4/+4
2022-05-15switch sqlite3 to single-threaded modeHarald Welte3-0/+6
2022-05-04fix crash on CM Serv Rej: fix use count mismatchNeels Hofmeyr1-2/+2
2022-04-13tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy6-6/+6
2022-01-07Avoid setting audio codec if not available during assignment_complete (MDCX)Pau Espin Pedrol1-0/+1
2022-01-05Announce IuFP audio codec for UTRAN conns in CRCX towards MGWPau Espin Pedrol1-0/+5
2021-11-30libvlr: fix is_ciph_required(): always send SecModeCmd for UTRANVadim Yanitskiy2-104/+166
2021-11-17utran: use new UTRAN encryption enumAlexander Couzens2-6/+7
2021-11-05Validate the choosen UTRAN encryption algorithmAlexander Couzens5-15/+16
2021-11-05Make UTRAN encryption algorithms configurableHarald Welte2-22/+11
2021-11-03mncc: rework passing GCR over the MNCC interfaceVadim Yanitskiy1-9/+9
2021-10-25Add support for LCLS to the MSCKeith Whyte2-9/+11
2021-09-14msc_vlr_test: remove DLMGCP log messages from unit test outputPhilipp Maier13-12/+1
2021-07-12msc_a.c: Allow MSC_A_EV_CN_CLOSE in state MSC_A_ST_RELEASINGPau Espin Pedrol2-5/+0
2021-07-02vlr_sgs: Drop recorded LastEutranPlmnId when UE no longer associatedPau Espin Pedrol12-0/+119
2021-06-24vty: allow A5/4 encryption in configEric Wild1-1/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol5-5/+5
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol3-0/+4
2021-02-09fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear RequestVadim Yanitskiy2-7/+3
2021-02-07msc_vlr_tests: make independent of libosmocore tallocNeels Hofmeyr13-346/+18
2020-09-26Convert paging response timer into an osmocom own X4 timerAlexander Couzens1-1/+0
2020-09-14mncc: Support IPv6 addresses (new version mncc 7)pespin/ipv6Pau Espin Pedrol1-9/+9
2020-09-09tests: Fix VTY results after switch to newer libosmo-mgcp-clientPau Espin Pedrol1-2/+2
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte14-123/+125