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

Previous
Previous
Next
Next

Adding a Mapped SS7 Message Translation Type

This procedure is used to add a mapped SS7 message translation type to the database. The mapped translation type is added to the database using the ent-ttmap command and is assigned to an ANSI SS7 linkset.

The ent-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.

:mtt – the translation type that the value of the ett parameter is mapped to.

The examples in this procedure are used to map the SS7 message translation type 250 to the translation type 001 for any incoming messages on linkset lsn01.

Canceling the RTRV-LS Command

Because the rtrv-ls command used in this procedure can output information for a long period of time, the rtrv-ls command can be canceled and the output to the terminal stopped. There are three ways that the rtrv-ls command can be canceled.

  • Press the F9 function key on the keyboard at the terminal where the rtrv-ls command was entered.

  • Enter the canc-cmd without the trm parameter at the terminal where the rtrv-ls command was entered.

  • Enter the canc-cmd:trm=<xx>, where <xx> is the terminal where the rtrv-ls command was entered, from another terminal other that the terminal where the rtrv-ls command was entered. To enter the canc-cmd:trm=<xx> command, the terminal must allow Security Administration commands to be entered from it and the user must be allowed to enter Security Administration commands. The terminal’s permissions can be verified with the rtrv-secu-trm command. The user’s permissions can be verified with the rtrv-user or rtrv-secu-user commands.

For more information about the canc-cmd command, go to Commands User's Guide.

  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
    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. Display the linksets in the database using the rtrv-ls command. This is an example of the possible output.
    rlghncxa03w 09-05-25 09:57:41 GMT EAGLE5 41.0.0
    
                                      L3T SLT              GWS GWS GWS
    LSN           APCA   (SS7)  SCRN  SET SET BEI LST LNKS ACT MES DIS SLSCI NIS
    lsa1          240-020-000   scr1  1    1  yes a   1    off off off no    off
    lsa2          240-030-000   scr2  1    2  no  c   3    on  on  on  yes   off
    lsa3          240-040-000   scr3  1    3  yes c   5    off off off yes   off
    lsn01         240-050-000   scr4  1    3  yes c   5    off off off yes   off
    nc001         240-060-000   scr5  1    3  yes c   5    off off off yes   off
    
                                      L3T SLT              GWS GWS GWS
    LSN           APCI (SS7)    SCRN  SET SET BEI LST LNKS ACT MES DIS SLSCI NIS
    lsi1          1-111-1       scr1  1    1  yes a   1    off off off ---   ---
    lsi2          1-111-2       scr2  1    2  no  c   3    on  on  on  ---   ---
    lsi3          1-111-3       scr3  1    3  yes c   5    off off off ---   ---
    
                                      L3T SLT              GWS GWS GWS
    LSN           APCN (SS7)    SCRN  SET SET BEI LST LNKS ACT MES DIS SLSCI NIS
    lsn1          11111         scr1  1    1  yes a   1    off off off ---   off
    lsn2          11112         scr2  1    2  no  c   3    on  on  on  ---   off
    lsn3          11113         scr3  1    3  yes c   5    off off off ---   off
    
    Link set table is ( 11 of 1024)  1% full

    If the required linkset is not in the database, perform the “Adding an SS7 Linkset” procedure in Database Administration - SS7 User's Guide and add the linkset..

  3. Add the mapped translation type to the database using the ent-ttmap command. For this example, enter this command.

    ent-ttmap:lsn=lsn01:io=i:ett=001:mtt=250

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

    rlghncxa03w 07-05-25 09:57:51 GMT  EAGLE5 37.0.0
    ENT-TTMAP: MASP A - COMPLTD
    
    TTMAP table for lsn01 is (1 of 64) 1% full
  4. Verify the changes using the rtrv-ttmap command. This is an example of the possible output.
    rlghncxa03w 07-05-25 09:58: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
  5. Back up 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-41 Add a Mapped SS7 Message Translation Type