osmo-ttcn3-hacks/bts
Vadim Yanitskiy dd82be3c53 BTS_Tests: fix f_TC_imm_ass(): use send template, not receive one
BTS_Tests.ttcn:3647.9-3703.1: In function definition `f_TC_imm_ass':
    BTS_Tests.ttcn:3661.37-99: In the operand of operation `valueof()':
      BTS_Tests.ttcn:3661.58-98: In actual parameter list of template
                                 `@GSM_RR_Types.ts_ChanDescH0':
        GSM_Types.ttcn:125.48-55: warning: Inadequate restriction on
                                  the referenced template parameter
                                  `sub_slot', this may cause a dynamic
                                  test case error at runtime
        GSM_Types.ttcn:126.8-9: warning: Inadequate restriction on
                                the referenced template parameter
                                `tn', this may cause a dynamic test
                                case error at runtime

Change-Id: I7d36d25e5f8d3bb1040c737eeaeddd15f98ec4c2
2020-10-18 10:38:48 +00:00
..
BTS_Tests.cfg bts: add configs for running without docker 2019-08-29 19:46:49 +00:00
BTS_Tests.default {BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10 2020-09-22 00:53:26 +07:00
BTS_Tests.ttcn BTS_Tests: fix f_TC_imm_ass(): use send template, not receive one 2020-10-18 10:38:48 +00:00
BTS_Tests_LAPDm.ttcn BTS_Tests: group hopping parameters into a separate record 2020-09-14 09:04:39 +00:00
BTS_Tests_OML.ttcn bts-oml: Wait for SwActivatedRep before opstarting BTS nm obj 2020-10-16 17:11:16 +00:00
BTS_Tests_SMSCB.ttcn BTS_Tests_SMSCB: handle frequency hopping parameters 2020-09-14 09:04:39 +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/expected-results: TC_rsl_bs_pwr_static_{ass,power_control} pass now 2020-06-16 01:44:21 +07:00
gen_links.sh library: implement SI3 Rest Octets as per 3GPP TS 44.018 2020-05-02 17:06:33 +07:00
osmo-bsc.cfg bts: Update osmo-bsc.cfg and osmo-bts.cfg 2020-10-12 17:19:20 +02:00
osmo-bts.cfg bts: Update osmo-bsc.cfg and osmo-bts.cfg 2020-10-12 17:19:20 +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"]; } %}