Commit d849f4f2 authored by garciay's avatar garciay
Browse files

Align TTCN-3 code on draft ETSI TS 102 797-2 v0.0.8

parent 146fa277
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -132,11 +132,9 @@ module LibItsMgt_Templates {
                    template MF_Command_request mdw_CommandRequest( 
                        in template (present) CommandRef p_commandRef, 
                        in template (present) MF_Command p_mfCmd 
                    ) modifies mw_mfCommandRequest_any := { 
                    ) := { 
                        commandRef := p_commandRef, 
                        command_param := {
                            mfCmd := p_mfCmd
                        } // End of field 'command_param' 
                        command_param := p_mfCmd
                    }  // End of template mdw_CommandRequest
                    
                template MF_Command_request mdw_mfCommandRequest_iICrequestTX(