osmo-ttcn3-hacks/pcu
Alexander Couzens 025bbc0b6d pcu: add TC_sns_so_bvc_reset_unknown_bvci
Do an SGSN originated reset of signalling BVCI,
then do a SGSN originated reset of an unknown BVCI.

PCU  -X SGSN: BVCI  0 BSSGP-RESET (ignores reset)
PCU <-  SGSN: BVCI  0 BSSGP-RESET
PCU  -> SGSN: BVCI  0 BSSGP-RESET-ACK (with cell information)
PCU  -X SGSN: BVCI 23 BSSGP-RESET (ignores reset, 23 is configured on PCU, 24 is not configured)
PCU <-  SGSN: BVCI 24 BSSGP-RESET (unconfigured BVCI)
PCU  -> SGSN: BVCI 24 BSSGP-STATUS Unknown BVCI

Related: OS#3879
Change-Id: Iea5519b453dd544c5a78b3b16ddb5132d20cf67c
2021-02-28 10:37:22 +00:00
..
GPRS_Components.ttcn pcu: Introduce test TC_nacc_outbound_pkt_cell_chg_notif_nonassigned_dl_tbf 2021-02-18 17:41:21 +01: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: Fix warning: control reaches end of non-void function 2021-02-08 12:32:07 +01:00
PCUIF_Components.ttcn PCUIF: Allow receiving decoded RR/RLCMAC blocks in DATA REQ 2021-02-05 12:01:14 +01:00
PCU_Tests.cfg pcu: fix syntax in PCU_Tests.cfg 2021-02-05 20:45:52 +00:00
PCU_Tests.default StatsD_Checker: Enable by default 2021-02-26 12:42:35 +01:00
PCU_Tests.ttcn PCU_Tests: make use of GprsMS in TC_ta_idle_dl_tbf_ass() 2021-02-21 01:39:57 +01:00
PCU_Tests_NS.ttcn BSSGP+pcu: Get rid of mp_tolerate_bvc_reset_cellid 2021-02-26 13:39:45 +01: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 pcu: add TC_sns_so_bvc_reset_unknown_bvci 2021-02-28 10:37:22 +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"]; } %}