fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/36143?usp=email )
Change subject: ctrl: Don't expose write_queue in ctrl_cmd_send() api ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: Unfortunately, this patch is breaking openbsc:
``` osmo_bsc_ctrl.c: In function 'osmo_bsc_send_trap': osmo_bsc_ctrl.c:55:9: error: implicit declaration of function 'ctrl_cmd_send'; did you mean 'ctrl_cmd_trap'? [-Werror=implicit-function-declaration] 55 | ctrl_cmd_send(&msc_con->write_queue, trap); | ^~~~~~~~~~~~~ | ctrl_cmd_trap ```
https://jenkins.osmocom.org/jenkins/view/master/job/master-openbsc/