aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-13trans_lcls_compose(): Set PLMN fron cell currently in usepespin/masterPau Espin Pedrol1-1/+1
2023-07-13Tx Loc UPD ACC: Use PLMN provided by subscrPau Espin Pedrol1-6/+1
2023-07-12mncc_builtin: permit data bearer typesOliver Smith1-3/+7
2023-07-10csd_bs_list_remove: fix removal logicOliver Smith2-9/+9
2023-07-10test: add csd_testOliver Smith7-0/+101
2023-07-09ASCI: Allow transaction without subscriber associatedAndreas Eversberg1-3/+4
2023-07-09ASCI: Add two new transaction types for VGCS and VBSAndreas Eversberg4-0/+34
2023-07-09ASCI: Add transaction type to trans_find_by_callref()Andreas Eversberg4-11/+12
2023-07-09ASCI: Allow usage of rtp_stream with other FSMAndreas Eversberg3-10/+15
2023-07-09ASCI: rtp_stream_commit(): Also update MGW on conn mode changeAndreas Eversberg3-9/+31
2023-07-09ASCI: Use a unique call-id for RTP streamsAndreas Eversberg9-201/+207
2023-07-09ASCI: Add log category for VGCS/VBS call and channel FSMAndreas Eversberg2-0/+6
2023-07-09ASCI: Add log categories for GCC/BCC (call control)Andreas Eversberg2-0/+14
2023-07-06gsm48_cc_tx_setup: use MNCC bcaps for CSDOliver Smith1-1/+10
2023-07-06mncc_test: fix talloc_named_constOliver Smith1-1/+1
2023-06-23gsm48_cc_tx_alerting: check rc of sdp_msg_from_sdp_strOliver Smith1-1/+6
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