aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-29implement re-assignment to match codecsrhizomatica/testingNeels Hofmeyr7-61/+82
2023-11-29add sdp_audio_codec_to_speech_codec_list()Neels Hofmeyr2-9/+21
2023-11-29call_leg: silence some false errorsNeels Hofmeyr1-1/+2
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-11-23LCLS: Add function trans_find_by_same_gcr()Keith Whyte2-0/+25
2023-11-23Don't set lcls control to CONNECT by defaultKeith Whyte1-1/+1
2023-11-23Add support for MSC initiated LCLS-CONNECT-CTRLKeith Whyte3-0/+26
2023-11-23Avoid rare NULL pointer in sms_submit_pending()Keith Whyte1-0/+3
2023-11-23Add VTY command for SMS queue trigger holdoffKeith Whyte4-3/+28
2023-11-23Reduce the amount of sms queue runsKeith Whyte1-13/+4
2023-11-23SMS optimisationsKeith Whyte5-4/+46
2023-11-23Avoid UPDATE immediately followed by DELETEKeith Whyte5-23/+54
2023-11-23Use unix timestamps in the SMS dbKeith Whyte1-6/+6
2023-11-23SMS optimise: Move VLR check to db.cKeith4-35/+32
2023-11-17fix codec mapping for GSM-HRNeels Hofmeyr1-1/+0
2023-10-30manuals: add section about the SGs interface.Philipp Maier3-9/+59
2023-10-30vlr_sgs: fix VTY setting for SGs counter.Philipp Maier1-1/+1
2023-10-19ASCI: Reject TERMINATION, if MS is not the originatorjolly/vgcsAndreas Eversberg1-0/+20
2023-10-17csd_bs: force rate adaptation mode for CSD calls to V.110Manawyrm1-0/+5
2023-10-14libmsc: add 3k1_AUDIO and FAX_G3 bearer capManawyrm5-0/+16
2023-09-28Bump version: 1.11.0.7-dbe88 → 1.11.11.11.1Oliver Smith1-0/+17
2023-09-25SMS over GSUP: set source_name in GSUP reply messagesMychaela N. Falconia3-0/+23
2023-09-25SMS over GSUP: correctly route GSUP responses to MT SMSMychaela N. Falconia4-3/+28
2023-09-24gsup_client_mux: set destination_name in error reply functionMychaela N. Falconia1-0/+2
2023-09-24ASCI: Remove duplicated CLEAR COMMAND from VGCS/VBS channel handlingAndreas Eversberg1-8/+0
2023-09-16CC: don't start guard timer on mid-call MNCC messagesMychaela N. Falconia1-1/+21
2023-09-15make two functions staticNeels Hofmeyr3-4/+3
2023-09-15fix codecs in internal call bridgeNeels Hofmeyr1-11/+32
2023-09-12Bump version: 1.10.0.125-92caa-dirty → 1.11.01.11.0Pau Espin Pedrol5-33/+174
2023-08-23gsm48_cc_tx_call_proc_…: verify bcap.transferOliver Smith1-0/+8
2023-08-23msc_a_up_call_assignment_complete: check CSD codecOliver Smith1-0/+9
2023-08-23msc_ho_send_handover_request: support CSDOliver Smith1-4/+21
2023-08-23csd_bs_list_to_gsm0808_ct: assert -> ret -EINVALOliver Smith1-1/+2
2023-08-23Cosmetic: fix typoOliver Smith1-1/+1
2023-08-08trans_lcls_compose(): Set PLMN fron cell currently in usePau Espin Pedrol1-1/+1
2023-08-08Tx Loc UPD ACC: Use PLMN provided by subscrPau Espin Pedrol1-6/+1
2023-07-28ASCI: Add missing transaction ID to SET PARAMETER messageAndreas Eversberg1-1/+2
2023-07-28ASCI: Add debugging and error logging to VGCS/VBS call controlAndreas Eversberg1-0/+6
2023-07-26csd_bs_list_to_bearer_cap(): add default branch for safetyVadim Yanitskiy1-0/+5
2023-07-26csd_bs_list_to_bearer_cap(): properly initialize bcap fieldsVadim Yanitskiy1-1/+19
2023-07-25codec_mapping: codec_map[]: add missing speech codec for CLEARMODEVadim Yanitskiy1-0/+7
2023-07-25ran_a_channel_type_to_speech_codec_list(): set PI/PT for CSDVadim Yanitskiy1-1/+6
2023-07-25ran_a_mgcp_codec_from_sc(): map GSM0808_SCT_CSD to CODEC_CLEARMODEVadim Yanitskiy1-0/+2
2023-07-25ran_a_mgcp_codec_from_sc(): cosmetic: remove unneeded breaksVadim Yanitskiy1-10/+0
2023-07-21SMPP: Fix Memory leaksKeith Whyte2-0/+3
2023-07-21ASCI: Point to correct state machine when calling ran_encode_and_send()Andreas Eversberg1-1/+1
2023-07-21ASCI: Fix Null pointer dereference bug in gsm44068_bcc_gcc_trans_free()Andreas Eversberg1-4/+3
2023-07-21ASCI: Check if codec mapping exists for given codecAndreas Eversberg1-0/+5