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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 77627fc9..8a9255c5 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -103,6 +103,7 @@ static int config_write_pcu(struct vty *vty)
vty_out(vty, " alpha %d%s", bts->alpha, VTY_NEWLINE);
vty_out(vty, " gamma %d%s", bts->gamma * 2, VTY_NEWLINE);
+ return CMD_SUCCESS;
}
/* per-BTS configuration */