Diameter Op - Inbound Request

Overview

The Diameter OP Inbound Request operation represents the receipt of a Diameter Request. The test instance will abort if any other inbound message is received.

This message is received by the IN Tester when it is simulating the role of a Diameter Server.

Currently only Re-Auth-Request types are supported.

Attributes

The operation attributes are as follows.

Attribute Type Description
type String diameter.from_server.Request
label String An optional label for this node if it is to be the target of a branch operation.
arguments Object [Required] The structure of the Diameter RequestArg we expect to receive. Expressions may be supplied within this structure.

Example

This is an example entry within the operations array:

{
    "type": "diameter.from_server.Request",
    "arguments": {
        "code": 258,
        "seconds": 60
    }
}

Arguments

The following arguments for outbound requests are supported.

Argument Type Notes
code Integer [Required] The expected inbound code to expect.
Currently only CMD_RE_AUTH `258` is supported for inbound request operations.
seconds Integer [Required] The amount of seconds to wait for an additional diameter message or we abort.
Default is 10.
Max is 120.