Loading ttcn/Security/LibItsSecurity_Templates.ttcn3 +7 −7 Original line number Diff line number Diff line Loading @@ -646,7 +646,7 @@ module LibItsSecurity_Templates { * @param p_southeast Lower rigth corner * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.21 GeographicRegion */ template (present) GeographicRegion mw_geographicRegion_rectangle( template (present) GeographicRegion mw_geographicRegion_rectangular( in template (present) TwoDLocation p_northwest := ?, in template (present) TwoDLocation p_southeast := ? ) := { Loading @@ -666,7 +666,7 @@ module LibItsSecurity_Templates { * @param p_polygonal_region Polygonial region description * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.21 GeographicRegion */ template (present) GeographicRegion mw_geographicRegion_polygonial( template (present) GeographicRegion mw_geographicRegion_polygonal( in template (present) PolygonalRegion p_polygonal_region := ? ) := { region_type := e_polygon, Loading @@ -680,7 +680,7 @@ module LibItsSecurity_Templates { * @param p_id_region Indentified region * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.21 GeographicRegion */ template (present) GeographicRegion mw_geographicRegion_identifiedRegion( template (present) GeographicRegion mw_geographicRegion_identified( in template (present) IdentifiedRegion p_id_region := ? ) := { region_type := e_id, Loading Loading
ttcn/Security/LibItsSecurity_Templates.ttcn3 +7 −7 Original line number Diff line number Diff line Loading @@ -646,7 +646,7 @@ module LibItsSecurity_Templates { * @param p_southeast Lower rigth corner * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.21 GeographicRegion */ template (present) GeographicRegion mw_geographicRegion_rectangle( template (present) GeographicRegion mw_geographicRegion_rectangular( in template (present) TwoDLocation p_northwest := ?, in template (present) TwoDLocation p_southeast := ? ) := { Loading @@ -666,7 +666,7 @@ module LibItsSecurity_Templates { * @param p_polygonal_region Polygonial region description * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.21 GeographicRegion */ template (present) GeographicRegion mw_geographicRegion_polygonial( template (present) GeographicRegion mw_geographicRegion_polygonal( in template (present) PolygonalRegion p_polygonal_region := ? ) := { region_type := e_polygon, Loading @@ -680,7 +680,7 @@ module LibItsSecurity_Templates { * @param p_id_region Indentified region * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.21 GeographicRegion */ template (present) GeographicRegion mw_geographicRegion_identifiedRegion( template (present) GeographicRegion mw_geographicRegion_identified( in template (present) IdentifiedRegion p_id_region := ? ) := { region_type := e_id, Loading