aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_08_cc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29implement re-assignment to match codecsrhizomatica/testingNeels Hofmeyr1-6/+38
2023-11-23send lcls conn-ctrl according to SDP media addressesKeith Whyte1-2/+31
2023-11-23Don't clear trans->cc.msg when local rtp port knownKeith Whyte1-2/+0
2023-11-23Store GCR when we get the SETUP, don't wait till paging cbKeith Whyte1-12/+18
2023-10-14libmsc: add 3k1_AUDIO and FAX_G3 bearer capManawyrm1-0/+4
2023-09-16CC: don't start guard timer on mid-call MNCC messagesMychaela N. Falconia1-1/+21
2023-09-15make two functions staticNeels Hofmeyr1-1/+1
2023-08-23gsm48_cc_tx_call_proc_…: verify bcap.transferOliver Smith1-0/+8
2023-07-09ASCI: Add transaction type to trans_find_by_callref()Andreas Eversberg1-7/+7
2023-07-09ASCI: Use a unique call-id for RTP streamsAndreas Eversberg1-1/+1
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-20Add initial CSD support with external MNCCOliver Smith1-43/+74
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 Smith1-2/+1
2023-06-15transaction: move cc.codecs.result -> cc.localOliver Smith1-10/+11
2023-06-15transaction: move cc.codecs.remote -> cc.remoteOliver Smith1-11/+11
2023-06-15codec_filter_run: prepare for CSDOliver Smith1-18/+10
2023-06-15codec_filter_set_bss: prepare for CSDOliver Smith1-2/+2
2023-06-15codec_filter_set_ran: prepare for CSDOliver Smith1-2/+2
2023-06-15codec_filter_init: prepare for CSDOliver Smith1-2/+2
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 Smith1-2/+3
2023-03-18mncc_recvmsg(): log caller file,lineNeels Hofmeyr1-12/+15
2023-03-18do CN CRCX firstNeels Hofmeyr1-17/+150
2023-03-18[codecs filter] send + receive SDP via MNCCNeels Hofmeyr1-24/+90
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-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr1-5/+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
2023-03-14[codecs filter] MO call: apply BSS codec listNeels Hofmeyr1-0/+9
2023-03-14MNCC: use codec_mapping, drop mgcp_codec_to_mncc_payload_msg_type()Neels Hofmeyr1-1/+10
2023-03-09tweak MNCC logging, add RTP infoNeels Hofmeyr1-18/+68
2022-11-15log CC timeoutsNeels Hofmeyr1-0/+2
2022-10-03Change CC_CAUSE returned on unanswered MT CallKeith Whyte1-0/+2
2022-07-25cosmetic: log actual MNCC msg in tch_rtp_connect()Neels Hofmeyr1-1/+1
2022-07-22missing whitespace in gsm_04_08_cc.cNeels Hofmeyr1-1/+2
2022-07-22fix typo in msgb name for CC SETUPNeels Hofmeyr1-1/+1
2021-11-03mncc: rework passing GCR over the MNCC interfaceVadim Yanitskiy1-6/+20
2021-10-25Add support for LCLS to the MSCKeith Whyte1-0/+18
2021-06-04Use new osmo stat items/ctr APIsPau Espin Pedrol1-9/+11
2021-02-09fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear RequestVadim Yanitskiy1-5/+7
2020-09-14mncc: Support IPv6 addresses (new version mncc 7)pespin/ipv6Pau Espin Pedrol1-4/+11
2019-11-28fix incoming call while PagingNeels Hofmeyr1-10/+2
2019-11-19Fix some typosMartin Hauke1-2/+2
2019-11-05cc trans: remove unused tch_rtp_createNeels Hofmeyr1-14/+0
2019-10-29send MNCC REL only if MNCC has actually startedNeels Hofmeyr1-3/+8