Commit 7bdc3afd authored by filatov's avatar filatov
Browse files

mw_geographicRegion_XXX fix names

parent c3f47078
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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 := ?
            ) := {
@@ -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,
@@ -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,