Attention is currently required from: arehbein, neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/35355?usp=email )
Change subject: tdef_vty: Introduce generalized per-object tdef support ......................................................................
Patch Set 9:
(2 comments)
File include/osmocom/vty/tdef_vty.h:
https://gerrit.osmocom.org/c/libosmocore/+/35355/comment/76dc011a_7fa8fed0 PS9, Line 87: #define DEFUN_TDEF_PER_OBJ(show_funcname, show_cmdname, cfg_funcname, cfg_cmdname, object_type, tdef_groups_name) \ DEFUN_TDEF(
File src/vty/tdef_vty.c:
https://gerrit.osmocom.org/c/libosmocore/+/35355/comment/12969a00_0b258b43 PS9, Line 416: void osmo_tdef_vty_groups_init_per_obj(unsigned int parent_cfg_node, struct osmo_tdef_group *groups, const char *cmd_category, Probably simply call it osmo_tdef_vty_groups_init2, since it's basically the same as osmo_tdef_vty_groups_init but passing more parameters.
BTW, you can now implement osmo_tdef_vty_groups_init() by calling osmo_tdef_vty_groups_init2, so it's clear their relation.