aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-15send lcls conn-ctrl according to SDP media addresseskeith/LCLS_SIPKeith Whyte1-1/+36
2022-10-15Don't clear trans->cc.msg when local rtp port knownKeith Whyte1-2/+0
2022-10-15Store GCR when we get the SETUP, don't wait till paging cbKeith Whyte1-12/+18
2022-10-15LCLS: Add function trans_find_by_same_gcr()Keith Whyte2-0/+25
2022-10-15Don't set lcls control to CONNECT by defaultKeith Whyte1-1/+1
2022-10-15Add support for MSC initiated LCLS-CONNECT-CTRLKeith Whyte3-0/+26
2022-10-13codec t9n: commentNeels Hofmeyr1-0/+4
2022-10-13codec t9n, ran_msg: use full gsm0808_speech_codecNeels Hofmeyr8-43/+56
2022-10-13fixme comments for AMR modesNeels Hofmeyr1-0/+2
2022-10-13codecs: for IuUP, use AMR for codec matchingNeels Hofmeyr1-0/+11
2022-10-13sdp_msg: when NULL, do not crash but return empty SDP strNeels Hofmeyr1-2/+10
2022-10-13reset assignment codec on start_assignmentNeels Hofmeyr1-0/+1
2022-10-13assignment: clear codec when none was includedNeels Hofmeyr1-0/+2
2022-10-13log chosen codec upon Assignment CompleteNeels Hofmeyr2-0/+16
2022-10-13tweak scope in msc_a_up_call_assignment_complete()Neels Hofmeyr1-1/+1
2022-10-13cc: make static: gsm48_cc_mt_rtp_port_and_codec_known()Neels Hofmeyr1-1/+1
2022-10-13HO Req: include IE Codec List (MSC Preferred)Neels Hofmeyr3-0/+29
2022-10-13codec t9n: include full gsm0808_speech_codec in mappingNeels Hofmeyr2-20/+45
2022-10-13codecs: compose HO Req Ch Type from cc.codecsNeels Hofmeyr1-3/+4
2022-10-13log: start codec_filter str with resultNeels Hofmeyr2-79/+81
2022-10-13sdp_msg.c: parse send/recv modeNeels Hofmeyr4-9/+35
2022-10-13add some comments to sdp_msg.cNeels Hofmeyr1-0/+13
2022-10-13comment: clarify L3 Info processingNeels Hofmeyr2-1/+2
2022-10-13msc_vlr_test_call: test codecs resolutionNeels Hofmeyr4-15/+3739
2022-10-13MNCC: do not send REL_IND twiceNeels Hofmeyr3-0/+19
2022-10-13mncc_recvmsg(): log caller file,lineNeels Hofmeyr2-10/+15
2022-10-13do CN CRCX firstNeels Hofmeyr7-289/+551
2022-10-13msc_vlr_tests: confirm crcx by RAN/CN side separatelyNeels Hofmeyr3-21/+26
2022-10-13compose trans->bearer_cap from remote MNCC codec infoNeels Hofmeyr3-10/+43
2022-10-13send + receive SDP via MNCCNeels Hofmeyr4-7/+116
2022-10-13mncc_recv_rtp() add sdp argNeels Hofmeyr1-3/+7
2022-10-13rtp_stream: s/codec/codecsNeels Hofmeyr10-80/+81
2022-10-13rtp_stream: allow multiple codecs to be setNeels Hofmeyr12-96/+182
2022-10-13update codecs filter with BSS codecs from Assignment CompleteNeels Hofmeyr1-0/+5
2022-10-13msc_vlr_test_call: include RAN RTP addr in ass complNeels Hofmeyr2-25/+26
2022-10-13MT call: store MS Bearer Cap from CC Call ConfNeels Hofmeyr1-0/+4
2022-10-13MT call: init codecs filter with BSS codec list and SDPNeels Hofmeyr2-0/+31
2022-10-13MO call: init codecs filter with BSS codec listNeels Hofmeyr2-0/+13
2022-10-13msc_a: store BSS codec list from Compl L3Neels Hofmeyr2-0/+15
2022-10-13add trans.cc.codecsNeels Hofmeyr1-0/+3
2022-10-13codec t9n: add IUFPNeels Hofmeyr1-0/+8
2022-10-13add api comment in sdp_msg.hNeels Hofmeyr1-0/+1
2022-10-13add codec_filter.h,cNeels Hofmeyr4-0/+277
2022-10-13fix sdp_msg_to_sdp_str(), never add fmtp for unset codecNeels Hofmeyr1-5/+4
2022-10-13add sdp_audio_codec_is_setNeels Hofmeyr2-0/+6
2022-10-13add codec_sdp_cc_t9n.h,cNeels Hofmeyr4-0/+516
2022-10-13log CC timeoutsNeels Hofmeyr2-0/+5
2022-10-12vlr: implement fallback to no-authNeels Hofmeyr4-8/+44
2022-10-12vlr_auth_fsm: add result no_auth_info_eventNeels Hofmeyr7-37/+64
2022-10-12vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr8-36/+66