Hello,
I currently have a DECT NR+ setup running on an nRF9151 based on the newer HELLO DECT sample, using v3.3.0 preview version of the modem. With these comes two files, dect_net_l2_mgmt.h and dect_net_l2.h, providing an interface to the DECT NR+ stack. However, I was wondering if the current version of the preview support devices running both FT and PT mode, like the documentation states should be possible?
I try to write to the device type bitmap dect_device_type_t in dect_settings, and this works fine if the value is either 0x01 (FT) or 0x02 (PT), but not 0x03 (FT | PT):
<err> dect_mdm: Settings write validation failed, failure bitmap: 0x0004
Thanks, Gustav