aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-12-14 17:49:52 +0100
committerHarald Welte <laforge@gnumonks.org>2009-12-14 17:49:52 +0100
commitade7a14e750116ebe6a9de431772ff84df845fbe (patch)
treefa362af10804a9b64a1bc55072fab1734f7ab647
parent3d23db43a486994e4ab1709955775da854f89537 (diff)
make sure BSIC is patched into NM tables before initializing BS11
-rw-r--r--openbsc/src/bsc_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 54aeb28cb..ef68ef936 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -575,6 +575,7 @@ static void nm_reconfig_bts(struct gsm_bts *bts)
switch (bts->type) {
case GSM_BTS_TYPE_BS11:
+ patch_nm_tables(bts);
abis_nm_raw_msg(bts, sizeof(msg_1), msg_1); /* set BTS SiteMgr attr*/
abis_nm_set_bts_attr(bts, bs11_attr_bts, sizeof(bs11_attr_bts));
abis_nm_raw_msg(bts, sizeof(msg_3), msg_3); /* set BTS handover attr */