Attention is currently required from: jolly.
pespin 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 3:
(1 comment)
File src/osmo-bsc/osmo_bsc_bssap.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/33603/comment/35604072_8a692ecd PS2, Line 744: static int select_codecs(struct assignment_request *req, const struct gsm0808_channel_type *ct,
bssmap_handle_ass_req_ct_speech() is called by vgcs_fsm.c. […]
Can you point me to where is this function newly used? (I guess it's some other patch?)
Also, the commit message is misleading. You are not simply making the function public, you are changing the logic and params also imho.
Finally, to make the code paths easier, maybe avoid passing NULL in the only caller so far, and pass conn_get_bts() as a param there.