Loading lib/LibItsPki_Templates.ttcn +10 −4 Original line number Diff line number Diff line Loading @@ -1060,12 +1060,18 @@ module LibItsPki_Templates { }) } */ template (value) AcaEeCertResponsePlainSpdu m_plain_spdu := { // TODO FSCOM template (value) AcaEeCertResponsePlainSpdu m_plain_spdu( in template (value) Ieee1609Dot2Content p_content ) := { protocolVersion := 3, content := p_content } // End of template m_plain_spdu template (present) AcaEeCertResponsePlainSpdu mw_plain_spdu := { // TODO FSCOM template (present) AcaEeCertResponsePlainSpdu mw_plain_spdu( template (present) Ieee1609Dot2Content p_content := ? ) := { protocolVersion := 3, content := p_content } // End of template mw_plain_spdu Loading Loading
lib/LibItsPki_Templates.ttcn +10 −4 Original line number Diff line number Diff line Loading @@ -1060,12 +1060,18 @@ module LibItsPki_Templates { }) } */ template (value) AcaEeCertResponsePlainSpdu m_plain_spdu := { // TODO FSCOM template (value) AcaEeCertResponsePlainSpdu m_plain_spdu( in template (value) Ieee1609Dot2Content p_content ) := { protocolVersion := 3, content := p_content } // End of template m_plain_spdu template (present) AcaEeCertResponsePlainSpdu mw_plain_spdu := { // TODO FSCOM template (present) AcaEeCertResponsePlainSpdu mw_plain_spdu( template (present) Ieee1609Dot2Content p_content := ? ) := { protocolVersion := 3, content := p_content } // End of template mw_plain_spdu Loading