mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
33 lines
712 B
Text
33 lines
712 B
Text
if PACKAGE_ieee1905 || PACKAGE_lib1905al
|
|
|
|
menu "developer/debug options"
|
|
|
|
config IEEE1905_SEND_EMPTY_TLVS
|
|
bool "Allow sending of empty TLVs"
|
|
default y
|
|
|
|
config IEEE1905_FIX_BROKEN_TLVS
|
|
bool "Allow reception of missing TLVs"
|
|
default y
|
|
|
|
config IEEE1905_SPEED_UP_DISCOVERY
|
|
bool "Speed up discovery of an AL in network"
|
|
default y
|
|
|
|
config IEEE1905_DO_NOT_ACCEPT_UNAUTHENTICATED_COMMANDS
|
|
bool "Do not accept M1/M2 messages from unknown AL(s)"
|
|
default y
|
|
|
|
choice
|
|
prompt "Select ALME support"
|
|
default IEEE1905_ALME_OVER_UBUS
|
|
|
|
config IEEE1905_ALME_OVER_UBUS
|
|
bool "ALME methods supported over ubus"
|
|
|
|
config IEEE1905_ALME_OVER_TCP
|
|
bool "ALME server over TCP port"
|
|
|
|
endchoice
|
|
endmenu
|
|
endif
|