You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/pcu
Pau Espin 1538c3b616
pcu: Drop mp_osmo_pcu_newer_than_0_9_0
2 years ago
..
GPRS_Components.ttcn pcu: Introduce as_ms_rx_ignore_empty helper 2 years ago
GPRS_Context.ttcn pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with other suites 5 years ago
GPRS_TBF.ttcn pcu: Fix warning: control reaches end of non-void function 2 years ago
PCUIF_Components.ttcn pcu: Drop mp_send_all_data_ind 2 years ago
PCU_Tests.cfg pcu: fix syntax in PCU_Tests.cfg 2 years ago
PCU_Tests.default StatsD_Checker: Enable by default 2 years ago
PCU_Tests.ttcn pcu: Drop mp_osmo_pcu_newer_than_0_9_0 2 years ago
PCU_Tests_NS.ttcn pcu: PCU_Tests_NS: add support for vty 2 years ago
PCU_Tests_SNS.cfg NS_Emulation: Respect data_weight==0 or signalling_weight==0 2 years ago
PCU_Tests_SNS.ttcn fix typo in NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED 2 years ago
PCU_Tests_SNSv6.cfg NS_Emulation: Respect data_weight==0 or signalling_weight==0 2 years ago
PCU_selftest.ttcn f_ms_tx_data_ind(): indicate actual Timing Advance in DATA.ind 2 years ago
README.md pcu: Rename PCU*RAW* content to PCU 3 years ago
SGSN_Components.ttcn pcu: Connect to RIM port from BSSGP_Emulation 2 years ago
expected-results.xml update expected-results.xml files 2 years ago
gen_links.sh RAW_NS/NS_Provider_IPL4: allow to use the new NSVC interface 2 years ago
osmo-pcu-sns.cfg SGSN: Some initial SNS tests for IP-SNS in OsmoSGSN 2 years ago
osmo-pcu.cfg PCU: remove deprecated 'alpha 0' from osmo-pcu.cfg 2 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2 years ago

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"]; } %}