[riot-notifications] [RIOT-OS/RIOT] net/lorawan : Expose configurations to Kconfig (#15507)
José Alamos
notifications at github.com
Thu Nov 26 14:46:26 CET 2020
@jia200x commented on this pull request.
> + Configure the maximum number of retransmissions to be used for a
+ confirmed uplink packet, if no downlink acknowledgment is received from
+ the network.
+
+config LORAMAC_DEFAULT_ADR
+ bool "Enable ADR"
+ help
+ Enable or disable Adaptive Data Rate (ADR). If enabled the end node will
+ inform the network server about the status of ADR using the ADR field in
+ uplink data packet. The network server will then optimize the data rate
+ and the transmission power of the end node based on the information
+ collected from the network.
+
+config LORAMAC_DEFAULT_LINKCHK
+ int "Link check interval (in seconds)"
+ depends on KCONFIG_USEMODULE_RN2XX3
I'm not sure if these should be here, since it's specific to the RN2xx3.
@leandrolanzieri was suggesting to add some "xxx specific configuratons" below, that get selected only if a specific LoRaWAN implementation is activated.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15507#pullrequestreview-539327885
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201126/15a0fa82/attachment-0001.htm>
More information about the notifications
mailing list