5 Sends a diameter message in xml format (see DTDs/message.dtd) as client to the server(s) configured.
7 Arguments: xml[, answers_to]
8 * xml: the diameter message in xml format.
9 * answers_to: optional step number of a 'wait_xml_from_entity' for a request message.
10 Steps are the actions numbered from 1 to N
13 - action: AF/send_xml_to_entity
19 - action: AF/wait_xml_from_entity
23 - action: AF/send_xml_to_entity
29 ## wait_xml_from_entity
31 Waits a diameter message in xml format (see DTDs/message.dtd) as client from the server(s) connected.
32 Step blocks until match reception (regular expressions could be used).
35 * xml: the diameter message in xml format.
39 - action: AFPC/wait_xml_from_entity
46 Sends a diameter message in xml format (see DTDs/message.dtd) as server to any client(s) connected.
48 Arguments: xml[, answers_to]
49 * xml: the diameter message in xml format.
50 * answers_to: optional step number of a 'wait_xml_from_client' for a request message.
51 Steps are the actions numbered from 1 to N
54 - action: AF/send_xml_to_client
61 - action: AFPC/wait_xml_from_client
65 - action: AFPC/send_xml_to_client
70 ## wait_xml_from_client
72 Waits a diameter message in xml format (see DTDs/message.dtd) as server from the client(s) connected.
73 Step blocks until match reception (regular expressions could be used).
76 * xml: the diameter message in xml format.
80 - action: AFPC/wait_xml_from_client