Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
7bdc3afd
Commit
7bdc3afd
authored
Sep 18, 2014
by
filatov
Browse files
mw_geographicRegion_XXX fix names
parent
c3f47078
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Security/LibItsSecurity_Templates.ttcn3
View file @
7bdc3afd
...
...
@@ -646,9 +646,9 @@ 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_rectang
le
(
in
template
(
present
)
TwoDLocation
p_northwest
:=
?
,
in
template
(
present
)
TwoDLocation
p_southeast
:=
?
template
(
present
)
GeographicRegion
mw_geographicRegion_rectang
ular
(
in
template
(
present
)
TwoDLocation
p_northwest
:=
?
,
in
template
(
present
)
TwoDLocation
p_southeast
:=
?
)
:=
{
region_type
:=
e_rectangle
,
region
:=
{
...
...
@@ -666,8 +666,8 @@ 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_polygon
i
al
(
in
template
(
present
)
PolygonalRegion
p_polygonal_region
:=
?
template
(
present
)
GeographicRegion
mw_geographicRegion_polygonal
(
in
template
(
present
)
PolygonalRegion
p_polygonal_region
:=
?
)
:=
{
region_type
:=
e_polygon
,
region
:=
{
...
...
@@ -680,8 +680,8 @@ 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_identified
Region
(
in
template
(
present
)
IdentifiedRegion
p_id_region
:=
?
template
(
present
)
GeographicRegion
mw_geographicRegion_identified
(
in
template
(
present
)
IdentifiedRegion
p_id_region
:=
?
)
:=
{
region_type
:=
e_id
,
region
:=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment