aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-29 20:42:14 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-29 20:42:14 +0200
commitb84968418172040f12dc150d770f9b06d6df335d (patch)
treed7cd7017d9ee345aa7d5660dcf82d0c451dd0c7d /src/osmo-bts-sysmo/l1_if.h
parent1eb4d4893c3de16692ae3e9c3b4c8a09da490ad8 (diff)
deactivate RF + exit when the Abis link is gone
The idea is that the BTS process is re-spawned from init/upstart/systemd
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.h')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index 7dcae537..7268fe21 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -40,6 +40,7 @@ int l1if_req_compl(struct femtol1_hdl *fl1h, struct msgb *msg,
struct femtol1_hdl *l1if_open(void *priv);
int l1if_close(struct femtol1_hdl *hdl);
int l1if_reset(struct femtol1_hdl *hdl);
+int l1if_activate_rf(struct femtol1_hdl *hdl, int on);
struct msgb *l1p_msgb_alloc(void);
struct msgb *sysp_msgb_alloc(void);