summaryrefslogtreecommitdiff
path: root/pathloss/plugin.xml
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-23 20:34:30 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-23 20:52:50 +0200
commita83df2448514796c9c79f09a826e455bcecfd8e2 (patch)
tree65906d5b6da6ccbc2b9981fbc56cfc9c33712eba /pathloss/plugin.xml
parentbc55a9c7e8177dc2503e3b9f46b80618db48001c (diff)
add inverse functions of path lossHEADmaster
using the rf_range_* functions, we can compute the signal range possible at the given permitted path loss in dB.
Diffstat (limited to 'pathloss/plugin.xml')
-rw-r--r--pathloss/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pathloss/plugin.xml b/pathloss/plugin.xml
index 8ece45a..d17e632 100644
--- a/pathloss/plugin.xml
+++ b/pathloss/plugin.xml
@@ -12,9 +12,11 @@
<category>Local Python</category>
<functions>
<function name='pathloss_freespace'/>
+ <function name='rf_range_freespace'/>
<function name='pathloss_egli'/>
+ <function name='rf_range_egli'/>
<function name='pathloss_hata'/>
- <function name='pathloss_cost_hata'/>
+ <function name='rf_range_hata'/>
</functions>
</service>
</services>
personal git repositories of Harald Welte. Your mileage may vary