diff --git a/doc/gb_stack_fr.dot b/doc/gb_stack_fr.dot new file mode 100644 index 000000000..f69a264a3 --- /dev/null +++ b/doc/gb_stack_fr.dot @@ -0,0 +1,48 @@ +digraph G { + rankdir = LR; + label = "Gb protocol stack with NS over FR"; + + "BSSGP_BVC_CT" [ + shape = "record" + label = " BSSGP_BVC_CT | BSSGP_SP | BSSGP_SP_SIG | BSSGP_PROC | GLOBAL | MGMT | BVC" + ] + + "BSSGP_CT" [ + shape = "record" + label = " BSSGP_CT | PROC | GLOBAL | RIM | MGMT | BVC | BSCP" + ] + + "NS_CT" [ + shape = "record" + label = " NS_CT | NS_SP | NSVC | NS_CTRL | NSIP_PROC" + ] + + "NSVC_CT" [ + shape = "record" + label = " NSVC_CT | NS_SP | NSCP" + ] + + "NS_Provider_FR_CT" [ + shape = "record" + label = " NS_PRovider_FR_CT | NSE | FR | FR_PROC" + ] + + "FR_Emulation_CT" [ + shape = "record" + label = " FR_Emulation_CT | CLIENT | PROC | FR" + ] + + "system" [ + shape = "record" + label = " system | FR" + ] + + "BSSGP_BVC_CT":BVC -> "BSSGP_CT":BVC + "BSSGP_CT":BSCP -> "NS_CT":NS_SP + + "NS_CT":NSVC -> "NSVC_CT":NS_SP + "NSVC_CT":NSCP -> "NS_Provider_FR_CT":NSE + "NS_Provider_FR_CT":FR -> "FR_Emulation_CT":CLIENT + "NS_Provider_FR_CT":FR_PROC -> "FR_Emulation_CT":PROC + "FR_Emulation_CT":FR -> "system":FR +} diff --git a/doc/gb_stack_ip.dot b/doc/gb_stack_ip.dot new file mode 100644 index 000000000..0c54c789b --- /dev/null +++ b/doc/gb_stack_ip.dot @@ -0,0 +1,43 @@ +digraph G { + rankdir = LR; + label = "Gb protocol stack with NS over IP"; + + "BSSGP_BVC_CT" [ + shape = "record" + label = " BSSGP_BVC_CT | BSSGP_SP | BSSGP_SP_SIG | BSSGP_PROC | GLOBAL | MGMT | BVC" + ] + + "BSSGP_CT" [ + shape = "record" + label = " BSSGP_CT | PROC | GLOBAL | RIM | MGMT | BVC | BSCP" + ] + + "NS_CT" [ + shape = "record" + label = " NS_CT | NS_SP | NSVC | NS_CTRL | NSIP_PROC" + ] + + "NSVC_CT" [ + shape = "record" + label = " NSVC_CT | NS_SP | NSCP" + ] + + "NS_Provider_IPL4_CT" [ + shape = "record" + label = " NS_Provider_IPL4_CT | NSE | NSVC | IPL4 | PROC" + ] + + "system" [ + shape = "record" + label = " system | IPL4" + ] + + "BSSGP_BVC_CT":BVC -> "BSSGP_CT":BVC + "BSSGP_CT":BSCP -> "NS_CT":NS_SP + + "NS_CT":NSVC -> "NSVC_CT":NS_SP + "NS_CT":NSIP_PROC -> "NS_Provider_IPL4_CT":PROC + "NSVC_CT":NSCP -> "NS_Provider_IPL4_CT":NSVC + "NS_Provider_IPL4_CT":IPL4 -> "system":IPL4 + +} diff --git a/doc/ran_emulation_aoip.dot b/doc/ran_emulation_aoip.dot new file mode 100644 index 000000000..59f6d3df9 --- /dev/null +++ b/doc/ran_emulation_aoip.dot @@ -0,0 +1,39 @@ +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 | BSSAP | RANAP | MGCP | CTRL | CTRL_CLIENT | CLIENT | PROC" + ]; + + "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 +} diff --git a/doc/ran_emulation_sccplite.dot b/doc/ran_emulation_sccplite.dot new file mode 100644 index 000000000..cce29b1ff --- /dev/null +++ b/doc/ran_emulation_sccplite.dot @@ -0,0 +1,39 @@ +digraph G { + rankdir = LR; + label = "RAN_Emulation when used with SCCPLite"; + + "RAN_ConnHdlr" [ + shape = "record" + label = " RAN_ConnHdlr | BSSAP | BSSAP_PROC" + ]; + + "RAN_Emulation_CT" [ + shape = "record" + label = " RAN_Emulation_CT | BSSAP | RANAP | MGCP | CTRL | CTRL_CLIENT | CLIENT | PROC" + ]; + + "SCCP_CT" [ + shape = "record" + label = " SCCP_CT | MTP3_SCCP_PORT | SCCP_SP_PORT" + ]; + + "IPA_Emulation_CT" [ + shape = "record" + label = " IPA_Emulation_CT | MTP3_SP_PORT | IPA_MGCP_PORT | IPA_RSL_PORT | IPA_OML_PORT | IPA_CTRL_PORT | IPA_GSUP_PORT | IPA_RSPRO_PORT | IPA_OSMO_PCU_PORT | IPA_SP_PORT | IPA_PORT" + ]; + + "system" [ + shape = "record" + label = " system | IPA_CODEC_PORT" + ]; + + "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":MGCP -> "IPA_Emulation_CT":IPA_MGCP_PORT + "RAN_Emulation_CT":CTRL -> "IPA_Emulation_CT":IPA_CTRL_PORT + + "SCCP_CT":MTP3_SCCP_PORT -> "IPA_Emulation_CT":MTP3_SP_PORT + "IPA_Emulation_CT":IPA_PORT -> "system":IPA_CODEC_PORT +}