max_power_limit: the limit is 24 dB !

This commit is contained in:
Harald Welte 2009-11-18 09:20:22 +01:00
parent 986c3d76db
commit 61a83b2aec
1 changed files with 1 additions and 1 deletions

View File

@ -1101,7 +1101,7 @@ DEFUN(cfg_trx_max_power_red,
{
int maxpwr_r = atoi(argv[0]);
struct gsm_bts_trx *trx = vty->index;
int upper_limit = 12; /* default 12.21 max power red. */
int upper_limit = 24; /* default 12.21 max power red. */
/* FIXME: check if our BTS type supports more than 12 */
if (maxpwr_r < 0 || maxpwr_r > upper_limit) {