aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-23csd_bs_list_to_gsm0808_channel_type: fix rc checkOliver Smith1-3/+5
2023-06-22msc_ho_send_handover_request: fix check_after_derefOliver Smith1-2/+2
2023-06-22smpp_msc: submit_to_sms: check ud_len > sms_msg_lenOliver Smith1-0/+6
2023-06-22sdp_msg_test: fix dereference after null checkOliver Smith1-4/+7
2023-06-22smpp_handle_bind_tx: initialize tlvOliver Smith1-1/+1
2023-06-20Add initial CSD support with external MNCCOliver Smith12-60/+913
2023-06-15gsm48_cc_tx_setup: set trans->bearer_cap.transfer earlyOliver Smith1-0/+2
2023-06-15msc: add trans_cc_set_remote_from_bcOliver Smith3-2/+20
2023-06-15transaction: move cc.codecs.result -> cc.localOliver Smith7-46/+41
2023-06-15transaction: move cc.codecs.remote -> cc.remoteOliver Smith6-39/+34
2023-06-15codec_filter_run: prepare for CSDOliver Smith5-52/+101
2023-06-15codec_filter_set_bss: prepare for CSDOliver Smith3-2/+8
2023-06-15codec_filter_set_ran: prepare for CSDOliver Smith3-2/+9
2023-06-15codec_filter_init: prepare for CSDOliver Smith5-8/+8
2023-06-15Cosmetic: gsm48_cc_tx_setup: remove TODO commentOliver Smith1-2/+0
2023-06-15Cosmetic: gsm48_cc_tx_setup: tweak commentOliver Smith1-3/+2
2023-06-15codec_filter_set_ms_from_bc: prepare for CSDOliver Smith7-10/+81
2023-06-15ran_a_channel_type_to_speech_codec_list: add CSDOliver Smith1-6/+18
2023-06-15codec_mapping: add clearmodeOliver Smith1-0/+8
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol5-9/+9
2023-06-08Write explicit role & sctp-role fields in ASP configurationsPau Espin Pedrol3-1/+12
2023-06-01tests/{ctrl,vty}_test_runner.py: raise an exception if proc's rc != 0Vadim Yanitskiy2-2/+6
2023-05-28fixup: contrib/jenkins: create workspace.tar.xz on errorVadim Yanitskiy1-3/+1
2023-05-26systemd: depend on networking-online.targetOliver Smith1-0/+2
2023-05-26UserManual: Include sigtran*.adoc from osmo-gsm-manuals.gitPau Espin Pedrol1-0/+4
2023-05-23contrib/jenkins: create workspace.tar.xz on errorOliver Smith1-2/+13
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy33-33/+33
2023-04-25debian: set compat level to 10Oliver Smith2-2/+2
2023-04-15TODO-RELEASE: add note on osmo-sip-connector and SDPNeels Hofmeyr1-0/+1
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 Hofmeyr2-58/+65
2023-04-05msc_main: close SMS db on startup errorOliver Smith1-10/+21
2023-04-04msc_mgw_setup: use mgcp_client_pool_empty()Oliver Smith2-2/+7
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-18HO Req: include IE Codec List (MSC Preferred)Neels Hofmeyr1-0/+9
2023-03-18codecs: compose HO Req Ch Type from cc.codecsNeels Hofmeyr1-3/+4
2023-03-18[codecs filter] msc_vlr_test_call: test codecs resolutionNeels Hofmeyr4-8/+3669
2023-03-18mncc_recvmsg(): log caller file,lineNeels Hofmeyr2-20/+26
2023-03-18do CN CRCX firstNeels Hofmeyr8-258/+461
2023-03-18[codecs filter] use codecs filter on crcx okNeels Hofmeyr2-4/+20
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 Hofmeyr6-50/+197
2023-03-18[codecs filter] use filter result in AssignmentNeels Hofmeyr2-23/+20
2023-03-18[codecs filter] use filter result in MT DTAP CC SetupNeels Hofmeyr3-12/+40
2023-03-18in ran_msg, return gsm0808_speech_codec (inter-MSC)Neels Hofmeyr5-25/+34
2023-03-18in ran_msg, return gsm0808_speech_codec (intra-MSC)Neels Hofmeyr8-43/+67
2023-03-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr12-106/+187
2023-03-18add ran_infra.force_mgw_codecs_to_ranNeels Hofmeyr4-0/+27
2023-03-15rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to truepespin/testPau Espin Pedrol1-0/+2