osmo-ttcn3-hacks/pcu
Pau Espin aedc51186b Move all GPRS helper function to its own file and component
This is a first step towards refactoring of all functions to use MS and
Ul/DlTBF objects containing state.

Change-Id: Ieae27d6e707f79ec2145864ef5cd67ddbbec9314
2020-05-19 19:21:29 +00:00
..
GPRS_Components.ttcn Move all GPRS helper function to its own file and component 2020-05-19 19:21:29 +00: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 pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests.default PCU: PCU_Tests.default: add 'USER' category to ConsoleMask 2020-05-07 02:43:56 +07:00
PCU_Tests.ttcn Move all GPRS helper function to its own file and component 2020-05-19 19:21:29 +00: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 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 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 Split templates in RLCMAC_{CSN1_}Types into their own _Templates file 2020-04-29 19:07:38 +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"]; } %}