Commit 32f96e36 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

fix markdown

parent 6769be13
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ en (302637) cam (2) version (2)
}

--! @brief Include ETSI TS 103 300-3
--! **This is temporary**  
--!  __This is temporary__  
--! Import from `VAM-Temp-Imports` will be changed to CDD ETSI TS 102 894-2 Release 2 when available  
--! Include references from @url https://forge.etsi.org/rep/ITS/asn1/vam-ts103300_3/blob/master/VAM-Temp-Imports.asn
AreaCircular, AreaRectangle, AreaPolygon, OffsetPoint, SemiRangeLength, WGS84AngleValue FROM VAM-Temp-Imports { 
@@ -39,9 +39,9 @@ ts(103300) temp-imports(255) version1(1)
--! and the station identifier `stationID` of the originating ITS-S. 
IMZM ::= SEQUENCE {
    --! @details header
    --! * The DE `protocolVersion` is used to select the appropriate protocol decoder at the receiving
    --! - The DE `protocolVersion` is used to select the appropriate protocol decoder at the receiving
    --!   ITS-S. For TS 103 724 V2.1.1, the value of the DE `protocolVersion` shall be set to 1.
    --! * The DE `messageID` shall be harmonized with other V2X message identifier definitions.
    --! - The DE `messageID` shall be harmonized with other V2X message identifier definitions.
    --!   For IMZM, the DE messageID shall be set to `imzm(15)`.
   header ItsPduHeader,
   imzm InterferenceManagementZoneMessage
@@ -80,8 +80,8 @@ ImzmContainer ::= SEQUENCE {

--! @brief DF: List of Interference Management Zones
--! A list of up to 16 interference management zones.  
--!    EXAMPLE:
--!    An interference management communication zone may be defined around a 
--!
--! **EXAMPLE**: An interference management communication zone may be defined around a 
--!    CEN DSRC road side equipment or an urban rail operational area.
--! @category: Infrastructure information, Communication information
InterferenceManagementZones ::= SEQUENCE (SIZE(1..16), ...) OF InterferenceManagementZone
@@ -101,18 +101,18 @@ InterferenceManagementZone ::= SEQUENCE {
ZoneDefinition::= SEQUENCE{     
	 --! @details interferenceManagementZoneLatitude
     --! Latitude of the centre point of the interference management zone.
    interferenceManagementZoneLatitude   Latitude, --! from ITS-Container
    interferenceManagementZoneLatitude   Latitude, -- from ITS-Container
     --! @details interferenceManagementZoneLongitude
     --! Longitude of the centre point of the interference management zone.
    interferenceManagementZoneLongitude  Longitude, --! from ITS-Container
    interferenceManagementZoneLongitude  Longitude, -- from ITS-Container
     --! @details interferenceManagementZoneRadius
     --! Radius of the interference management zone in metres. 
     --! This DE is present if the data is available
    interferenceManagementZoneRadius     ProtectedZoneRadius OPTIONAL, --! from ITS-Container
    interferenceManagementZoneRadius     ProtectedZoneRadius OPTIONAL, -- from ITS-Container
     --! @details interferenceManagementZoneID
     --! Identification of the interference management zone. 
     --! This DE is present if the data is available.
    interferenceManagementZoneID         ProtectedZoneID OPTIONAL, --! from ITS-Container
    interferenceManagementZoneID         ProtectedZoneID OPTIONAL, -- from ITS-Container
     --! @details interferenceManagementZoneShape
     --! Shape of the interference management zone. 
     --! This DF is present if the data is available.
@@ -123,7 +123,8 @@ ZoneDefinition::= SEQUENCE{
--! @brief DF: Interference Management Information
--! A list of up to 16 definitions containing which interference management may be applied in the zone, 
--! per affected frequency channels.
--!   Note: in the case where no mitigation should be applied by the ITS-S, this is indicated 
--!  
--! **Note**: in the case where no mitigation should be applied by the ITS-S, this is indicated 
--! by the value of interferenceManagementMitigationType set to unavailable. 
--! @category: Infrastructure information, Communication information
InterferenceManagementInfo::= SEQUENCE (SIZE(1..16,...)) OF InterferenceManagementInfoPerChannel