osmo-ttcn3-hacks/pcu
Pau Espin aedacf3256 pcu: Fail immediately in TC_n3105_max_t3195
Change-Id: I55b97037c014478451790e1943c617a634fe2457
2023-09-28 15:06:29 +00:00
..
GPRS_Components.ttcn GPRS_Components: confirm only when requested 2023-09-22 11:57:47 +02: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_Components: ensure clean IMSI string 2023-09-22 09:59:47 +02:00
PCU_Tests.cfg pcu: fix syntax in PCU_Tests.cfg 2021-02-05 20:45:52 +00:00
PCU_Tests.default PCUIF_Types: Use mp_pcuif_version := 11 everywhere 2023-09-14 17:31:58 +02:00
PCU_Tests.ttcn pcu: Fail immediately in TC_n3105_max_t3195 2023-09-28 15:06:29 +00:00
PCU_Tests_NS.ttcn pcu: PCU_Tests_NS: add support for vty 2021-04-06 15:57:51 +02:00
PCU_Tests_SNS.cfg PCUIF_Types: Use mp_pcuif_version := 11 everywhere 2023-09-14 17:31:58 +02:00
PCU_Tests_SNS.ttcn PCU_Tests_SNS: fix TC_pcuif_rach 2023-09-27 17:24:52 +02:00
PCU_Tests_SNSv6.cfg PCUIF_Types: Use mp_pcuif_version := 11 everywhere 2023-09-14 17:31:58 +02:00
PCU_selftest.ttcn f_ms_tx_data_ind(): indicate actual Timing Advance in DATA.ind 2021-06-04 19:57:35 +00:00
README.md pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
SGSN_Components.ttcn pcu: usse alive-type for NS and BSSGP created components 2022-02-24 11:47:43 +00:00
expected-results.xml pcu: Introduce test TC_dl_multislot_tbf_ms_class_unknown 2023-07-31 09:14:41 +00:00
gen_links.sh library: move IA/IAR Rest Octets to GSM_RestOctets.ttcn 2022-10-21 10:35:27 +00:00
osmo-pcu-sns.cfg SGSN: Some initial SNS tests for IP-SNS in OsmoSGSN 2021-04-01 21:27:33 +02:00
osmo-pcu.cfg pcu/osmo-pcu.cfg: use the PCUIF for neighbor resolution 2023-02-10 13:46:04 +00:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02: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"]; } %}