aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-02-16 11:00:37 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-02-16 19:09:00 +0100
commit779a7923c74f8301182add99c21400497390efc7 (patch)
treeffef1dae155478b93d6d14ed3c29e4a5dc9ed4bf /bsc
parent956a92f03692f502f740b860053e0e9b93e4fecb (diff)
BSC: add TC_paging_counter to control section
The testcase TC_paging_counter is missing in the control section. This means that if it is not started explicitly, it is not executed. - Add TC_paging_counter to control section Change-Id: Ie37b8cb554ea1db64a8d7927eb300d368ce67137
Diffstat (limited to 'bsc')
-rw-r--r--bsc/BSC_Tests.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 796aea31..c8e29b85 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -1683,6 +1683,7 @@ control {
execute( TC_paging_imsi_nochan_lacs_empty() );
execute( TC_paging_imsi_a_reset() );
execute( TC_paging_imsi_load() );
+ execute( TC_paging_counter() );
execute( TC_rsl_drop_counter() );