You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/bsc
Vadim Yanitskiy a4b7857b77
bts/osmo-bsc.cfg: fix deprecated BTS type 'sysmobts'
1 year ago
..
BSC_Tests.cfg BSC_Tests.cfg: also execute LCLS test cases 1 year ago
BSC_Tests.default StatsD_Checker: Enable by default 2 years ago
BSC_Tests.ttcn BSC_Tests: ramdomize IMSI in f_gen_test_hdlr_pars() 1 year ago
BSC_Tests_CBSP.ttcn BSC_Tests_CBSP: use proper default values for mp_cbc_ip / mp_cbc_ip6 1 year ago
BSC_Tests_LCLS.ttcn library/RSL_Types: use OCT4 for local/remote address fields 2 years ago
BSC_Tests_VAMOS.cfg bsc-VAMOS: add cfg files to run BSC_Tests_VAMOS locally 2 years ago
BSC_Tests_VAMOS.ttcn library/RSL_Types: use OCT4 for local/remote address fields 2 years ago
MSC_ConnectionHandler.ttcn bsc: f_create_chan_and_exp(): ensure that SCCP connection is up 1 year ago
README.md bsc: Add statsd checker and use it in TC_assignment_sign 3 years ago
README.txt bsc: add TC_stats_conn_fail 2 years ago
expected-results.xml bsc: Test tch allocation if sdcch exhausted 2 years ago
gen_links.sh bsc: Add Lb interface support 3 years ago
osmo-bsc-vamos.cfg bts/osmo-bsc.cfg: fix deprecated BTS type 'sysmobts' 1 year ago
osmo-bsc.cfg bsc/osmo-bsc.cfg: fix deprecated BTS type 'sysmobts' 1 year ago
osmo-stp.cfg bsc/osmo-{bsc,stp}.cfg: tune logging configuration 1 year ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2 years ago

README.md

BSC_Tests.ttcn

  • external interfaces
    • A-bis side: RSL (emulates BTS-side client) (OML handled by osmo-bts-omldummy)
    • A-side (emulates MSC-side)
      • BSSAP/SCCP/M3UA (AoIP)
      • BSSAP/SCCP/IPA (SCCPLite)
    • MGW side: MGCP (emulates MGW side)
    • VTY
    • CTRL
    • StatsD

{% dot bsc_tests.svg digraph G { graph [label="AoIP", labelloc=t, fontsize=30]; rankdir=LR; { rank=same; BTS; STP; }; BSC [label="IUT\nosmo-bsc",shape="box"]; ATS [label="ATS\nBSC_Tests.ttcn"]; BTS [label="osmo-bts-omldummy\nOML only"];

BTS -> BSC [label="A-bis OML"]; ATS -> BSC [label="A-bis RSL"]; ATS -> BSC [label="CTRL"]; ATS -> BSC [label="VTY"]; BSC -> ATS [label="StatsD"]; ATS -> STP [label="A BSSAP\nSCCP/M3UA"]; BSC -> STP [label="A BSSAP\nSCCP/M3UA"]; } %}

{% dot bsc_tests_sccplite.svg digraph G { graph [label="SCCPLite", labelloc=t, fontsize=30]; rankdir=LR; BSC [label="IUT\nosmo-bsc",shape="box"]; ATS [label="ATS\nBSC_Tests.ttcn"]; BTS [label="osmo-bts-omldummy\nOML only"];

BTS -> BSC [label="A-bis OML"]; ATS -> BSC [label="A-bis RSL"]; ATS -> BSC [label="CTRL"]; ATS -> BSC [label="VTY"]; BSC -> ATS [label="StatsD"]; ATS -> BSC [label="A BSSAP\nSCCP/IPA"]; } %}