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

temp doc files

parent 422e9da1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
--! 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
--!
--! [[TOC]]

IMZM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (103724) imzm (1) version (1)
@@ -9,7 +11,6 @@ DEFINITIONS AUTOMATIC TAGS ::=

BEGIN

--! [[TOC]]

IMPORTS 
--! Include ETSI TS 102 894-2 references from https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2/blob/master/ITS-Container.asn
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ def indentString(s, indent):

def parseText(content, indent=None):
	# we need to keep only documenting text under the /** */ and --!
	c = re.sub(r'^\s*--[-!#]\s(.*)', '/** \g<1>*/', content, 0, re.MULTILINE)
	c = re.sub(r'^\s*--[-!#](:?$|(.*))', '/** \g<1>*/', content, 0, re.MULTILINE)
	if c is not None:
		content = c
	ret = ''
+82 −81
Original line number Diff line number Diff line
# ASN.1 module IMZM-PDU-Descriptions
 OID: _{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (103724) imzm (1) version (1) }_
 Latest version available at https://forge.etsi.org/rep/ITS/asn1/imzm_ts103724
 [[TOC]]

## Imports:
 * **ITS-Container** *{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }*<br/>
@@ -88,9 +89,9 @@ ImzmContainer ::= SEQUENCE {
## <a name="InterferenceManagementZones"></a>InterferenceManagementZones

 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
 >          CEN DSRC road side equipment or an urban rail operational area.
--! @category: Infrastructure information, Communication information
 @category: Infrastructure information, Communication information


```asn1
@@ -101,7 +102,7 @@ InterferenceManagementZones ::= SEQUENCE (SIZE(1..16)) OF InterferenceManagement

 Describes a zone of interferenceManagement inside which the ITS communication should
 be restricted.
--! @category: Infrastructure information, Communication information
 @category: Infrastructure information, Communication information


Fields:
@@ -117,7 +118,7 @@ InterferenceManagementZone ::= SEQUENCE {
## <a name="ZoneDefinition"></a>ZoneDefinition

 Describes the zone where band sharing occurs. When reusing CDD Rel.1 types, names are unchanged.
--! @category: Infrastructure information, Communication information
 @category: Infrastructure information, Communication information


Fields:
@@ -162,7 +163,7 @@ InterferenceManagementInfo::= SEQUENCE (SIZE(1..16,...)) OF InterferenceManageme
## <a name="InterferenceManagementInfoPerChannel"></a>InterferenceManagementInfoPerChannel

 A break up of the interference management information per affected frequency channels.
--! @category: Infrastructure information, Communication information
 @category: Infrastructure information, Communication information


Fields:
@@ -188,7 +189,7 @@ InterferenceManagementInfoPerChannel ::= SEQUENCE {
## <a name="InterferenceManagementChannel"></a>InterferenceManagementChannel

 Indicates which shared frequency channel should be applied interference management in the zone.
--! @category: Communication information
 @category: Communication information


Fields:
@@ -230,7 +231,7 @@ InterferenceManagementZoneType ::= ENUMERATED {
## <a name="InterferenceManagementMitigationType"></a>InterferenceManagementMitigationType

 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
 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.