EXAMPLE: -------- (ATM connection between 0,101 and 0,301 is required) ./server c 1 v 101 d -ORBnaming `cat /work/Naming/Naming.ior` | & tee LOG_1 ./server c 2 v 301 d -ORBnaming `cat /work/Naming/Naming.ior` | & tee LOG_2 less LOG_x | grep TRACE | grep ss7 (find address translation part in LOG_x) server_1 -------- Configuration 1: - calling global title = 1234 - called global title = 9876 - orig. point code = 10 - dest. point code = 15 server_2 -------- Configuration 2: - calling global title = 9876 - called global title = 1234 - orig. point code = 15 - dest. point code = 10 client | | V server_1 --------------> server_2 - address translation - address translation (GT 9876 --> PC 15) (GT 9876 --> PC 10 + SSN 11) <------------- Configuration is defined in the way that a messaga is directed back to same adapter as it has set. HELP: ----- ./ss7test h