vty: Fix build due to merge issue.

This commit is contained in:
Holger Hans Peter Freyther 2010-09-06 10:09:19 +08:00
parent 76fc4a34b8
commit b0e88b8644
1 changed files with 1 additions and 0 deletions

View File

@ -1255,6 +1255,7 @@ DEFUN(cfg_net_pag_any_tch,
"paging any use tch (0|1)",
"Assign a TCH when receiving a Paging Any request")
{
struct gsm_network *gsmnet = gsmnet_from_vty(vty);
gsmnet->pag_any_tch = atoi(argv[0]);
gsm_net_update_ctype(gsmnet);
return CMD_SUCCESS;