Attention is currently required from: jolly.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bsc/+/33603
to look at the new patch set (#4).
Change subject: ASCI: Prepare bssmap_handle_ass_req_ct_speech() for VGCS/VBS ......................................................................
ASCI: Prepare bssmap_handle_ass_req_ct_speech() for VGCS/VBS
bssmap_handle_ass_req_ct_speech() calls select_codecs(), which requires a bts pointer.
An extra bts pointer is added to both function and used instead of deiving it from the conn->lchan pointer. This funcion can then be called if no channel is assigned (yet). (conn->lchan is NULL)
This function will be used by the VGCS/VBS call control also. (Chg-Id: Id9e94fb4f27bb438b7093c031344a3400bfa34f1)
Change-Id: Ifc1e315d5282f01f8d1bd600d62476c2ae74eca9 Related: OS#4852 --- M src/osmo-bsc/osmo_bsc_bssap.c 1 file changed, 26 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/03/33603/4