osmo-ttcn3-hacks/pcu
Vadim Yanitskiy befa21c5c9 {BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10
Both osmo-bts and osmo-pcu are switching to PCUIFv10 soon, so let's
use the new version by default.  For older (latest) IUT versions
not supporting PCUIFv10, one would need to override this module
parameter in {BTS,PCU}_Tests.cfg.

Change-Id: I9350c4a54434c3d46ce9424f382ca0057e58d053
Related: SYS#4868, SYS#4915
2020-09-22 00:53:26 +07:00
..
GPRS_Components.ttcn pcu/GPRS_Components: allow passing/matching of TS/TRX/BTS/BLK numbers 2020-09-21 17:06:08 +07: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,SGSN}: Add missing address_family field in NSConfiguration 2020-09-18 01:03:46 +02:00
PCU_Tests.default {BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10 2020-09-22 00:53:26 +07:00
PCU_Tests.ttcn NS_Emulation: remove dependency on PCUIF_Types 2020-09-17 23:29:16 +02:00
PCU_Tests_NS.ttcn RAW_NS: remove usage of mp_gb_cfg 2020-09-14 12:01:42 +00:00
PCU_Tests_SNS.cfg pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests_SNS.ttcn RAW_NS: remove usage of mp_gb_cfg 2020-09-14 12:01:42 +00:00
PCU_selftest.ttcn Move all GPRS helper function to its own file and component 2020-05-19 19:21:29 +00:00
RAW_NS.ttcn RAW_NS: remove usage of mp_gb_cfg 2020-09-14 12:01:42 +00:00
README.md pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
SGSN_Components.ttcn NS_Emulation: remove dependency on PCUIF_Types 2020-09-17 23:29:16 +02:00
expected-results.xml update expected results 2020-05-19 19:25:35 +00:00
gen_links.sh NS_Emulation: Introduce NS_Provider underneath NS_Emulation 2020-09-17 15:26:52 +00: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 BSSGP_Emulation: Make L3 (SM/GMM) decoding a compile-time option 2020-09-13 10:18:41 +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"]; } %}