pespin has submitted this change. ( 
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(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  osmith: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved




diff --git a/bts/BTS_Tests_OML.ttcn b/bts/BTS_Tests_OML.ttcn
index e3099e2..cf88931 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: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to