pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32267 )
Change subject: bts/oml: Ignore SW Activated Reports
......................................................................
bts/oml: Ignore SW Activated Reports
Some components directly report being activated. Let's allow it.
This fixes TC_initial_state_reports.
Change-Id: I054dc74f60edee027923f03f8e73e56b1dc11a83
---
M bts/BTS_Tests_OML.ttcn
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/67/32267/1
diff --git a/bts/BTS_Tests_OML.ttcn b/bts/BTS_Tests_OML.ttcn
index 837ed50d..f912357 100644
--- a/bts/BTS_Tests_OML.ttcn
+++ b/bts/BTS_Tests_OML.ttcn
@@ -86,6 +86,7 @@
private altstep as_SwAct() runs on BSC_OML_CT {
var OML_PDU rx;
+ [] OML.receive(tr_OML_SwActivatedRep(?, ?));
[] OML.receive(tr_OML_SwActReq(?, ?, ?, ?)) -> value rx {
var OML_FOM_ObjectClass obj_class := rx.u.fom.hdr.obj_class;
var OML_FOM_ObjectInstance obj_inst := rx.u.fom.hdr.obj_inst;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32267
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I054dc74f60edee027923f03f8e73e56b1dc11a83
Gerrit-Change-Number: 32267
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange