@trick2011 I use the following sequence:
AT+UDCONF=1,0
AT+USOCR=17,7000
<rx socket number>
AT+USOCO=<socket>,“172.127.131.100”,<udp port>
AT+USOWR=<socket>,<data length>
<wait for @>
<send user data>
AT+USORF=<socket>,127 #127 is max rx length, depends on yr buffers
+USORF: <socket>,“172.27.131.100”,15683,17,“downstream data”
AT+USOCL=<socket> # close socket