Commit a2ad94fe authored by wetterwald's avatar wetterwald
Browse files

Update IMZM-PDU-Descriptions.asn. Update of the comments when relevant +...

Update IMZM-PDU-Descriptions.asn. Update of the comments when relevant + corrections in the ASN.1 module itself.
parent ec3669a4
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ ts(103300) temp-imports(255) version1(1)
--! @defgroup IMZM Interference Management Zone Message
--! @{

--! @brief DF- Interference Management Zone Message Root
--! @brief DF: Interference Management Zone Message Root
--! This DF includes DEs for the IMZM protocolVersion, the IMZ message type identifier _messageID_ 
--! and the station identifier _stationID_ of the originating ITS-S. 
IMZM ::= SEQUENCE {
@@ -50,7 +50,7 @@ IMZM ::= SEQUENCE {
   imzm InterferenceManagementZoneMessage
}

--! @brief DF- Interference Management Zone Message
--! @brief DF: Interference Management Zone Message
--! This is the actual IMZM Payload. It shall include the time stamp of the IMZM and the applicable
--! containers of type _BasicContainer_ and _ImzmContainer_.
InterferenceManagementZoneMessage ::= SEQUENCE {
@@ -58,7 +58,7 @@ InterferenceManagementZoneMessage ::= SEQUENCE {
   imzmParameters ImzmParameters
}

--! @brief DF- IMZM Parameters
--! @brief DF: IMZM Parameters
--! The sequence of containers in the IMZM. Other containers may be added in the future.
ImzmParameters ::= SEQUENCE {
    --! @details basicContainer
@@ -70,7 +70,7 @@ ImzmParameters ::= SEQUENCE {
   ...
}

--! @brief DF- IMZM Container
--! @brief DF: IMZM Container
--! The IMZM container includes a sequence of up to 16 interference management zones. 
--! For each interference management zones, it contains a sequence of interference 
--! management zones per channel together with their characteristics.
@@ -81,14 +81,14 @@ ImzmContainer ::= SEQUENCE {
    ...
}

--! @brief DF- InterferenceManagementZones
--! @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 
--!  CEN DSRC road side equipment or an urban rail operational area.
--! @category: Infrastructure information, Communication information
InterferenceManagementZones ::= SEQUENCE (SIZE(1..16), ...) OF InterferenceManagementZone

--! @brief DF- InterferenceManagementZone
--! @brief DF: Interference Management Zone
--! describes a zone of interferenceManagement inside which the ITS communication should
--! be restricted.
--! @category: Infrastructure information, Communication information
@@ -97,7 +97,7 @@ InterferenceManagementZone ::= SEQUENCE {
	interferenceManagementInfo InterferenceManagementInfo
}

--! @brief DF- ZoneDefinition
--! @brief DF: Zone Definition
--! describes the zone where band sharing occurs. When reusing CDD Rel.1 types, names are unchanged.
--! @category: Infrastructure information, Communication information
ZoneDefinition::= SEQUENCE{     
@@ -122,15 +122,15 @@ ZoneDefinition::= SEQUENCE{
    ...
}

--! @brief DF- Interference Management Info
--! A list of up to 16 definitions of which interference management may be applied in the zone, 
--! @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 
--! by the value of interferenceManagementMitigationType set to unavailable. 
--! @category: Infrastructure information, Communication information
InterferenceManagementInfo::= SEQUENCE (SIZE(1..16,...)) OF InterferenceManagementInfoPerChannel

--! @brief DF- InterferenceManagementInfoPerChannel 
--! @brief DF: Interference Management Information Per Channel 
--! A break up of the interference management information per affected frequency channels.
--! @category: Infrastructure information, Communication information
InterferenceManagementInfoPerChannel ::= SEQUENCE {
@@ -151,7 +151,7 @@ InterferenceManagementInfoPerChannel ::= SEQUENCE {
    ...
}

--! @brief DF- InterferenceManagementChannel
--! @brief DF: InterferenceManagementChannel
--! indicates which shared frequency channel should be applied interference management in the zone. 
--! @category: Communication information
InterferenceManagementChannel ::= SEQUENCE {
@@ -166,8 +166,8 @@ InterferenceManagementChannel ::= SEQUENCE {
    exponent        INTEGER (0 .. 15) 
}

--! @brief DE- InterferenceManagementZoneType
--! DE that defines the type of an interference management zone, so that an ITS-S can
--! @brief DE: InterferenceManagementZoneType
--! defines the type of an interference management zone, so that an ITS-S can
--! assert the actions to do while passing by such zone (e.g. reduce the transmit
--! power in case of a DSRC tolling station).
--! @unit: N/A
@@ -182,25 +182,25 @@ InterferenceManagementZoneType ::= ENUMERATED {
    ...
}

--! @brief DF- Mitigation type in the interference management zone
--! @brief DF: Mitigation type in the interference management zone
--! Information and commands defining the required mitigation type the 
--! receiving ITS-S has to use in the defined interference management zone. 
--! It indicates the type of mitigation and the parameters to be used to protect the 
--! potential victim in the interference management zone per channel access technology class.
--! @category: Communication information
InterferenceManagementMitigationType ::= CHOICE {
     --! @details Default value to be used when data is not available. 
    unavailable   BOOLEAN OPTIONAL,   
     --! @details unavailable is the default value to be used when data is not available. 
    unavailable   NULL,   
    mitigationForTechnologies MitigationForTechnologies
}

--! @brief DF- Mitigation type container for the different channel access technology classes 
--! @brief DF: Mitigation type container for the different channel access technology classes 
--! Class of parameters for the relevant channel access technology classes,
--! as specified in ETSI TS 103 724, clause 7. 
--! @category: Communication information
MitigationForTechnologies ::= SEQUENCE (SIZE(1..8)) OF MitigationPerTechnologyClass

--! @brief DF- Mitigation type container per channel access technology class 
--! @brief DF: Mitigation type container per channel access technology class 
--! Class of parameters for the specific technology indicated in the container.
--! All parameters are optional, as they may not apply to some of the technologies or
--! interference management zone types. Specification details are in ETSI TS 103 724, clause 7. 
@@ -224,7 +224,7 @@ MitigationPerTechnologyClass ::= SEQUENCE {
   ...
}

--! @brief DE- channel access technology class 
--! @brief DE: channel access technology class 
--! Access technology to which the mitigation type applies.
--! @category: Communication information
AccessTechnologyClass ::= ENUMERATED {
@@ -235,7 +235,7 @@ AccessTechnologyClass ::= ENUMERATED {
   ...
}

--! @brief DF- Shape of the interference management zone
--! @brief DF: Shape of the interference management zone
--! Bounding box of an interference management  zone
--! @category: GeoReference information
InterferenceManagementZoneShape::= CHOICE {
@@ -246,7 +246,7 @@ InterferenceManagementZoneShape::= CHOICE {
   ...
}

--! @brief DF- Area Ellipse
--! @brief DF: Area Ellipse
--! Area Ellipse copied from CPM TR 103 562. Will be removed when CDD Release 2 is available.
--! Describes an elliptical area. The ellipse is centred about the reference point 
--! of the ITS-S or about the nodeCenterPoint (if provided).