aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-litecell15/oml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-litecell15/oml.c b/src/osmo-bts-litecell15/oml.c
index 4d88ac58..c3bf800d 100644
--- a/src/osmo-bts-litecell15/oml.c
+++ b/src/osmo-bts-litecell15/oml.c
@@ -494,7 +494,7 @@ static int ts_connect_as(struct gsm_bts_trx_ts *ts,
return l1if_gsm_req_compl(fl1h, msg, cb, NULL);
}
-static int ts_connect(struct gsm_bts_trx_ts *ts)
+static int ts_opstart(struct gsm_bts_trx_ts *ts)
{
return ts_connect_as(ts, ts->pchan, opstart_compl_cb, NULL);
}
@@ -1695,7 +1695,7 @@ int bts_model_opstart(struct gsm_bts *bts, struct gsm_abis_mo *mo,
rc = trx_init(obj);
break;
case NM_OC_CHANNEL:
- rc = ts_connect(obj);
+ rc = ts_opstart(obj);
break;
case NM_OC_BTS:
case NM_OC_SITE_MANAGER: