aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-13sdp: allow more space for fmtpjolly/workNeels Hofmeyr1-1/+1
2023-12-13test_call: codecs: test specific PT from MO to MTNeels Hofmeyr2-0/+677
2023-12-13test_call: codecs: allow specific PT numbers [2/2]Neels Hofmeyr2-26/+55
2023-12-13test_call: codecs: allow specific PT numbers [1/2]Neels Hofmeyr2-0/+676
2023-12-13add comment in codec_mapping.cNeels Hofmeyr1-0/+1
2023-12-13msc_vlr_test_call: codecs: properly test new codec matchingNeels Hofmeyr2-143/+616
2023-12-13msc_vlr_test_call: drop misleading logNeels Hofmeyr2-18/+18
2023-12-13implement re-assignment to match codecsNeels Hofmeyr7-60/+89
2023-12-13add sdp_audio_codec_to_speech_codec_list()Neels Hofmeyr2-9/+21
2023-12-13cc: remove code dup for / fix reading codecs from MNCCNeels Hofmeyr2-71/+57
2023-12-12silent_call: check return value of trans_alloc() against NULLVadim Yanitskiy1-1/+5
2023-12-01Use uniform log format for default config filesAndreas Eversberg3-0/+24
2023-11-23call_leg: silence some false errorsNeels Hofmeyr1-1/+2
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
2023-07-21ASCI: Fix wrong check for Null pointer in vgcs_cell_fsm_null()Andreas Eversberg1-3/+3
2023-07-21ASCI: Null pointer bug fix in trans_create_bcc_gccAndreas Eversberg1-2/+5
2023-07-21ASCI: Receive messages from MSC-A role related to VGCS/VBSAndreas Eversberg1-1/+29