osmo-ttcn3-hacks/pcu
Pau Espin 8dd59fba5e pcu: Rename PCU*RAW* content to PCU
Basically what's done here:
* mv PCU_Tests_RAW${suffix}.ttcn -> PCU_Tests${suffix}.ttcn
* mv PCUIF_RAW_Components.ttcn -> PCUIF_Components.ttcn
* Change module names according to file names and fix all references in
  code and configuration.

Change-Id: Iacaddb56e41012ba58ef6d1b9e79d2c012259bed
2020-04-29 18:33:48 +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/GPRS_TBF.ttcn: less verbose logging 2019-08-30 12:05:39 +02:00
PCUIF_Components.ttcn pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests.cfg pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests.default pcu: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +02:00
PCU_Tests.ttcn pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests_NS.ttcn pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests_SNS.cfg pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests_SNS.ttcn pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_selftest.ttcn pcu: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +02:00
README.md pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
SGSN_Components.ttcn pcu: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +02:00
expected-results.xml start implementing the TC_paging() PCU test 2018-11-19 11:10:22 +00:00
gen_links.sh pcu: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +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: add configs for running without docker 2019-08-30 13:21:54 +02:00
regen_makefile.sh pcu: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +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"]; } %}