BSC VTY: Remove extraneous 'else' from write_ts_single()

This caused the E1 parameters not to be displayed in case the channel
was using frequency hopping.
This commit is contained in:
Harald Welte 2010-12-24 12:07:07 +01:00
parent 274d015cbb
commit 127af34eea
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
vty_out(vty, " hopping arfcn add %u%s",
i, VTY_NEWLINE);
}
} else
}
config_write_e1_link(vty, &ts->e1_link, " ");
}