Fix: Nokia requires VTY's "oml e1" parameters also

When writing config file, OML configuration must be written for all
E1 based BTS, which includes Nokia *Site BTS.
This commit is contained in:
Andreas Eversberg 2013-12-05 16:02:37 +01:00 committed by Holger Hans Peter Freyther
parent eddaa9f19e
commit b6f9516193
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
break;
case GSM_BTS_TYPE_NOKIA_SITE:
vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
break;
/* fall through: Nokia requires "oml e1" parameters also */
default:
config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);