osmo-ttcn3-hacks/bts
Vadim Yanitskiy f8ee84c22b Revert "BTS_Tests: execute TC_dyn_osmo_pdch_{tchh,sdcch8}_race_act last"
This reverts commit 46f199271e.

Crashing the IUT is no longer the case, so return these back.

Change-Id: I004b55a79a04a20209d8a91e1f307f55c2b6ea13
2023-09-05 16:10:48 +07: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 bts/BTS_Tests.default: bump default PCUIF version to 11 2023-07-11 15:07:36 +00:00
BTS_Tests.ttcn Revert "BTS_Tests: execute TC_dyn_osmo_pdch_{tchh,sdcch8}_race_act last" 2023-09-05 16:10:48 +07:00
BTS_Tests_ASCI.ttcn BTS_Test_ASCI: Add Listener detection test 2023-07-20 17:27:49 +02:00
BTS_Tests_LAPDm.ttcn Fix the BTS_Tests_LAPDm.TC_t200_n200 test 2023-06-12 13:10:41 +02: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"]; } %}