RDTP-16253: Add a history of the last 10 UL/DL packets per device, as well as the last 10 UL/DL LoRaWAN MAC commands.
RDTP-19262: Add the transmission status (by the gateway) of each downlink packet in the last 10 packets widget.
RDTP-17465: Reporting of the connection status of the cellular interface, if this interface type is used by the gateway besides Ethernet.
RDTP-19251: Filter the list of device models proposed by the GUI drop-down menu, showing only the profiles matching the ISM Band inherited from the gateway's RF Region.
RDTP-19306: Update the link to RF Region's online documentation in GUI.
Beta support of Gemtek Indoor Femto model. Note: Using an external USB key is a mandatory prerequisite.
Upgrade the RFregion catalog to version 1.7.1.
Upgrade the Device Profile catalog to version 7.0.1, significantly expanding the list of supported "branded" device models.
Upgrade the Payload Driver catalog to version 2.0.0, significantly expanding the list of supported drivers inline with the expanded device model list.
RDTP-18623: Browan ODU: lrr should set usegpstime and/or usegpsposition to 1 in lrr.ini. This is required to leverage the GPS capabilities whenever supported by the gateway.
RDTP-18580: Update ping addresses in LRR's ifacefailover script to avoid pinging external destinations. Ping destinations are now set to 127.0.0.1 (localhost).
RDTP-18427: Unable to import TAO devices when a second join request was sent without uplink.
Optimization of driver engine integration to improve TAO performance for constrained HW gateways. This optimization is driven by RDTP-18305: TAO v1.1 doesn't work on Ufispace Pico AS923:
Iot Flow engine is removed.
node-red-contrib-acy-uplink-downlink is updated to:
support encoding / decoding internally (only the drivers delivery is required).
2 new POST endpoints are added to serve decode / encode request using the same interface as iot flow engine.
Drivers are loaded dynamically in node-red-contrib-acy-uplink-downlink node only when needed.
LRC configuration is optimized (30% CPU to 15% CPU):
[labonly] MSTIC=100
[threads] Lrn=1
RDTP-18306: DL Post response is not returned by ThingPark Enterprise All-in-One (TAO):
node-red-contrib-acy-uplink-downlink changed to 1.2.1, witch provides downlink results
Downlink output is compatible to an 'http response' node so that it can connect directly
Sample is updated to provide :
for MQTT: show how to connect the downlink to an MQTT status topic
for HTTP: show how to support and HTTP endpoint for downlinks, and show how to connect the 'http response' node
RDTP-18307: Node-Red Dashboard not supported by ThingPark Enterprise All-in-One (TAO):
node-red-contrib-dashboard is added.
A sample is also added.
The new service is available through the http://<ip>:1323/node-red/ui standard endpoint.