aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-30 21:19:27 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:50:36 +0200
commitd92774b4ac9360235e822387a097dbcb886fbbed (patch)
treeacc91ef3eee0c803495d650d70cf8eaa973a1aa5 /src/common
parent359fb8caf417570856ca61d6ff90df1fc452d659 (diff)
abis: delay l1if_reset() until OML link is established
Diffstat (limited to 'src/common')
-rw-r--r--src/common/bts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index 63560c2f..2ac411d0 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -176,7 +176,7 @@ int bts_link_estab(struct gsm_bts *bts)
}
}
- return 0;
+ return bts_model_oml_estab(bts);
}
/* RSL link is established, send status report */