aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/bts_ipaccess_nanobts.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-04-06 18:56:48 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-07 11:35:12 +0200
commit0a405f13fc69a0c1d2a353c77ea6a9e7a3eb4401 (patch)
treeba26f86514fb9dd9d7861261498e1d00ba73bc01 /src/libbsc/bts_ipaccess_nanobts.c
parent44311ea6e93f2832fe385cd97117ffcccee5ad3a (diff)
Start Dynamic PDCH Initialization after RSL is up
We used to start the dynamic PDCH initialization right after the respective OML initialization of the related timeslot. However, this is problematic as the RSL link may very well not even be up yet at that point. So let's do this at RSL link esetablishment time, not from OML. Change-Id: I8ac30ca075a1db4b624dc38a423d844d705fda7e Closes: OS#1841
Diffstat (limited to 'src/libbsc/bts_ipaccess_nanobts.c')
-rw-r--r--src/libbsc/bts_ipaccess_nanobts.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libbsc/bts_ipaccess_nanobts.c b/src/libbsc/bts_ipaccess_nanobts.c
index edfe41771..4f1ac4bd8 100644
--- a/src/libbsc/bts_ipaccess_nanobts.c
+++ b/src/libbsc/bts_ipaccess_nanobts.c
@@ -175,9 +175,6 @@ static int nm_statechg_event(int evt, struct nm_statechg_signal_data *nsd)
abis_nm_opstart(trx->bts, obj_class,
trx->bts->bts_nr, trx->nr, ts->nr);
}
- if (new_state->operational == NM_OPSTATE_ENABLED
- && new_state->availability == NM_AVSTATE_OK)
- dyn_ts_init(ts);
break;
case NM_OC_RADIO_CARRIER:
trx = obj;