HL7800 Disabling URC does not work

I’ve encountered the following bug:
When I disable the URC of UDP commands (with AT+KURCCFG=“UDP”,0,0) the URC’s still occur. It seems that the +KUDP_IND URC is suppressed, but +KUDP_RCV is not. AT+KURCCFG? reports the following:
AT+KURCCFG?
+KURCCFG: “TCPC”,1,1
+KURCCFG: “TCPS”,1,1
+KURCCFG: “UDPC”,0,0
+KURCCFG: “UDPS”,0,0
+KURCCFG: “FTP”,1,1
+KURCCFG: “HTTP”,1,1
+KURCCFG: “HTTPS”,1,1
OK
How do I disable the URC’s completely?

Edit: just tested TCP, it’s the same problem. Version : 3.4.4.3

Hi allardpotma,

Please retest with latest FW. It works fine with v3.5.1 in my side.
If still issue, please share your full AT log.

ATI3
BHL7800.3.5.1.1.20190720
OK
AT+KURCCFG=“UDP”,0,0
OK
AT+KURCCFG?
+KURCCFG: “TCPC”,1,1
+KURCCFG: “TCPS”,1,1
+KURCCFG: “UDPC”,0,0
+KURCCFG: “UDPS”,0,0
+KURCCFG: “HTTP”,1,1
+KURCCFG: “HTTPS”,1,1
+KURCCFG: “FTP”,1,1
OK
AT+KCNXCFG=1,“GPRS”,“CMIOT”
OK
AT+KUDPCFG=1,1,5555,0,"",0,0,1
+KUDPCFG: 1
OK
+KCNX_IND: 1,1,0
AT+KUDPSND=1,“xx.xx.xx.xx”,5021,5
CONNECT
OK
//OK: Without +KUDP_DATA
AT+KUDPRCV=1,10000
CONNECT
SSSSSS–EOF–Pattern–
OK
+KUDP_RCV: “xx.xx.xx.xx”,5021
AT+CGATT=0
OK
+CEREG: 0
+CREG: 0
+KCNX_IND: 1,0,0
//OK: Without +KUDP_NOTIF: 1,0


AT+KURCCFG=“UDP”,1,1
OK
AT+KUDPSND=1,“xx.xx.xx.xx”,5021,5
CONNECT
OK
////OK: With +KUDP_DATA
+KUDP_DATA: 1,5
AT+KUDPRCV=1,10000
CONNECT
34444–EOF–Pattern–
OK
+KUDP_RCV: “xx.xx.xx.xx”,5021
AT+CGATT=0
OK
+CEREG: 0
+CREG: 0
+KCNX_IND: 1,0,0
//OK: With +KUDP_NOTIF: 1,0
+KUDP_NOTIF: 1,0

Ok, I will contact my distributor, I was not aware of a newer version than 3.4.4.3.