From d92774b4ac9360235e822387a097dbcb886fbbed Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 30 Jun 2013 21:19:27 +0200 Subject: abis: delay l1if_reset() until OML link is established --- src/common/bts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') 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 */ -- cgit v1.2.3