OpenTP1 Version 7 Tester and UAP Trace User's Guide

[Contents][Index][Back][Next]

5.1.7 utomsgout (edited output of send messages)

Organization of this subsection
(1) Syntax
(2) Function
(3) Options
(4) Command argument
(5) Output format
(6) Notes

(1) Syntax

utomsgout  [{ -i|-r output-file-name }] [-w][{ -o|-l }]
           [-f function-name] [-n number]
           [-t logical-terminal-name]
           [-s service-group-name [,service-name]...]
            MCF-send-message-file-name

(2) Function

Edits the send message information output by the online tester and outputs the information to standard output. Or, outputs the information to the specified file when the -r option is specified.

A command error occurs if the command is entered while OpenTP1 is writing send messages to the specified MCF send message file.

There are two types of options:

When an option with a flag argument is specified more than once, the last specified option is valid.

(3) Options

(4) Command argument

(5) Output format

(a) -i and -r options omitted

[Figure]

  1. Information on the edited and output send messages:
    • Time at which the messages were collected (hour:minute:second)
    • Message size (up to 10 digits)
    • Logical terminal name (up to 8 characters)
    • Service group name of the sent messages (up to 31 characters).
      **** is displayed when the service group name is unknown.
    • Service name of the sent messages (up to 31 characters).
      **** is displayed when the service name is unknown.
    • One of the following function names for which the messages were collected:
      dc_mcf_send function
      dc_mcf_reply function
      dc_mcf_execap function
      dc_mcf_sendrecv function
      dc_mcf_sendsync function
    • One of the following segment types:
      M
      Middle segment
      L
      Last segment
    • Map name.
      **** is displayed when no map name is returned.
  2. Relative location
  3. Dump display (hexadecimal)
  4. ASCII character display.
    A period (.) is displayed when ASCII character display is impossible.
(b) -i option specified

[Figure]

  1. Message number in the file
  2. Function for which the message was sent:
    send
    dc_mcf_send function
    reply
    dc_mcf_reply function
    execap
    dc_mcf_execap function
    sendrecv
    dc_mcf_sendrecv function
    sendsync
    dc_mcf_sendsync function
  3. Service group name of the sent messages (up to 31 characters).
    **** is displayed when the service group name is unknown.
  4. Service name of the sent messages (up to 31 characters).
    **** is displayed when the service name is unknown.

(6) Notes