aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 15:41:09 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:27 +0100
commitc834b70d04f0d5d66a3616a51cee577ebb7fede4 (patch)
treef6792fdc5313ef4608c001375824c1e5e49093d7 /openbsc/src
parent174a51a7612413bdec368772c4f855154337426d (diff)
RBS2000: Generate per-TRX OML link
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/e1_config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/e1_config.c b/openbsc/src/e1_config.c
index dd819926f..db290cbae 100644
--- a/openbsc/src/e1_config.c
+++ b/openbsc/src/e1_config.c
@@ -100,6 +100,11 @@ int e1_reconfig_trx(struct gsm_bts_trx *trx)
}
sign_ts = &line->ts[e1_link->e1_ts-1];
e1inp_ts_config(sign_ts, line, E1INP_TS_TYPE_SIGN);
+ if (trx->bts->type == GSM_BTS_TYPE_RBS2000) {
+ /* FIXME: where to put the reference of the per-TRX OML? */
+ e1inp_sign_link_create(sign_ts, E1INP_SIGN_OML, trx,
+ trx->rsl_tei, SAPI_OML);
+ }
rsl_link = e1inp_sign_link_create(sign_ts, E1INP_SIGN_RSL,
trx, trx->rsl_tei, SAPI_RSL);
if (!rsl_link) {