upgrade.sh: Fix typo
upgrade.sh: Fix typo Otherwise you get the following error and checking for untangle_board_name does not work: sh: missing ]]
View ArticleMerge commit 'aeb789e17f61ab7b14500555c86345df5faee1a1' into release-1.1
Merge commit 'aeb789e17f61ab7b14500555c86345df5faee1a1' into release-1.1
View Articlefetch-licenses.sh: Fix typo
fetch-licenses.sh: Fix typo Otherwise you get: sh: missing ]]
View Articlefetch-licenses.sh: Restart qos on success
fetch-licenses.sh: Restart qos on success If we successfully fetch a license, ensure we are correctly limiting throughput by restarting our qos scripts (which are responsible for limiting throughput).
View Articlecaswell-rssi-leds: Monitor the correct interface
caswell-rssi-leds: Monitor the correct interface We renamed the wwan interface from WWAN0 to LTE
View Articlewwan_status: Encode iccid/imsi/imei/msisdn as strings
wwan_status: Encode iccid/imsi/imei/msisdn as strings These are huge numbers. If we encode them as ints, they may rollover and show up as negative numbers. The UI doesn't care if they are encoded as...
View Articleupgrade.sh: Don't compare versions
upgrade.sh: Don't compare versions Now, the update server only returns something if it determines that the device is out of date. So if it returns anything, we need to download and flash it. No check...
View Articlecaswell-rssi-leds: Cache sim details
caswell-rssi-leds: Cache sim details These don't change after we boot, so look them up once and store them in a file for the UI to read when it needs to display them. MFW-771
View Articlecaswell-rssi-leds: Only monitor rssi when LTE is up
caswell-rssi-leds: Only monitor rssi when LTE is up Calls to uqmi can interfere with bringing the device up so make sure we are only monitoring the rssi after the device is up. If the device is down...
View ArticleAdd speedtest-cli
Add speedtest-cli This includes two patches. One switches to python3. The other adds a --simple-json output option MFW-780
View Articlesync-settings: Switch to speedtest-cli
sync-settings: Switch to speedtest-cli Use speedtest-cli for determining wan bandwidth instead of our home grown tests MFW-780
View Articleuntangle-board-name: Shorten vmware board name to 'VMware'
untangle-board-name: Shorten vmware board name to 'VMware' MFW-788
View ArticleMerge pull request #5 from untangle/MFW-788-vmware-board-name
Merge pull request #5 from untangle/MFW-788-vmware-board-name MFW-788: untangle-board-name: Shorten vmware board name to 'VMware'
View Articlecaswell-rssi-leds: Reset modem at boot
caswell-rssi-leds: Reset modem at boot This will ensure we are starting from a fresh configuration. In the cases of a loss of power or a sysupgrade we may not have properly shut down the LTE connection...
View ArticleMerge pull request #4 from untangle/MFW-780-improve-throughput-test
Merge pull request #4 from untangle/MFW-780-improve-throughput-test MFW-780: sync-settings: Switch to speedtest-cli
View ArticleMerge pull request #6 from untangle/MFW-802-modem-reset
Merge pull request #6 from untangle/MFW-802-modem-reset MFW-802: caswell-rssi-leds: Reset modem at boot
View ArticleRestore mfw_build repository to, well, only containing build tool/scr…
Restore mfw_build repository to, well, only containing build tool/scripts... ... instead of the entire content of mfw_feeds
View ArticleMerge commit '28f753e3dfa6668449e2aed2a80ba5e8604c1989' into release-1.1
Merge commit '28f753e3dfa6668449e2aed2a80ba5e8604c1989' into release-1.1
View Article