Commit a2c0d7c0 authored by ulrichst's avatar ulrichst
Browse files

adjusted code to receive a PN message

parent 3eb8e036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1967,7 +1967,7 @@ module DiameterShDh_TCFunctions {

                    // f_awaiting_PNA(mdw_pNR(vc_sessionId, mdw_pnrBodyAvps(?,?,?)));
				    alt{
                    	[] DIAMP.receive(PNR_MSG:mdw_pNR(vc_sessionId, mdw_pnrBodyAvps(?,?,?) ))
                    	[] DIAMP.receive(DIAMETER_MSG:{pNR_MSG:=mdw_pNR(vc_sessionId, mdw_pnrBodyAvps(?,?,?) )})
                    		{ setverdict(fail) }
				    }