aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-15rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to truepespin/testPau Espin Pedrol1-0/+2
2023-03-15rtp_stream: Update id after modifying fields upon Tx of MGCP msgPau Espin Pedrol1-0/+1
2023-03-14[codecs filter] apply BSS codecs from Assignment CompleteNeels Hofmeyr1-0/+5
2023-03-14msc_vlr_test_call: include RAN RTP addr in ass complNeels Hofmeyr2-25/+26
2023-03-14[codecs filter] MT call: store MS Bearer Cap from CC Call ConfNeels Hofmeyr1-0/+4
2023-03-14[codecs filter] MT call: apply remote call leg codecsNeels Hofmeyr2-0/+21
2023-03-14[codecs filter] MT call: apply BSS codec listNeels Hofmeyr2-0/+14
2023-03-14[codecs filter] MO call: apply BSS codec listNeels Hofmeyr2-0/+12
2023-03-14[codecs filter] store BSS codec list from Compl L3Neels Hofmeyr2-0/+16
2023-03-14[codecs filter] add trans.cc.codecsNeels Hofmeyr1-0/+3
2023-03-14[codecs filter] add codec_filter.h,cNeels Hofmeyr4-0/+283
2023-03-14MNCC: use codec_mapping, drop mgcp_codec_to_mncc_payload_msg_type()Neels Hofmeyr2-22/+20
2023-03-14add codec_mapping.h,cNeels Hofmeyr4-0/+587
2023-03-14mncc_sock: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol1-1/+1
2023-03-11tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy6-0/+24
2023-03-11src/Makefile.am: remove unneeded AM_LDFLAGS with LIBSVadim Yanitskiy1-6/+0
2023-03-09add voice_call_internal_mncc.mscNeels Hofmeyr2-0/+130
2023-03-09update doc/sequence_charts/voice_call_external_mncc.mscNeels Hofmeyr1-46/+47
2023-03-09charts: Rename voice_call_full.msc to voice_call_external_mncc.mscNeels Hofmeyr2-1/+1
2023-03-09msc_log_to_ladder.py: various tweaksNeels Hofmeyr1-18/+47
2023-03-09tweak MNCC logging, add RTP infoNeels Hofmeyr2-33/+73
2023-03-09make: doc/sequence_charts: use wildcards for EXTRA_DIST and CLEANFILESNeels Hofmeyr1-8/+2
2023-03-04IuCS: remove IuUP LOOPBACK hackNeels Hofmeyr1-6/+0
2023-03-04comment: clarify L3 Info processingNeels Hofmeyr2-1/+3
2023-03-04sdp_msg.c: fix missing rate in sdp_audio_codecs_add()Neels Hofmeyr1-0/+1
2023-02-25Transition to use of 'telnet_init_default'arehbein1-2/+1
2023-02-07Bump version: 1.9.0.58-1289-dirty → 1.10.01.10.0Pau Espin Pedrol5-33/+105
2023-02-05fix msc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2023-02-05msc_main: fix wrong comment: HLR is a separate projectVadim Yanitskiy1-1/+1
2023-02-01LCLS: Fix Global Call Reference generationKeith Whyte1-4/+10
2023-01-17SMPP: use proper type for boolean variablesMax1-2/+2
2023-01-03rtp_stream: set_remote_addr: do nothing when unchangedNeels Hofmeyr2-5/+10
2023-01-03rtp_stream_commit: check missing MGW ep only when ready for RTPNeels Hofmeyr2-9/+9
2023-01-03fix sdp_msg_to_sdp_str(), never add fmtp for unset codecNeels Hofmeyr1-5/+4
2022-12-23sdp_msg.c: parse send/recv modeNeels Hofmeyr4-9/+35
2022-12-17ctrl: take both address and port from vty configMax1-2/+1
2022-12-14libmsc: check return value of gsm0808_create_ass2()Vadim Yanitskiy1-0/+6
2022-11-21SMPP: make smpp_smsc_stop() staticMax2-11/+10
2022-11-15add some comments to sdp_msg.c,hNeels Hofmeyr2-0/+14
2022-11-15add sdp_audio_codec_is_setNeels Hofmeyr2-0/+6
2022-11-15log CC timeoutsNeels Hofmeyr2-0/+5
2022-11-15sdp_msg: when NULL, do not crash but return empty SDP strNeels Hofmeyr1-2/+10
2022-11-15contrib/jenkins.sh: use enable-werror with IU tooOliver Smith1-5/+2
2022-10-28SMPP: fix possible NULL pointer dereferenceMax1-1/+1
2022-10-27vlr: implement fallback to no-authNeels Hofmeyr4-10/+46
2022-10-27vlr_auth_fsm: add result no_auth_info_eventNeels Hofmeyr7-37/+64
2022-10-27vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESSNeels Hofmeyr9-44/+44
2022-10-27vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr8-36/+66
2022-10-27vlr_lu_fsm: clarify naming of static functionsNeels Hofmeyr2-11/+11
2022-10-27msc_a,vlr: add is_ciphering_required (accurately named)Neels Hofmeyr6-0/+39