osmo-ttcn3-hacks/pcu
Alexander Couzens 50493b3503 pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider
The NS uses now a provider to support FR and IP at the same time.

Change-Id: I6b0fa97a1098070a4f63228568092084503d6164
2020-10-13 19:49:14 +00:00
..
GPRS_Components.ttcn pcu/GPRS_Components: allow passing/matching of TS/TRX/BTS/BLK numbers 2020-09-21 17:06:08 +07: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 Split templates in RLCMAC_{CSN1_}Types into their own _Templates file 2020-04-29 19:07:38 +02: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: Prepare NSConfiguration for non-IP providers 2020-09-27 09:15:32 +00:00
PCU_Tests.default BSSGP_Emulation: Support multiple PTP-BVC within one Entity 2020-10-09 12:27:11 +02:00
PCU_Tests.ttcn PCU_Tests: introduce TC_pcuif_info_ind_subsequent() 2020-10-10 10:30:06 +00:00
PCU_Tests_NS.ttcn PCU_Tests_{NS,SNS}: Fix our expectations regarding CellID in BVC-RESET 2020-10-09 14:59:56 +02:00
PCU_Tests_SNS.cfg pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider 2020-10-13 19:49:14 +00:00
PCU_Tests_SNS.ttcn PCU_Tests_{NS,SNS}: Fix our expectations regarding CellID in BVC-RESET 2020-10-09 14:59:56 +02: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 BSSGP_Emulation: Support multiple PTP-BVC within one Entity 2020-10-09 12:27:11 +02:00
expected-results.xml update expected results 2020-10-01 06:48:55 +02:00
gen_links.sh NS_Emulation: Add [optional] support for FrameRelay transport 2020-10-03 18:24:50 +02:00
osmo-pcu-sns.cfg pcu: add configs for running without docker 2019-08-30 13:21:54 +02:00
osmo-pcu.cfg pcu: Check stats for pcu channel allocation, bytes transferred 2020-09-25 12:31:36 +00:00
regen_makefile.sh pcu: Check stats for pcu channel allocation, bytes transferred 2020-09-25 12:31:36 +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"]; } %}