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
Vadim Yanitskiy 8a15b45ea1
PCU_Tests: fix TC_nacc_outbound_pkt_cell_chg_notif_dup
2 months ago
..
GPRS_Components.ttcn pcu: Fix race condition in TC_cs_max_dl waiting for timer first DL data after X2002 4 months 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: cosmetic: fix coding style in f_tx_data_ind_fn() 6 months 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_Tests: fix TC_nacc_outbound_pkt_cell_chg_notif_dup 2 months 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: usse alive-type for NS and BSSGP created components 1 year ago
expected-results.xml pcu: Introduce tests TC_ul_tbf_{1,2}phase_while_dl_ass_pch 5 months ago
gen_links.sh library: move IA/IAR Rest Octets to GSM_RestOctets.ttcn 5 months ago
osmo-pcu-sns.cfg SGSN: Some initial SNS tests for IP-SNS in OsmoSGSN 2 years ago
osmo-pcu.cfg pcu/osmo-pcu.cfg: use the PCUIF for neighbor resolution 2 months ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 1 year 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"]; } %}