osmo-ttcn3-hacks/pcu
Vadim Yanitskiy c4324ffb64 PCU: introduce TC_egprs_pkt_chan_req_reject_exhaustion
Send 7 RACH indications to the IUT with EGPRS Packet Channel Request.
Since we have only one timeslot (and USF value '111'B is reserved),
the 8-th indication should be properly rejected by the IUT.

Change-Id: Ie6e5fc68e1591c57e21541ba16fbdcd3fe477ac7
Related: OS#1548
2020-05-22 22:00:34 +07:00
..
GPRS_Components.ttcn Add initial support for Packet Uplink Ack/nack EGPRS Struct 2020-05-19 19:21:29 +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: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests.default PCU: PCU_Tests.default: add 'USER' category to ConsoleMask 2020-05-07 02:43:56 +07:00
PCU_Tests.ttcn PCU: introduce TC_egprs_pkt_chan_req_reject_exhaustion 2020-05-22 22:00:34 +07:00
PCU_Tests_NS.ttcn pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests_SNS.cfg pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02:00
PCU_Tests_SNS.ttcn pcu: Rename PCU*RAW* content to PCU 2020-04-29 18:33:48 +02: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 pcu: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +02:00
expected-results.xml update expected results 2020-05-19 19:25:35 +00:00
gen_links.sh Split templates in RLCMAC_{CSN1_}Types into their own _Templates file 2020-04-29 19:07:38 +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: Get rid of PCU_Tests.ttcn tests 2020-04-29 18:33:14 +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"]; } %}