I have a lab system that is sending an added
[pdl :PDL :DBUG/0:windopath_adt:07/28/2011 12:28:28] Calling Tcl procedure: hci_pd.read
[pdl :PDL :DBUG/0:windopath_adt:07/28/2011 12:28:28] with args: {}
[pdl :PDL :DBUG/0:windopath_adt:07/28/2011 12:28:28] Tcl procedure hci_pd.read returns ‘RECEIVE’
[pdl :PDL :DBUG/0:windopath_adt:07/28/2011 12:28:28] trying to match phrase: basic-msg
[pdl :PDL :DBUG/0:windopath_adt:07/28/2011 12:28:28] multi: phrase #0 rejected; trying next
[pdl :PDL :ERR /0:windopath_adt:07/28/2011 12:28:28] no-match: no more phrases to try
Please help with the correct coding for the pdl file. This is the related portion that I have now:
define phrase basic-msg;
field data = variable-array( not(
end phrase;
define phrase ack-msg;
field data = variable-array( not(
end phrase;
Any help would be appreciated.
Thank You.