aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vgcs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19ASCI: Reject TERMINATION, if MS is not the originatorjolly/vgcsAndreas Eversberg1-0/+20
2023-09-24ASCI: Remove duplicated CLEAR COMMAND from VGCS/VBS channel handlingAndreas Eversberg1-8/+0
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-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-19ASCI: Remove check for trans->msc_a to be set in _assign_complete()Andreas Eversberg1-4/+3
2023-07-17ASCI: Add call control for VGCS/VBSAndreas Eversberg1-0/+2741