bsc: Check attempted/successful channel requests

Change-Id: I5b5c7c72eea28314da2ee7725d94d85917aa3ad3
Related: SYS#4877
This commit is contained in:
Daniel Willmann 2020-09-21 10:41:35 +02:00 committed by daniel
parent befd3aaca4
commit c5398f73de
1 changed files with 2 additions and 0 deletions

View File

@ -3222,6 +3222,8 @@ private function f_tc_assignment_sign(charstring id) runs on MSC_ConnHdlr {
f_establish_fully(ass_cmd, exp_compl);
var StatsDExpects expect := {
{ name := "TTCN3.bts.0.chreq.total", mtype := "c", min := 1, max := 1},
{ name := "TTCN3.bts.0.chreq.successful", mtype := "c", min := 1, max := 1},
{ name := "TTCN3.bsc.0.assignment.attempted", mtype := "c", min := 1, max := 1},
{ name := "TTCN3.bsc.0.assignment.completed", mtype := "c", min := 1, max := 1}
};