Commit 9caeb292 authored by wetterwald's avatar wetterwald
Browse files

Update IMZM-PDU-Descriptions.asn with comments from the remote consensus

parent 55b9363e
Loading
Loading
Loading
Loading
+270 −270
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ IMZM ::= SEQUENCE {
    --! 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.
    --! For IMZM, the DE messageID shall be set to @todo imzm(15).
    --! For IMZM, the DE messageID shall be set to imzm(15).
   header ItsPduHeader,
   imzm InterferenceManagementZoneMessage
}
@@ -71,8 +71,8 @@ ImzmParameters ::= SEQUENCE {
}

--! @brief DF- IMZM Container
--! The IMZM container includes a sequence of up to 16 interference management communication zones. 
--! For each interference management communication zones, it contains a sequence of interference 
--! 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.
ImzmContainer ::= SEQUENCE {
    --! @details interferenceManagementZones
@@ -82,11 +82,11 @@ ImzmContainer ::= SEQUENCE {
}

--! @brief DF- InterferenceManagementZones
--! A list of up to 16 interference management communication 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
InterferenceManagementZones ::= SEQUENCE (SIZE(1..16), ...) OF InterferenceManagementZone

--! @brief DF- InterferenceManagementZone
--! describes a zone of interferenceManagement inside which the ITS communication should
@@ -162,7 +162,7 @@ InterferenceManagementChannel ::= SEQUENCE {
     --! @unit: 10exp Hz (where exp is exponent)
    channelWidth    INTEGER (0 .. 9999),
     --! @details exponent of the power of 10
     --! @unit: MHz
     --! @unit: N/A
    exponent        INTEGER (0 .. 15) 
}

@@ -188,7 +188,7 @@ InterferenceManagementZoneType ::= ENUMERATED {
--! 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 ::= SEQUENCE {
InterferenceManagementMitigationType ::= CHOICE {
     --! @details Default value to be used when data is not available. 
    unavailable   BOOLEAN OPTIONAL,   
    mitigationForTechnologies MitigationForTechnologies
@@ -228,7 +228,7 @@ MitigationPerTechnologyClass ::= SEQUENCE {
--! Access technology to which the mitigation type applies.
--! @category: Communication information
AccessTechnologyClass ::= ENUMERATED {
   unavailable(0), --! default value.
   any(0), --! any access technology class (see clause 7 of TS 103 724).
   itsg5Class(1),  --! ITS-G5 access technology class.
   ltev2xClass(2), --! LTE-V2X access technology class.
   nrv2xClass(3), --! NR-V2X access technology class.