Attention is currently required from: neels.
2 comments:
File src/libmsc/ran_peer.c:
so below, there is a priority: 1.msc_role 2.vgcs.bss 3.vgcs.cell. […]
A conn that is used for VGCS/VBS BSS connection (conn->vgcs.bss) and a conn that is used for VGCS/VBS channel connection (conn->vgcs.cell) does not have any transaction, nor subscriber. Both connection types are linked as sub structures to a VGCS/VBS transaction. (using lists) The VGCS/VBS transaction uses conn->msc_role until the caller is assigned to the VGCS/VBS channel. As said above, this channel (the caller is assigned to) has no transaction, nor subscriber linked to it, even if someone (the caller or other subscriber) is talking on the channel.
Patch Set #14, Line 413: return
(now redundant)
Done
To view, visit change 33504. To unsubscribe, or for help writing mail filters, visit settings.