Go to primary content
Oracle® Communications EAGLE Database Administration - GTT User's Guide
Release 46.7
E97332-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Removing a Mapped SS7 Message Translation Type

This procedure is used to remove a mapped SS7 message translation type from the database using the dlt-ttmap command.

The dlt-ttmap command uses these parameters.

:lsn – the name of the linkset.

:io – is translation type mapping to be performed on SS7 messages received in the linkset (incoming linkset) or on SS7 messages sent on the linkset (outgoing linkset).

:ett – the translation type contained in the SS7 message before that translation type is mapped.

The examples in this procedure are used to remove the translation type 016 for any outgoing messages on linkset nc001.

  1. Display the mapped translation types in the database using the rtrv-ttmap command.

    This is an example of the possible output.

    rlghncxa03w 07-05-25 09:57:31 GMT  EAGLE5 37.0.0
    LSN       IO  ETT  MTT
    lsn01     I   001  250
    nc001     I   047  032
    nc001     I   128  055
    nc001     I   238  128
    nc001     I   254  016
    nc001     O   016  254
    nc001     O   128  238
  2. Add the mapped translation type to the database using the dlt-ttmap command.

    For this example, enter this command.

    dlt-ttmap:lsn=nc001:io=o:ett=016

    When this command has successfully completed, this message should appear.

    rlghncxa03w 07-05-25 09:57:41 GMT  EAGLE5 37.0.0
    DLT-TTMAP: MASP A - COMPLTD
    TTMAP table for nc001 is (5 of 64) 8% full
  3. Verify the changes using the rtrv-ttmap command.

    This is an example of the possible output.

    rlghncxa03w 07-05-25 09:57:51 GMT  EAGLE5 37.0.0
    LSN       IO  ETT  MTT
    lsn01     I   001  250
    nc001     I   047  032
    nc001     I   128  055
    nc001     I   238  128
    nc001     I   254  016
    nc001     O   128  238
  4. Backup the new changes using the chg-db:action=backup:dest=fixed command.

    These messages should appear, the active Maintenance and Administration Subsystem Processor (MASP) appears first.

    BACKUP (FIXED) : MASP A - Backup starts on active MASP.
    BACKUP (FIXED) : MASP A - Backup on active MASP to fixed disk complete.
    BACKUP (FIXED) : MASP A - Backup starts on standby MASP.
    BACKUP (FIXED) : MASP A - Backup on standby MASP to fixed disk complete.

Figure 2-42 Remove a Mapped SS7 Message Translation Type