diff 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
line wrap: on
line diff
--- a/include/tmgw_ctrl.h	Sat Jul 09 22:52:44 2022 -0800
+++ b/include/tmgw_ctrl.h	Sat Jul 09 23:17:15 2022 -0800
@@ -35,4 +35,6 @@
 #define	TMGW_RESP_OK		0
 #define	TMGW_RESP_ERR_PROT	1
 #define	TMGW_RESP_ERR_RSRC	2
-#define	TMGW_RESP_ERR_UNKNOWN	3
+#define	TMGW_RESP_ERR_OPCODE	3
+#define	TMGW_RESP_ERR_PARAM	4
+#define	TMGW_RESP_ERR_NOTSUP	5