travelmate: update 1.3.0

* proactively scan and switch to a higher prioritized uplink,
  despite of an already existing connection,
  this is configurable via 'trm_proactive' option
  (default '1', enabled)
* fix some minor list trim issues
* optimize wlan scanning behavior
* refine debug messages

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2018-10-30 15:19:58 +01:00
parent 52ca8c9922
commit 4e8da997db
4 changed files with 136 additions and 83 deletions
+1
View File
@@ -4,6 +4,7 @@
config travelmate 'global'
option trm_enabled '0'
option trm_captive '1'
option trm_proactive '1'
option trm_iface 'trm_wwan'
option trm_triggerdelay '2'
option trm_debug '0'