From be1e4a34632fc185c691433b01bdcc678c5c79f2 Mon Sep 17 00:00:00 2001 From: wangbo Date: Tue, 19 Aug 2025 01:43:41 +0000 Subject: [PATCH] =?UTF-8?q?FIX=201.=E4=BF=AE=E6=AD=A3=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=8B=E5=8F=91;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/a_process/pd_csg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/a_process/pd_csg.c b/app/lib/a_process/pd_csg.c index 20a488d..9c7f290 100755 --- a/app/lib/a_process/pd_csg.c +++ b/app/lib/a_process/pd_csg.c @@ -659,7 +659,7 @@ int32_t _csg_config_get_recv(char *pkt) return E_MEM; } - if (_csg_msg_send_dau(slot, DAU_SEND_CFG_GET, data) != E_NONE) + if (_csg_msg_send_dau(slot - 1, DAU_SEND_CFG_GET, data) != E_NONE) { XFREE(MTYPE_CSG, data); }