aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-07-09ASCI: Add two new transaction types for VGCS and VBSAndreas Eversberg2-0/+24
2023-07-09ASCI: Add transaction type to trans_find_by_callref()Andreas Eversberg3-10/+11
2023-07-09ASCI: Allow usage of rtp_stream with other FSMAndreas Eversberg2-7/+10
2023-07-09ASCI: rtp_stream_commit(): Also update MGW on conn mode changeAndreas Eversberg2-9/+29
2023-07-09ASCI: Use a unique call-id for RTP streamsAndreas Eversberg5-9/+12
2023-07-09ASCI: Add log category for VGCS/VBS call and channel FSMAndreas Eversberg1-0/+5
2023-07-09ASCI: Add log categories for GCC/BCC (call control)Andreas Eversberg1-0/+12
2023-07-06gsm48_cc_tx_setup: use MNCC bcaps for CSDOliver Smith1-1/+10
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-22smpp_handle_bind_tx: initialize tlvOliver Smith1-1/+1
2023-06-20Add initial CSD support with external MNCCOliver Smith7-59/+796
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 Smith2-2/+19
2023-06-15transaction: move cc.codecs.result -> cc.localOliver Smith5-37/+33
2023-06-15transaction: move cc.codecs.remote -> cc.remoteOliver Smith4-31/+27
2023-06-15codec_filter_run: prepare for CSDOliver Smith3-24/+21
2023-06-15codec_filter_set_bss: prepare for CSDOliver Smith2-2/+7
2023-06-15codec_filter_set_ran: prepare for CSDOliver Smith2-2/+8
2023-06-15codec_filter_init: prepare for CSDOliver Smith3-7/+7
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 Smith4-9/+47
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 Pedrol2-5/+5
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy28-28/+28
2023-04-053G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2GNeels Hofmeyr1-22/+21
2023-04-05msc_main: close SMS db on startup errorOliver Smith1-10/+21
2023-04-04msc_mgw_setup: use mgcp_client_pool_empty()Oliver Smith1-2/+6
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-18mncc_recvmsg(): log caller file,lineNeels Hofmeyr1-12/+15
2023-03-18do CN CRCX firstNeels Hofmeyr2-70/+249
2023-03-18[codecs filter] use codecs filter on crcx okNeels Hofmeyr1-4/+15
2023-03-18[codecs filter] send + receive SDP via MNCCNeels Hofmeyr3-24/+100
2023-03-18[codecs filter] use filter result in AssignmentNeels Hofmeyr1-23/+15
2023-03-18[codecs filter] use filter result in MT DTAP CC SetupNeels Hofmeyr1-8/+36
2023-03-18in ran_msg, return gsm0808_speech_codec (inter-MSC)Neels Hofmeyr3-23/+31
2023-03-18in ran_msg, return gsm0808_speech_codec (intra-MSC)Neels Hofmeyr3-14/+38
2023-03-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr7-69/+141
2023-03-18add ran_infra.force_mgw_codecs_to_ranNeels Hofmeyr2-0/+12
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-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 Hofmeyr1-0/+19
2023-03-14[codecs filter] MT call: apply BSS codec listNeels Hofmeyr1-0/+12