10 #ifndef ARDUINO_HWTEST_WIMOD_SAP_PTS_IDS_H_ 11 #define ARDUINO_HWTEST_WIMOD_SAP_PTS_IDS_H_ 22 #include "utils/WMDefs.h" 32 #define PTS_SAP_ID 0xA1 44 #define PTS_STATUS_OK 0x00 45 #define PTS_STATUS_ERROR 0x01 49 #define PTS_MSG_SET_RADIO_TEST_MODE_REQ 0x01 50 #define PTS_MSG_SET_RADIO_TEST_MODE_RSP 0x02 52 #define PTS_MSG_SET_DIGITAL_OUTPUT_REQ 0x07 53 #define PTS_MSG_SET_DIGITAL_OUTPUT_RSP 0x08 55 #define PTS_DEVMGMT_MSG_SET_OPMODE_REQ 0x09 56 #define PTS_DEVMGMT_MSG_SET_OPMODE_RSP 0x0A 59 #define PTS_PWD "WiMOD-LoRa" 60 #define PTS_PWD_LEN 10 62 #define PTS_DEVCONFIG_APPLICATION_MODE 0 63 #define PTS_DEVCONFIG_TEST_MODE 1 64 #define PTS_DEVCONFIG_PRODUCTION_MODE 2 73 typedef enum TRadioTest_TestMode
78 TestMode_PN9_NarrowBand,
82 } TRadioTest_TestMode;
85 typedef struct TWiMODTEST_PTS_TestConfig
87 TRadioTest_TestMode TestMode;
102 } TWiMODTEST_PTS_TestConfig;
TRadioCfg_Modulation
Modulation technique supported by the WiMOD (only for LR-BASE)
Definition: WiMOD_SAP_DEVMGMT_IDs.h:240
Supporting IDs and definitions for the DeviceManagement ServiceAccessPoint.
TRadioCfg_ErrorCoding
ErrorCoding settings (for LoRa modulation) (only for LR-BASE)
Definition: WiMOD_SAP_DEVMGMT_IDs.h:279
enum TRadioCdf_TxPowerLevel TRadioCfg_PowerLevel
TxPowerLevel settings (only for LR-BASE)
TRadioCfg_LoRaBandwidth
Bandwidth settings for the LoRa modulation (only for LR-BASE)
Definition: WiMOD_SAP_DEVMGMT_IDs.h:249
TRadioCfg_LoRaSpreadingFactor
SpreadingFactors for LoRa modulation (only for LR-BASE)
Definition: WiMOD_SAP_DEVMGMT_IDs.h:259