Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/28717 )
Change subject: Fix cbc_vty_go_parent() not being called ......................................................................
Patch Set 1: Code-Review+2
(2 comments)
File src/cbc_main.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28717/comment/e2cc2b83_fc2c064f PS1, Line 117: .go_parent_cb = cbc_vty_go_parent,
see here ;)
LOL. I wish GCC was smart enough to generate a warning here...
https://gerrit.osmocom.org/c/osmo-cbc/+/28717/comment/bde5798c_b93bf6cc PS1, Line 119: .go_parent_cb = NULL,
It was set to NULL explicitly, and now it will be NULL implicitly. […]
Done