comparison include/tmgw_ctrl.h @ 34:7dae2bae56a1

themwi-mgw: implement MDCX parameter validation
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Jul 2022 23:17:15 -0800
parents 496f359226ab
children 5081f2bc6f1c
comparison
equal deleted inserted replaced
33:2b072ad13de6 34:7dae2bae56a1
33 }; 33 };
34 34
35 #define TMGW_RESP_OK 0 35 #define TMGW_RESP_OK 0
36 #define TMGW_RESP_ERR_PROT 1 36 #define TMGW_RESP_ERR_PROT 1
37 #define TMGW_RESP_ERR_RSRC 2 37 #define TMGW_RESP_ERR_RSRC 2
38 #define TMGW_RESP_ERR_UNKNOWN 3 38 #define TMGW_RESP_ERR_OPCODE 3
39 #define TMGW_RESP_ERR_PARAM 4
40 #define TMGW_RESP_ERR_NOTSUP 5