From b84968418172040f12dc150d770f9b06d6df335d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 Jun 2011 20:42:14 +0200 Subject: deactivate RF + exit when the Abis link is gone The idea is that the BTS process is re-spawned from init/upstart/systemd --- src/osmo-bts-sysmo/l1_if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bts-sysmo/l1_if.h') 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); -- cgit v1.2.3