aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-23debian buildrhizomatica/productionrhizomatica5-19/+10
2022-10-23SMS/GCR/LCLS: Avoid NULL pointers.Keith Whyte3-2/+8
2022-10-23Increase sanity in smsq_take_next_sms()Keith Whyte1-2/+2
2022-10-23Avoid rare NULL pointer in sms_submit_pending()Keith Whyte1-0/+3
2022-10-23Add VTY command for SMS queue trigger holdoffKeith Whyte4-3/+28
2022-10-23Reduce the amount of sms queue runsKeith Whyte1-11/+2
2022-10-23Use unix timestamps in the SMS dbKeith Whyte1-6/+6
2022-10-23After RX of an SMPP Submit, send the SMS we just received.Keith Whyte4-3/+43
2022-10-23Try to send all pending SMS for subscriber in sub_ready_for_sms()Keith Whyte1-0/+2
2022-10-23Prioritise SMS with least number of delivery attemptsKeith Whyte1-1/+1
2022-10-23Avoid UPDATE immediately followed by DELETEKeith Whyte5-23/+54
2022-10-23Move VLR check to db.cKeith2-9/+25
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