osmo-ttcn3-hacks/pcu
Vadim Yanitskiy dbd4b245c0 PCU_Tests: verify CS paging of multiple subscribers
The change introduces three new test cases:

  - TC_paging_cs_multi_ms_imsi,
  - TC_paging_cs_multi_ms_tmsi,
  - TC_paging_cs_multi_ms_imsi_tmsi.

Each of these establishes 56 Uplink TBFs, and then enqueues 56 CS
PAGING requests from the SGSN side.  The main idea is to verify
encoding and compositing of the paging MIs in PACCH massages.

Change-Id: Ie8b4006f969598c9b0c452002d559f985d108a66
Related: OS#4838
2020-11-02 19:24:45 +07:00
..
GPRS_Components.ttcn GPRS_Components: remove even more unused module imports 2020-11-02 19:24:45 +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_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_Tests: verify CS paging of multiple subscribers 2020-11-02 19:24:45 +07: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"]; } %}