aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-07-21msc_vty: support spaces in short/long network nameVadim Yanitskiy1-2/+2
2023-07-21ASCI: Add VTY to configure GCR (Group Call Register)Andreas Eversberg1-0/+4
2023-07-10csd_bs_list_remove: fix removal logicOliver Smith1-3/+3
2023-07-10test: add csd_testOliver Smith6-0/+100
2023-07-09ASCI: Use a unique call-id for RTP streamsAndreas Eversberg2-191/+191
2023-07-06mncc_test: fix talloc_named_constOliver Smith1-1/+1
2023-06-22sdp_msg_test: fix dereference after null checkOliver Smith1-4/+7
2023-06-15codec_filter_run: prepare for CSDOliver Smith1-28/+79
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-2/+2
2023-06-01tests/{ctrl,vty}_test_runner.py: raise an exception if proc's rc != 0Vadim Yanitskiy2-2/+6
2023-04-14tests: $(BUILT_SOURCES) is not defined, depend on osmo-mscVadim Yanitskiy1-6/+6
2023-04-053G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2GNeels Hofmeyr1-36/+44
2023-03-28coverity: sdp_msg_test.c: check rc of sdp_msg_from_sdp_str()Neels Hofmeyr1-1/+1
2023-03-26fix msc_vlr_test_call SDP mncc_rtpNeels Hofmeyr2-16/+39
2023-03-18[codecs filter] msc_vlr_test_call: test codecs resolutionNeels Hofmeyr4-8/+3669
2023-03-18do CN CRCX firstNeels Hofmeyr2-139/+157
2023-03-18[codecs filter] use codecs filter on crcx okNeels Hofmeyr1-0/+5
2023-03-18msc_vlr_tests: confirm crcx by RAN/CN side separatelyNeels Hofmeyr3-21/+26
2023-03-18[codecs filter] send + receive SDP via MNCCNeels Hofmeyr2-26/+96
2023-03-18[codecs filter] use filter result in AssignmentNeels Hofmeyr1-0/+5
2023-03-18[codecs filter] use filter result in MT DTAP CC SetupNeels Hofmeyr2-4/+4
2023-03-18in ran_msg, return gsm0808_speech_codec (intra-MSC)Neels Hofmeyr4-28/+27
2023-03-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr2-30/+34
2023-03-18add ran_infra.force_mgw_codecs_to_ranNeels Hofmeyr1-0/+10
2023-03-14msc_vlr_test_call: include RAN RTP addr in ass complNeels Hofmeyr2-25/+26
2023-03-14[codecs filter] MT call: apply remote call leg codecsNeels Hofmeyr1-0/+2
2023-03-14[codecs filter] MT call: apply BSS codec listNeels Hofmeyr1-0/+2
2023-03-14[codecs filter] MO call: apply BSS codec listNeels Hofmeyr1-0/+3
2023-03-11tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy6-0/+24
2023-03-09tweak MNCC logging, add RTP infoNeels Hofmeyr1-15/+5
2023-01-03rtp_stream: set_remote_addr: do nothing when unchangedNeels Hofmeyr1-5/+5
2023-01-03rtp_stream_commit: check missing MGW ep only when ready for RTPNeels Hofmeyr1-5/+5
2022-12-23sdp_msg.c: parse send/recv modeNeels Hofmeyr2-0/+4
2022-11-15log CC timeoutsNeels Hofmeyr1-0/+3
2022-10-27vlr: implement fallback to no-authNeels Hofmeyr1-4/+4
2022-10-27vlr_auth_fsm: add result no_auth_info_eventNeels Hofmeyr3-12/+12
2022-10-27vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESSNeels Hofmeyr7-39/+39
2022-10-27vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr3-12/+12
2022-10-19call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE statePau Espin Pedrol1-30/+30
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol2-3/+7
2022-10-19tests/test_nodes.vty: Avoid listing commands provided by libPau Espin Pedrol1-7/+1
2022-09-15Make esme struct sharedMax1-2/+2
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