Commit d28e78e7 authored by Gitlab runner's avatar Gitlab runner
Browse files

Documentation update

parent e2479ff7
Loading
Loading
Loading
Loading
+18 −18
Original line number Original line Diff line number Diff line
@@ -3,8 +3,7 @@
 Specification of the Interference Management Zone Message ETSI TS 103 724<br/>
 Specification of the Interference Management Zone Message ETSI TS 103 724<br/>


 Latest version available at https://forge.etsi.org/rep/ITS/asn1/imzm_ts103724
 Latest version available at https://forge.etsi.org/rep/ITS/asn1/imzm_ts103724
 
 [[TOC]]
[[_TOC_]]


## Imports:
## Imports:
 * **ITS-Container** *{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }*<br/>
 * **ITS-Container** *{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }*<br/>
@@ -18,7 +17,8 @@
   This is temporary * :<br>
   This is temporary * :<br>
   Import from **VAM-Temp-Imports** will be changed to CDD ETSI TS 102 894-2 Release 2 when available*
   Import from **VAM-Temp-Imports** will be changed to CDD ETSI TS 102 894-2 Release 2 when available*


## <a name="IMZM"></a>IMZM
## Data Elements:
### <a name="IMZM"></a>IMZM


 This DF includes DEs for the IMZM `protocolVersion`, the IMZ message type identifier `messageID`
 This DF includes DEs for the IMZM `protocolVersion`, the IMZ message type identifier `messageID`
 and the station identifier `stationID` of the originating ITS-S.
 and the station identifier `stationID` of the originating ITS-S.
@@ -38,7 +38,7 @@ IMZM ::= SEQUENCE {
}
}
```
```


## <a name="InterferenceManagementZoneMessage"></a>InterferenceManagementZoneMessage
### <a name="InterferenceManagementZoneMessage"></a>InterferenceManagementZoneMessage


 This is the actual [**IMZM**](#IMZM) Payload. It shall include the time stamp of the [**IMZM**](#IMZM) and the applicable
 This is the actual [**IMZM**](#IMZM) Payload. It shall include the time stamp of the [**IMZM**](#IMZM) and the applicable
 containers of type [**BasicContainer**](CAM-PDU-Descriptions.md#BasicContainer) and [**ImzmContainer**](#ImzmContainer).
 containers of type [**BasicContainer**](CAM-PDU-Descriptions.md#BasicContainer) and [**ImzmContainer**](#ImzmContainer).
@@ -54,7 +54,7 @@ InterferenceManagementZoneMessage ::= SEQUENCE {
}
}
```
```


## <a name="ImzmParameters"></a>ImzmParameters
### <a name="ImzmParameters"></a>ImzmParameters


 The sequence of containers in the [**IMZM**](#IMZM). Other containers may be added in the future.
 The sequence of containers in the [**IMZM**](#IMZM). Other containers may be added in the future.


@@ -72,7 +72,7 @@ ImzmParameters ::= SEQUENCE {
}
}
```
```


## <a name="ImzmContainer"></a>ImzmContainer
### <a name="ImzmContainer"></a>ImzmContainer


 The IMZM container includes a sequence of up to 16 interference management communication zones.
 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
 For each interference management communication zones, it contains a sequence of interference
@@ -89,7 +89,7 @@ ImzmContainer ::= SEQUENCE {
}
}
```
```


## <a name="InterferenceManagementZones"></a>InterferenceManagementZones
### <a name="InterferenceManagementZones"></a>InterferenceManagementZones


 A list of up to 16 interference management communication zones.
 A list of up to 16 interference management communication zones.
 > EXAMPLE: An interference management communication zone may be defined around a
 > EXAMPLE: An interference management communication zone may be defined around a
@@ -104,7 +104,7 @@ ImzmContainer ::= SEQUENCE {
InterferenceManagementZones ::= SEQUENCE (SIZE(1..16)) OF InterferenceManagementZone
InterferenceManagementZones ::= SEQUENCE (SIZE(1..16)) OF InterferenceManagementZone
```
```


## <a name="InterferenceManagementZone"></a>InterferenceManagementZone
### <a name="InterferenceManagementZone"></a>InterferenceManagementZone


 Describes a zone of interferenceManagement inside which the ITS communication should
 Describes a zone of interferenceManagement inside which the ITS communication should
 be restricted.
 be restricted.
@@ -124,7 +124,7 @@ InterferenceManagementZone ::= SEQUENCE {
}
}
```
```


## <a name="ZoneDefinition"></a>ZoneDefinition
### <a name="ZoneDefinition"></a>ZoneDefinition


 Describes the zone where band sharing occurs. When reusing CDD Rel.1 types, names are unchanged.
 Describes the zone where band sharing occurs. When reusing CDD Rel.1 types, names are unchanged.
 
 
@@ -159,7 +159,7 @@ ZoneDefinition::= SEQUENCE{
}
}
```
```


## <a name="InterferenceManagementInfo"></a>InterferenceManagementInfo
### <a name="InterferenceManagementInfo"></a>InterferenceManagementInfo


 A list of up to 16 definitions of which interference management may be applied in the zone,
 A list of up to 16 definitions of which interference management may be applied in the zone,
 per affected frequency channels.
 per affected frequency channels.
@@ -175,7 +175,7 @@ ZoneDefinition::= SEQUENCE{
InterferenceManagementInfo::= SEQUENCE (SIZE(1..16,...)) OF InterferenceManagementInfoPerChannel
InterferenceManagementInfo::= SEQUENCE (SIZE(1..16,...)) OF InterferenceManagementInfoPerChannel
```
```


## <a name="InterferenceManagementInfoPerChannel"></a>InterferenceManagementInfoPerChannel
### <a name="InterferenceManagementInfoPerChannel"></a>InterferenceManagementInfoPerChannel


 A break up of the interference management information per affected frequency channels.
 A break up of the interference management information per affected frequency channels.
 
 
@@ -204,7 +204,7 @@ InterferenceManagementInfoPerChannel ::= SEQUENCE {
}
}
```
```


## <a name="InterferenceManagementChannel"></a>InterferenceManagementChannel
### <a name="InterferenceManagementChannel"></a>InterferenceManagementChannel


 Indicates which shared frequency channel should be applied interference management in the zone.
 Indicates which shared frequency channel should be applied interference management in the zone.
 
 
@@ -228,7 +228,7 @@ InterferenceManagementChannel ::= SEQUENCE {
}
}
```
```


## <a name="InterferenceManagementZoneType"></a>InterferenceManagementZoneType
### <a name="InterferenceManagementZoneType"></a>InterferenceManagementZoneType


 This DE defines the type of an interference management zone, so that an ITS-S can
 This DE 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
 assert the actions to do while passing by such zone (e.g. reduce the transmit
@@ -252,7 +252,7 @@ InterferenceManagementZoneType ::= ENUMERATED {
}
}
```
```


## <a name="InterferenceManagementMitigationType"></a>InterferenceManagementMitigationType
### <a name="InterferenceManagementMitigationType"></a>InterferenceManagementMitigationType


 This DE defines the mitigation type in the interference management zone.
 This DE defines the mitigation type in the interference management zone.
 Information and commands defining the required mitigation type the
 Information and commands defining the required mitigation type the
@@ -276,7 +276,7 @@ InterferenceManagementMitigationType ::= SEQUENCE {
}
}
```
```


