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.
|
3 days ago | |
---|---|---|
.. | ||
BTS_Tests.cfg | 2 years ago | |
BTS_Tests.default | 2 years ago | |
BTS_Tests.ttcn | 3 days ago | |
BTS_Tests_LAPDm.ttcn | 1 year ago | |
BTS_Tests_OML.ttcn | 2 years ago | |
BTS_Tests_SMSCB.ttcn | 3 days ago | |
BTS_Tests_VAMOS.ttcn | 2 weeks ago | |
BTS_Tests_perf.ttcn | 3 years ago | |
README.md | 3 years ago | |
expected-results.xml | 2 weeks ago | |
gen_links.sh | 6 months ago | |
osmo-bsc.cfg | 1 year ago | |
osmo-bts.cfg | 2 weeks ago | |
regen_makefile.sh | 6 months ago | |
run_fake_trx.sh | 3 months ago |
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"]; } %}