digraph G { rankdir = LR; label = "RAN_Emulation when used with AoIP as in MSC_Tests"; "RAN_ConnHdlr" [ shape = "record" label = " RAN_ConnHdlr | BSSAP | BSSAP_PROC" ]; "RAN_Emulation_CT" [ shape = "record" label = " RAN_Emulation_CT | MGCP | CTRL | CTRL_CLIENT | CLIENT | PROC | BSSAP | RANAP" ]; "SCCP_CT" [ shape = "record" label = " SCCP_CT | MTP3_SCCP_PORT | SCCP_SP_PORT" ]; "M3UA_CT" [ shape = "record" label = " M3UA_CT | SCTP_PORT | MTP3_SP_PORT" ]; "system" [ shape = "record" label = " system | SCTP" ]; "RAN_ConnHdlr":BSSAP -> "RAN_Emulation_CT":CLIENT "RAN_ConnHdlr":BSSAP_PROC -> "RAN_Emulation_CT":PROC "RAN_Emulation_CT":BSSAP -> "SCCP_CT":SCCP_SP_PORT "RAN_Emulation_CT":RANAP -> "SCCP_CT":SCCP_SP_PORT "SCCP_CT":MTP3_SCCP_PORT -> "M3UA_CT":MTP3_SP_PORT "M3UA_CT":SCTP_PORT -> "system":SCTP }