osmo-ttcn3-hacks/pcu
Pau Espin 2aead38cdc pcu: Add infra to handle multitrx and multits envs
ARFCNs are allocated sequentially, so that conversion between
arfcn<->trx_nr is easily done.

Some helper functions are introduced to be able to submit and expect
messages on a given TRX+TS, which is required for setups with several
TRX and PDCH-enabled TS different than the default. These new APIs
will be used in PCU_Tests.ttcn in subsequent patches.

Change-Id: I28430e6d8c77d2b7dc630d186d425a5d82587b82
2020-11-06 13:08:50 +00:00
..
GPRS_Components.ttcn pcu: Add infra to handle multitrx and multits envs 2020-11-06 13:08:50 +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_Tests.cfg: synchronize with docker-playground 2020-10-17 11:27:45 +00:00
PCU_Tests.default BSSGP_Emulation: Support multiple PTP-BVC within one Entity 2020-10-09 12:27:11 +02:00
PCU_Tests.ttcn pcu: Add infra to handle multitrx and multits envs 2020-11-06 13:08:50 +00:00
PCU_Tests_NS.ttcn PCU_Tests_{NS,SNS}: Fix our expectations regarding CellID in BVC-RESET 2020-10-09 14:59:56 +02:00
PCU_Tests_SNS.cfg PCU: add IPv6 support for SNS 2020-10-21 11:49:54 +00:00
PCU_Tests_SNS.ttcn PCU: add IPv6 support for SNS 2020-10-21 11:49:54 +00:00
PCU_Tests_SNSv6.cfg PCU: add IPv6 support for SNS 2020-10-21 11:49:54 +00: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 BSSGP_Emulation: Support multiple PTP-BVC within one Entity 2020-10-09 12:27:11 +02:00
expected-results.xml update expected results 2020-10-01 06:48:55 +02:00
gen_links.sh NS_Emulation: Add [optional] support for FrameRelay transport 2020-10-03 18:24:50 +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: Check stats for pcu channel allocation, bytes transferred 2020-09-25 12:31:36 +00:00
regen_makefile.sh pcu: Check stats for pcu channel allocation, bytes transferred 2020-09-25 12:31:36 +00: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"]; } %}