mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/
This commit is contained in:
parent
cfb5000d5c
commit
889d753ed6
@ -652,26 +652,6 @@ typedef enum {
|
||||
*/
|
||||
NETOPT_LORAWAN_PUBLIC_NETWORK,
|
||||
|
||||
/**
|
||||
* @brief (uint8_t) LoRaWAN TX application port
|
||||
* - LoRaWAN: between 1 and 223 (included)
|
||||
*
|
||||
* @deprecated This option is deprecated and will be removed in the
|
||||
* 2022.01 Release.
|
||||
* The port is encoded now as a one byte
|
||||
* destination address in a @ref net_gnrc_netif_hdr snip
|
||||
* prepended in the packet.
|
||||
* The user must take care of prepending the required snip
|
||||
* during transmission. On reception, the
|
||||
* snip is prepended automatically by the stack and shall be
|
||||
* consumed by the user.
|
||||
* During the deprecation period it is required to
|
||||
* compile with @ref
|
||||
* CONFIG_GNRC_NETIF_LORAWAN_NETIF_HDR
|
||||
*
|
||||
*/
|
||||
NETOPT_LORAWAN_TX_PORT,
|
||||
|
||||
/**
|
||||
* @brief (loramac_dr_idx_t) LoRaWAN datarate for second RX window
|
||||
* - LoRaWAN: @ref loramac_dr_idx_t
|
||||
|
@ -106,7 +106,6 @@ static const char *_netopt_strmap[] = {
|
||||
[NETOPT_LORAWAN_DR] = "NETOPT_LORAWAN_DR",
|
||||
[NETOPT_LORAWAN_ADR] = "NETOPT_LORAWAN_ADR",
|
||||
[NETOPT_LORAWAN_PUBLIC_NETWORK]= "NETOPT_LORAWAN_PUBLIC_NETWORK",
|
||||
[NETOPT_LORAWAN_TX_PORT] = "NETOPT_LORAWAN_TX_PORT",
|
||||
[NETOPT_LORAWAN_RX2_DR] = "NETOPT_LORAWAN_RX2_DR",
|
||||
[NETOPT_LORAWAN_RX2_FREQ] = "NETOPT_LORAWAN_RX2_FREQ",
|
||||
[NETOPT_LORAWAN_MAX_RX_ERROR] = "NETOPT_LORAWAN_MAX_RX_ERROR",
|
||||
|
Loading…
Reference in New Issue
Block a user