osmo-ttcn3-hacks/pcu
Philipp Maier d55fe7e7c2 PCU_Tests: add testcase TC_rim_ran_info_req_single_rep and _no_si
Perform a full RAN information request (single report) against the PCU
and check the results. Also test what happens when the request is issued
at a time where osmo-bts has no system information available.

Depends: osmo-pcu Id72118120c14984d2fb1b918b41fac4868150d41
Change-Id: I9054ab0e969c0fbfdc671c92d44cc61360959adc
Related: SYS#5103
2021-02-02 21:56:31 +01:00
..
GPRS_Components.ttcn pcu: Ignore dummy rlcmac packets in f_ms_rx_pkt_ass_pacch 2021-01-26 12:46:56 +00:00
GPRS_Context.ttcn pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with other suites 2018-03-12 14:23:57 +00:00
GPRS_TBF.ttcn pcu: Specify (M)CS to use when sending UL rlcmac data blocks 2020-11-16 09:14:28 +00:00
PCUIF_Components.ttcn PCU: introduce f_shutdown() to ensure proper tear down 2020-05-07 02:43:55 +07:00
PCU_Tests.cfg NS_Emulation: Respect data_weight==0 or signalling_weight==0 2021-01-20 15:56:31 +01:00
PCU_Tests.default pcu: Set acceptable logging verbosity for ConsoleMask 2020-11-17 21:48:55 +00:00
PCU_Tests.ttcn PCU_Tests: add testcase TC_rim_ran_info_req_single_rep and _no_si 2021-02-02 21:56:31 +01:00
PCU_Tests_NS.ttcn RAW_NS: rework NS connection to use NS_Provider 2021-01-17 15:59:26 +00:00
PCU_Tests_SNS.cfg NS_Emulation: Respect data_weight==0 or signalling_weight==0 2021-01-20 15:56:31 +01:00
PCU_Tests_SNS.ttcn RAW_NS: rework NS connection to use NS_Provider 2021-01-17 15:59:26 +00:00
PCU_Tests_SNSv6.cfg NS_Emulation: Respect data_weight==0 or signalling_weight==0 2021-01-20 15:56:31 +01:00
PCU_selftest.ttcn Move all GPRS helper function to its own file and component 2020-05-19 19:21:29 +00:00
README.md pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
SGSN_Components.ttcn pcu: Connect to RIM port from BSSGP_Emulation 2021-01-20 14:42:23 +00:00
expected-results.xml update expected-results.xml 2021-01-14 21:40:30 +01:00
gen_links.sh pcu: Introduce test TC_nacc_outbound_success 2021-01-30 19:17:49 +00:00
osmo-pcu-sns.cfg pcu: add configs for running without docker 2019-08-30 13:21:54 +02:00
osmo-pcu.cfg pcu: Introduce test TC_nacc_outbound_success 2021-01-30 19:17:49 +00:00
regen_makefile.sh pcu: Introduce test TC_nacc_outbound_success 2021-01-30 19:17:49 +00:00

README.md

PCU_Tests.ttcn

  • external interfaces
    • Gb (emulates SGSN side NS/BSSGP)
    • unix pcu socket (emulates BTS)
    • VTY

{% dot msc_tests.svg digraph G { rankdir=LR; PCU [label="IUT\nosmo-pcu",shape="box"]; ATS [label="ATS\nPCU_Tests.ttcn"];

PCU -> ATS [label="Gb"]; PCU -> ATS [label="pcu_sock"]; ATS -> PCU [label="VTY"]; } %}