Attention is currently required from: pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/33603 )
Change subject: ASCI: Make bssmap_handle_ass_req_ct_speech() publically available. ......................................................................
Patch Set 2:
(1 comment)
File src/osmo-bsc/osmo_bsc_bssap.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/33603/comment/f3ab07c8_81de1a2a PS2, Line 744: static int select_codecs(struct assignment_request *req, const struct gsm0808_channel_type *ct,
why this change? bts can already be obtained through conn like before?
bssmap_handle_ass_req_ct_speech() is called by vgcs_fsm.c. At this point, there is no lchan assigned to the conn. This also means that there is no bts associated with the conn.