Go to primary content
Oracle® Communications Diameter Signaling Router IDIH ProTrace
Release 7.3 through 8.2
E69820, E76956, E87976, and E89023
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Adding Custom Commands

Command Tag Format

Custom commands are only required if there isn't a code previously defined in the default dictionary. The XML tag format must be used to define new custom command code:
<command code="<code>"
short-name="<shortName>"
name="<commandName>"/>
where
  • code is the command code
  • short-name is the text that appears in the ladder diagram events
  • name is the text that appears in the full decoding of a message
Example:
<command code="316"
short-name="UL"
name="Update-Location"/>