Loading ttcn/Security/LibItsSecurity_Templates.ttcn3 +18 −0 Original line number Diff line number Diff line Loading @@ -1729,6 +1729,24 @@ module LibItsSecurity_Templates { } } // End of template mw_subject_attribute_reconstruction_value template (present) SubjectAttribute mw_subject_attribute_its_aid_list( in template (present) IntXs p_its_aid_list := ? ) := { type_ := e_its_aid_list, attribute := { its_aid_list := p_its_aid_list } } // End of template mw_subject_attribute_its_aid_list template (present) SubjectAttribute mw_subject_attribute_its_aid_ssp_list( in template (present) ItsAidSsps p_its_aid_ssp_list := ? ) := { type_ := e_its_aid_ssp_list, attribute := { its_aid_ssp_list := p_its_aid_ssp_list } } // End of template mw_subject_attribute_its_aid_ssp_list } // End of group subjectAttribute group subjectAssurance { Loading Loading
ttcn/Security/LibItsSecurity_Templates.ttcn3 +18 −0 Original line number Diff line number Diff line Loading @@ -1729,6 +1729,24 @@ module LibItsSecurity_Templates { } } // End of template mw_subject_attribute_reconstruction_value template (present) SubjectAttribute mw_subject_attribute_its_aid_list( in template (present) IntXs p_its_aid_list := ? ) := { type_ := e_its_aid_list, attribute := { its_aid_list := p_its_aid_list } } // End of template mw_subject_attribute_its_aid_list template (present) SubjectAttribute mw_subject_attribute_its_aid_ssp_list( in template (present) ItsAidSsps p_its_aid_ssp_list := ? ) := { type_ := e_its_aid_ssp_list, attribute := { its_aid_ssp_list := p_its_aid_ssp_list } } // End of template mw_subject_attribute_its_aid_ssp_list } // End of group subjectAttribute group subjectAssurance { Loading