osmo-ttcn3-hacks/bts
Vadim Yanitskiy 493abe7ec6 BTS: use existing templates for ASP_RSL_Unitdata
Change-Id: I8d7b3f8b019964ece9a3187f8232d8d23b2a53a5
2020-05-25 22:14:04 +07:00
..
BTS_Tests.cfg bts: add configs for running without docker 2019-08-29 19:46:49 +00:00
BTS_Tests.default bts: Add second VTY connection to BSC 2018-09-16 12:41:11 +02:00
BTS_Tests.ttcn BTS: use existing templates for ASP_RSL_Unitdata 2020-05-25 22:14:04 +07:00
BTS_Tests_LAPDm.ttcn bts: Early terminate TC_rec_invalid_frame on error 2019-12-10 16:47:29 +00:00
BTS_Tests_OML.ttcn library/IPA: split t_ASP_IPA_EVT_UD into send / receive templates 2020-05-18 20:47:14 +07:00
BTS_Tests_SMSCB.ttcn BTS: use existing templates for ASP_RSL_Unitdata 2020-05-25 22:14:04 +07:00
BTS_Tests_perf.ttcn bts: Introduce new module for performance tests 2020-02-13 12:39:35 +00:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
expected-results.xml update expected results 2020-05-19 19:25:35 +00:00
gen_links.sh library: implement SI3 Rest Octets as per 3GPP TS 44.018 2020-05-02 17:06:33 +07:00
osmo-bsc.cfg bts: add configs for running without docker 2019-08-29 19:46:49 +00:00
osmo-bts.cfg bts: add configs for running without docker 2019-08-29 19:46:49 +00:00
regen_makefile.sh lib/IPA_Emulation: Build IPA_CTRL conditionally based on define 2019-06-13 16:33:49 +02:00

README.md

BTS_Tests.ttcn

  • external interfaces
    • A-bis side: RSL (emulates BSC-side server)
    • Um side: L1CTL to control MS
    • PCU side: pcu_socket
    • VTY
    • CTRL

{% dot bts_tests.svg digraph G { rankdir=LR; { rank=same; BTS, BSC}; BTS [label="IUT\nosmo-bts-trx",shape="box"]; ATS [label="ATS\nBTS_Tests.ttcn"]; BSC [label="osmo-bsc\nOML only"]; BTS -> fake_trx [label="bursts"]; fake_trx -> trxcon [label="bursts"]; trxcon -> ATS [label="GSM MAC blocks"];

BTS -> BSC [label="A-bis OML"]; BTS -> ATS [label="A-bis RSL"];

ATS -> BTS [label="pcu_sock"]; ATS -> BSC [label="VTY"]; ATS -> BTS [label="CTRL"]; } %}