aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 9490664f..7add3930 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -12,6 +12,8 @@
#include "bts.h"
#include "tbf.h"
+#include "pcu_vty_functions.h"
+
enum node_type pcu_vty_go_parent(struct vty *vty)
{
switch (vty->node) {
@@ -96,7 +98,7 @@ static int config_write_pcu(struct vty *vty)
vty_out(vty, " dl-tbf-idle-time %d%s", bts->dl_tbf_idle_msec,
VTY_NEWLINE);
- return CMD_SUCCESS;
+ return pcu_vty_config_write_pcu_ext(vty);
}
/* per-BTS configuration */