aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vgcs.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19ASCI: Reject TERMINATION, if MS is not the originatorjolly/vgcsAndreas Eversberg1-0/+20
Only the originator may terminate the VGCS/VBS call. This will not happen in real life, because the UI of the MS should not allow termination of a recevied VGCS call. Change-Id: Ibe289920fa3ea50dd3e7d5c1371456dca9b72604 Related: OS#4854
2023-09-24ASCI: Remove duplicated CLEAR COMMAND from VGCS/VBS channel handlingAndreas Eversberg1-8/+0
Change-Id: I5e4891091c2ce56d4fd4a7f5f67156a94ade852d Related: OS#4854
2023-07-28ASCI: Add missing transaction ID to SET PARAMETER messageAndreas Eversberg1-1/+2
Change-Id: I1b692cee894826a306885253a53a351f952d52dc Related: OS#4854
2023-07-28ASCI: Add debugging and error logging to VGCS/VBS call controlAndreas Eversberg1-0/+6
Change-Id: I3fbce71e47e9670f58e46e7c2a0f26a1bbc1a46e Related: OS#4854
2023-07-21ASCI: Point to correct state machine when calling ran_encode_and_send()Andreas Eversberg1-1/+1
Fixes: CID#322139 Change-Id: I8de1fce76ba36a06384581e3a1af706b41cad1fe
2023-07-21ASCI: Fix Null pointer dereference bug in gsm44068_bcc_gcc_trans_free()Andreas Eversberg1-4/+3
Fixes: CID#322142 Change-Id: Iab0b66dfcfdb870eaec4611720ce3a5f2089bd21
2023-07-21ASCI: Check if codec mapping exists for given codecAndreas Eversberg1-0/+5
Fixes: CID#322143 Change-Id: I65cdf2b7feaa72167c8002cd4d47183f99cab761
2023-07-21ASCI: Fix wrong check for Null pointer in vgcs_cell_fsm_null()Andreas Eversberg1-3/+3
Fixes: CID#322145, CID#322141 Change-Id: Iec0820f612450cde772076131b07fe7819d35790
2023-07-21ASCI: Null pointer bug fix in trans_create_bcc_gccAndreas Eversberg1-2/+5
Fixes: CID#322147 Change-Id: I1676d3cbf844930a6a433253f055a3f8fe3c210b
2023-07-19ASCI: Remove check for trans->msc_a to be set in _assign_complete()Andreas Eversberg1-4/+3
trans->msc_a is always set when ASSIGNMENT COMPLETE is received. Fixes: CID#322144 Change-Id: I0fe16e59959b48d08d95aefa6d4415f78dcf1eb4
2023-07-17ASCI: Add call control for VGCS/VBSAndreas Eversberg1-0/+2741
Change-Id: I9947403fde8212b66758104443c60aaacc8b1e7b Related: OS#4854