using cloverleaf 6.1.3 how would i set up a outbound feed to resend the message if the ACK is sent back with a AR code.
currently my inbound replies tab is set to hcitpsmsgkill is there a differant tps i can use to resend if bad ack recived?
Thanks
If you have the recover_56 procs installed, you can use the check_ack proc and it will retry the resend up to 3 times if you receive an AR code.
thanks i will give that a try
You don’t need recover_56 proces for newer versions. Cloverleaf comes with recover.tcl in $HCIROOT/tclprocs. This file includes cl_check_ack which will what you want. Just look in the dropdown for Tcl procs in your thread configuration and you will see it.
As siad above, by default, it will attempt to resend AR up th three times then send to Error DB. AE goes immediately to Error DB.
Please login or Register to submit your answer