aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-17vty: Change API to have node installation be done by intJacob Erlbeck1-1/+1
This commit fixes the go_parent_cb API according to libosmocore's commit of the same name. Fixes: pcu_vty.c:799:2: warning: initialization from incompatible pointer type [enabled by default] .go_parent_cb = pcu_vty_go_parent, Sponsored-by: On-Waves ehf
2015-04-09vty: Use libosmocore VTY standardsJacob Erlbeck1-3/+0
This commit applies to following changes to pcu_vty.c: - Use vty_install_default() instead of install_default() - Add a blank after the '#' of the prompt - Rename the 'pcu' configuration node to 'config-pcu' Sponsored-by: On-Waves ehf
2012-07-13VTY implementationAndreas Eversberg1-0/+22