bsc: Fix the name of the local vty variable.
diff --git a/openbsc/src/bsc/osmo_bsc_vty.c b/openbsc/src/bsc/osmo_bsc_vty.c
index d5c018b..be6e4c6 100644
--- a/openbsc/src/bsc/osmo_bsc_vty.c
+++ b/openbsc/src/bsc/osmo_bsc_vty.c
@@ -65,7 +65,7 @@
 	return CMD_SUCCESS;
 }
 
-DEFUN(cfg_net_msc_token,
+DEFUN(cfg_net_bsc_token,
       cfg_net_bsc_token_cmd,
       "token TOKEN",
       "A token for the BSC to be sent to the MSC")