aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-14 19:00:52 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-14 19:00:52 +0200
commit93e90207f90ec5c5a022501d2c1a45fa5b398662 (patch)
treeb907453a10efa0bbb57676c3fdc4c2b95406f3ea /openbsc/src/vty_interface.c
parent62ab20c5dd85bb8c14a44af73b674494447318e7 (diff)
[BSC] ARFCN 0 is legal in E-GSM
Diffstat (limited to 'openbsc/src/vty_interface.c')
-rw-r--r--openbsc/src/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 0ceab5b03..1823132ed 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1781,7 +1781,7 @@ DEFUN(cfg_trx,
DEFUN(cfg_trx_arfcn,
cfg_trx_arfcn_cmd,
- "arfcn <1-1024>",
+ "arfcn <0-1024>",
"Set the ARFCN for this TRX\n")
{
int arfcn = atoi(argv[0]);