aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/l1_if.c
diff options
context:
space:
mode:
authorMinh-Quang Nguyen <minh-quang.nguyen@nutaq.com>2016-06-09 15:01:01 -0400
committerHarald Welte <laforge@gnumonks.org>2016-06-15 09:44:51 +0000
commitd0d2c9217a909c1455dfabb26cd3e678493490d9 (patch)
tree7a909ab29b6f50d53f6fe91bd2c4ed0c8bbd6fac /src/osmo-bts-litecell15/l1_if.c
parent7158c2ed082eaca6063a501e490e8d3c3b181560 (diff)
LC15: Bring back DSP trace argument
Diffstat (limited to 'src/osmo-bts-litecell15/l1_if.c')
-rw-r--r--src/osmo-bts-litecell15/l1_if.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index 54fd2d38..6d4fc55f 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -67,6 +67,8 @@
#include "misc/lc15bts_bid.h"
#include "utils.h"
+extern unsigned int dsp_trace;
+
struct wait_l1_conf {
struct llist_head list; /* internal linked list */
struct osmo_timer_list timer; /* timer for L1 timeout */
@@ -1397,6 +1399,10 @@ int bts_model_phy_link_open(struct phy_link *plink)
return -EIO;
}
+
+ struct lc15l1_hdl *fl1h = pinst->u.lc15.hdl;
+ fl1h->dsp_trace_f = dsp_trace;
+
l1if_reset(pinst->u.lc15.hdl);
phy_link_state_set(plink, PHY_LINK_CONNECTED);