osmo-ttcn3-hacks/pcu
Pau Espin 925818ac36 pcu: Check received IMSI suffix from PCUIF paging request
Change-Id: Ia11447fb71ea0b6a8fcce1a28e93cc166d22ef7a
2020-01-11 00:24:03 +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 pcu/GPRS_TBF.ttcn: less verbose logging 2019-08-30 12:05:39 +02:00
PCUIF_RAW_Components.ttcn pcu: Support sending message to PCU at specific FN 2019-12-06 09:51:31 +00:00
PCU_Tests.cfg pcu: Move NS tests to PCU_Tests_RAW_NS.ttcn 2019-12-30 14:06:06 +01:00
PCU_Tests.default pcu: Add VTY support and use it to set (M)CS lqual thresholds 2019-12-02 11:14:49 +00:00
PCU_Tests.ttcn pcu: Fix RLCMAC template naming 2019-12-02 19:12:10 +01:00
PCU_Tests_RAW.ttcn pcu: Check received IMSI suffix from PCUIF paging request 2020-01-11 00:24:03 +00:00
PCU_Tests_RAW_NS.ttcn pcu: Move NS tests to PCU_Tests_RAW_NS.ttcn 2019-12-30 14:06:06 +01:00
PCU_Tests_RAW_SNS.ttcn pcu: Move NS tests to PCU_Tests_RAW_NS.ttcn 2019-12-30 14:06:06 +01: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: Add VTY support and use it to set (M)CS lqual thresholds 2019-12-02 11:14:49 +00: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 pcu: Add VTY support and use it to set (M)CS lqual thresholds 2019-12-02 11:14:49 +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"]; } %}