osmo-ttcn3-hacks/bts
Philipp Maier 94c0848113 BTS_Tests: test forwarding of SI1, SI3 and SI13 via PCUIF
Whenever the BSC is updating SI1, SI3 or SI13 via RSL, the PCU should be
informed about the change via PCUIF as well. For SI13 this is already
the case and a testcase exists. The PCUIF protocol is
now capable to update SI1 and SI3 as well.

 - Update BTS_Tests.TC_pcu_ver_si13 so that it works with the current
   protocol version
 - Add BTS_Tests.TC_pcu_ver_si3 and BTS_Tests.TC_pcu_ver_si1 that test
   SI1 and SI3 as well.

Depends: osmo-bts Ib7aeb41e634ad6fcab3766a4667b0267c749436a
Change-Id: I5138ab183793e7eee4dc494318d984e9f1f56932
Related: SYS#5103
2021-02-03 08:27:16 +00:00
..
BTS_Tests.cfg bts: Run everything over 127.0.0.1 2020-10-20 18:04:57 +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 BTS_Tests: test forwarding of SI1, SI3 and SI13 via PCUIF 2021-02-03 08:27:16 +00:00
BTS_Tests_LAPDm.ttcn BTS_Tests: make Training Sequence Code configurable 2020-11-24 12:05:27 +01:00
BTS_Tests_OML.ttcn BTS_Tests_OML: add new test case TC_ipa_rsl_connect_nack 2020-12-08 19:28:06 +01:00
BTS_Tests_SMSCB.ttcn BTS_Tests: make Training Sequence Code configurable 2020-11-24 12:05:27 +01: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/expected-results.xml: TC_sacch_chan_act_ho_sync should pass now 2020-12-08 17:10:45 +01:00
gen_links.sh remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunct 2021-01-17 15:59:26 +00:00
osmo-bsc.cfg bts: Run everything over 127.0.0.1 2020-10-20 18:04:57 +02:00
osmo-bts.cfg bts: Run everything over 127.0.0.1 2020-10-20 18:04:57 +02:00
regen_makefile.sh lib/IPA_Emulation: Build IPA_CTRL conditionally based on define 2019-06-13 16:33:49 +02: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"]; } %}