Attention is currently required from: pespin. msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30961 )
Change subject: layer23: Initial VTY framework to share VTY code between apps ......................................................................
Patch Set 8:
(2 comments)
File src/host/layer23/src/common/vty.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30961/comment/13a837dd_6fdb120c PS8, Line 186: int l23_vty_init(int (*config_write_ms_node_cb)(struct vty *)) Would nice to make this void while at it: it always return 0 which is ignored by the caller anyway.
File src/host/layer23/src/modem/vty.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30961/comment/b965110b_ff69c8c3 PS8, Line 49: int modem_vty_init(void) Same here