osmo-ttcn3-hacks/bts
Vadim Yanitskiy 8f5b61ba52 bts: also test TCH/A[FH]S in TC_speech_no_rtp_tch[fh]
Change-Id: I3c7f91034079169c40c4f20966d9f5fb7c855b27
Related: OS#4823, OS#6049
2024-03-18 16:41:17 +00:00
..
BTS_Tests.cfg BTS_Test_ASCI: Add first ASCI test to check NCH support 2023-07-20 17:27:49 +02:00
BTS_Tests.default PCUIF: upgrade to PCUIF v12 2023-11-21 09:17:55 +00:00
BTS_Tests.ttcn bts: also test TCH/A[FH]S in TC_speech_no_rtp_tch[fh] 2024-03-18 16:41:17 +00:00
BTS_Tests_ASCI.ttcn BTS_Test_ASCI: Add Listener detection test 2023-07-20 17:27:49 +02:00
BTS_Tests_LAPDm.ttcn BTS_Tests_LAPDm.TC_sabm_retransmit_bts: Fix time to wait 2023-11-22 12:24:25 +00:00
BTS_Tests_OML.ttcn bts/oml: Repurpose test TC_ipa_rsl_connect_nack 2023-04-12 14:38:56 +02:00
BTS_Tests_SMSCB.ttcn library: L1CTL: merge L1ctl{Ul,Dl}Message into L1ctlMessage 2023-03-19 07:05:50 +07:00
BTS_Tests_VAMOS.ttcn copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-18 18:58:40 +07:00
BTS_Tests_perf.ttcn bts/BTS_Tests: add frequency hopping parameters 2020-05-29 22:33:13 +07:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
expected-results.xml Revert "BTS_Tests: execute TC_dyn_osmo_pdch_{tchh,sdcch8}_race_act last" 2023-09-05 16:10:48 +07:00
gen_links.sh bts: Add testscase & infra to validate Osmux support BTS<->BSC 2022-09-13 11:20:11 +00:00
osmo-bsc.cfg Explicitly configure ASPs asp-clnt-* as role=asp & sctp-role=client 2023-06-08 18:41:32 +02:00
osmo-bts.cfg bts/osmo-bts.cfg: reduce {DPCU,DLIMB} logging verbosity 2023-07-12 22:26:27 +07:00
regen_makefile.sh bts: Add testscase & infra to validate Osmux support BTS<->BSC 2022-09-13 11:20:11 +00:00
run_fake_trx.sh osmo-bts: add simple run_fake_trx.sh 2022-12-25 14:08:51 +00: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"]; } %}