aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-19 20:19:21 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-19 20:19:21 +0200
commitbcd08888f9efbfa7c3e401ac0fbbb339059ff4b1 (patch)
tree5f85882705982324b3e796d1abb365a3e5ca023b /src/osmo-bts-sysmo/l1_if.h
parent9aa6d9496b4e0791c104ae711f0ccb7af7776e85 (diff)
add VTY command to manually alter transmit power
this allows for quick manual tx power changes from the VTY, particularly useful in type approval or other measurements.
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 18ea0e0f..1053a1d9 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -66,6 +66,7 @@ int l1if_close(struct femtol1_hdl *hdl);
int l1if_reset(struct femtol1_hdl *hdl);
int l1if_activate_rf(struct femtol1_hdl *hdl, int on);
int l1if_set_trace_flags(struct femtol1_hdl *hdl, uint32_t flags);
+int l1if_set_txpower(struct femtol1_hdl *fl1h, float tx_power);
struct msgb *l1p_msgb_alloc(void);
struct msgb *sysp_msgb_alloc(void);