aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 20:06:58 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 20:06:58 +0100
commitc4989a8e5ece9fde0d8f689a949543f9ec9bff5c (patch)
treec38d16300db1c0fbd58c04e320c34390d6a6bc5e /openbsc/src
parent9f0866c2a3072a7fb25f6f517a3056ffe194c47e (diff)
INPUT: Disable the per-TRX OML Link for now
We need a way for the caller to specify which OML link (BTS or TRX) he wants.
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/e1_input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/e1_input.c b/openbsc/src/e1_input.c
index baebf2f68..916bb5611 100644
--- a/openbsc/src/e1_input.c
+++ b/openbsc/src/e1_input.c
@@ -268,10 +268,12 @@ int _abis_nm_sendmsg(struct msgb *msg)
return -EINVAL;
}
+#if 0
/* Check for TRX-specific OML link first */
if (msg->trx->oml_link)
sign_link = msg->trx->oml_link;
else
+#endif
sign_link = msg->trx->bts->oml_link;
e1i_ts = sign_link->ts;