aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-19 16:37:48 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-19 17:32:47 +0100
commitd54c337a831319271f453a8a2e2c50d54b51a404 (patch)
treebbdd911cc129df8e311a327039d7ac5ae76c0612 /openbsc/src/vty_interface.c
parentea52802762b7e485d5d9aa4aa6f30b4c88425a53 (diff)
[vty] Write out the neci configuration
Diffstat (limited to 'openbsc/src/vty_interface.c')
-rw-r--r--openbsc/src/vty_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 7ac0216c6..09575d06b 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -274,6 +274,7 @@ static int config_write_net(struct vty *vty)
vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
+ vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
return CMD_SUCCESS;
}