From b6f95161935969c270ef42f1c31e6957df5afe31 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 5 Dec 2013 16:02:37 +0100 Subject: 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. --- openbsc/src/libbsc/bsc_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/libbsc/bsc_vty.c') diff --git a/openbsc/src/libbsc/bsc_vty.c b/openbsc/src/libbsc/bsc_vty.c index e0ccfafb6..006671941 100644 --- a/openbsc/src/libbsc/bsc_vty.c +++ b/openbsc/src/libbsc/bsc_vty.c @@ -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); -- cgit v1.2.3