osmo-ttcn3-hacks/pcu
Vadim Yanitskiy 26cd244a9f PCU_Tests_RAW.ttcn: fix the expectations of TC_cs_lqual_ul_tbf
As it turned out, OsmoPCU is not supposed to change the Coding
Scheme immediately when the recent link quality value leaves the
current window. Instead, in order to avoid rapid changes of the
Coding Scheme, it also takes the previous value into account.
Thus the current Coding Scheme is only changed if both current
and old values fit into a new window.

This change makes the test case pass.

Change-Id: I5d503d5a9c46cb9de84fbabd2d591afbe4216fdb
2019-11-17 02:06:19 +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 pcu/GPRS_TBF.ttcn: less verbose logging 2019-08-30 12:05:39 +02:00
PCUIF_RAW_Components.ttcn PCU_Tests_RAW.ttcn: fix ToA handling in as_ta_ptcch() 2019-10-09 15:24:22 +00:00
PCU_Tests.cfg PCU: Change PCU-side port to 22000 2019-02-26 10:20:29 +00:00
PCU_Tests.default pcu: Fix MCC/MNC handling: use 'F' between MCC and MNC in 2-digit case 2019-03-27 11:17:49 +00:00
PCU_Tests.ttcn PCU_Tests_RAW.ttcn: refactor TC_pcuif_suspend: use the RAW PCU components 2019-09-29 16:19:36 +07:00
PCU_Tests_RAW.ttcn PCU_Tests_RAW.ttcn: fix the expectations of TC_cs_lqual_ul_tbf 2019-11-17 02:06:19 +07:00
PCU_Tests_RAW_SNS.ttcn cosmetic: Update copyright statement, license notice and SPDX 2019-05-27 10:00:06 +00:00
PCU_Tests_SNS.cfg pcu: add configs for running without docker 2019-08-30 13:21:54 +02:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
expected-results.xml start implementing the TC_paging() PCU test 2018-11-19 11:10:22 +00:00
gen_links.sh PCU: Tests for the BSS/PCU side NS/BSSGP implementations 2019-02-21 11:53:42 +01:00
osmo-bsc.cfg pcu: add configs for running without docker 2019-08-30 13:21:54 +02:00
osmo-bts.cfg pcu: add configs for running without docker 2019-08-30 13:21:54 +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 Osocom_Gb_Types: Add send/receive templates for SNS-SIZE and SNS-CONFIG procedure 2019-02-18 20:25:00 +01: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"]; } %}