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/bts
Vadim Yanitskiy 72a76b5a8a
library: L1CTL: rework GPRS related message definitions
3 days ago
..
BTS_Tests.cfg bts: Test forwarding PCUIF<->IPA/OSMO/PCU 2 years ago
BTS_Tests.default BTS_Tests: re-organize configuration of TRX/TS params 2 years ago
BTS_Tests.ttcn library: L1CTL: rework GPRS related message definitions 3 days ago
BTS_Tests_LAPDm.ttcn BTS_Tests: make TRX number configurable for ConnHdlr 1 year ago
BTS_Tests_OML.ttcn pcu: Support Neighbor Address Resolution over PCUIF 2 years ago
BTS_Tests_SMSCB.ttcn library: L1CTL: merge L1ctl{Ul,Dl}Message into L1ctlMessage 3 days ago
BTS_Tests_VAMOS.ttcn library/RSL_Types: RSL_SpeechAlgo: support CSD 2 weeks ago
BTS_Tests_perf.ttcn bts/BTS_Tests: add frequency hopping parameters 3 years ago
README.md Update README.md of several TTCN3 test suites 3 years ago
expected-results.xml bts: expect TC_pcu_socket_two_nsvc to pass 2 weeks ago
gen_links.sh bts: Add testscase & infra to validate Osmux support BTS<->BSC 6 months ago
osmo-bsc.cfg bts/osmo-{bsc,bts}.cfg: tune logging configuration 1 year ago
osmo-bts.cfg bts: fix osmo-bts.cfg: change osmux local-ip 127.0.0.{1->11} 2 weeks ago
regen_makefile.sh bts: Add testscase & infra to validate Osmux support BTS<->BSC 6 months ago
run_fake_trx.sh osmo-bts: add simple 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"]; } %}