osmo-ttcn3-hacks/bts
Vadim Yanitskiy 72a76b5a8a library: L1CTL: rework GPRS related message definitions
The old GPRS related messages are no longer valid.  Use the new message
definitions supported by both trxcon and virtphy since recently.

Comment out lines referencing the old definitions in LAPDm_RAW_PT.ttcn.
This module contains an implementation of the RLC/MAC abstraction
layer, which is currently not used anywhere.

Change-Id: Ib8f4459480bbe12584a6fa71882f745f03c5055d
Related: osmocom-bb.git I9567d64f9d00262e36147e8d7e541e5e246bda5f
Related: OS#5500
2023-03-19 07:05:50 +07:00
..
BTS_Tests.cfg bts: Test forwarding PCUIF<->IPA/OSMO/PCU 2021-06-28 10:43:21 +02:00
BTS_Tests.default BTS_Tests: re-organize configuration of TRX/TS params 2020-11-24 11:58:49 +01:00
BTS_Tests.ttcn library: L1CTL: rework GPRS related message definitions 2023-03-19 07:05:50 +07:00
BTS_Tests_LAPDm.ttcn BTS_Tests: make TRX number configurable for ConnHdlr 2021-10-31 21:47:14 +03:00
BTS_Tests_OML.ttcn pcu: Support Neighbor Address Resolution over PCUIF 2021-09-14 09:11:14 +00: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 library/RSL_Types: RSL_SpeechAlgo: support CSD 2023-03-05 17:51:18 +00: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 bts: expect TC_pcu_socket_two_nsvc to pass 2023-03-08 19:32:41 +00: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 bts/osmo-{bsc,bts}.cfg: tune logging configuration 2021-12-14 12:59:04 +00:00
osmo-bts.cfg bts: fix osmo-bts.cfg: change osmux local-ip 127.0.0.{1->11} 2023-03-08 19:32:41 +00: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"]; } %}