## <a name="MitigationForTechnologies"></a>MitigationForTechnologies
### <a name="MitigationForTechnologies"></a>MitigationForTechnologies


 This DE defines the mitigation type container for the different channel access technology classes.<br>
 This DE defines the mitigation type container for the different channel access technology classes.<br>
 Class of parameters for the relevant channel access technology classes,
 Class of parameters for the relevant channel access technology classes,
@@ -291,7 +291,7 @@ InterferenceManagementMitigationType ::= SEQUENCE {
MitigationForTechnologies ::= SEQUENCE (SIZE(1..8)) OF MitigationPerTechnologyClass
MitigationForTechnologies ::= SEQUENCE (SIZE(1..8)) OF MitigationPerTechnologyClass
```
```


## <a name="MitigationPerTechnologyClass"></a>MitigationPerTechnologyClass
### <a name="MitigationPerTechnologyClass"></a>MitigationPerTechnologyClass


 This DE defines the mitigation type container per channel access technology class <br>
 This DE defines the mitigation type container per channel access technology class <br>
 Class of parameters for the specific technology indicated in the container.
 Class of parameters for the specific technology indicated in the container.
@@ -325,7 +325,7 @@ MitigationPerTechnologyClass ::= SEQUENCE {
}
}
```
```


## <a name="AccessTechnologyClass"></a>AccessTechnologyClass
### <a name="AccessTechnologyClass"></a>AccessTechnologyClass


 Access technology to which the mitigation type applies.
 Access technology to which the mitigation type applies.
 
 
@@ -345,7 +345,7 @@ AccessTechnologyClass ::= ENUMERATED {
}
}
```
```


## <a name="InterferenceManagementZoneShape"></a>InterferenceManagementZoneShape
### <a name="InterferenceManagementZoneShape"></a>InterferenceManagementZoneShape


 Shape of the interference management zone.
 Shape of the interference management zone.