Loading IMZM-PDU-Descriptions.asn +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ InterferenceManagementInfoPerChannel ::= SEQUENCE { --! Type of the mitigation to be used in the interference management zone. interferenceManagementMitigationType InterferenceManagementMitigationType OPTIONAL, --! Time at which the validity of the interference management communication zone will expire. --! > This DE is present when the interference management is temporarily valid. --! > The `expiryTime` DE is present when the interference management is temporarily valid. expiryTime TimestampIts OPTIONAL, --! from ITS-Container ... } Loading asn2md.py +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ def parseText(content, indent=None): lines = m[1].splitlines() for l in lines: l = re.sub(r'\s*\*', '', l, 1).rstrip() ret += l + '\n' ret += ''.ljust(indent or 0) + l + '\n' def repl_ref(m): return '[**{0}**]({1}#{0})'.format(m[1], extTypes.get(m[1],'')) c = re.sub(r'@ref\s+([\w-]+)', repl_ref, ret, 0, re.VERBOSE | re.MULTILINE) Loading docs/IMZM-PDU-Descriptions.md +35 −35 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ Fields: Type of the mitigation to be used in the interference management zone. * expiryTime [**TimestampIts**](ITS-Container.md#TimestampIts) OPTIONAL<br> Time at which the validity of the interference management communication zone will expire. > This DE is present when the interference management is temporarily valid. > The `expiryTime` DE is present when the interference management is temporarily valid. ```asn1 InterferenceManagementInfoPerChannel ::= SEQUENCE { interferenceManagementChannel InterferenceManagementChannel, Loading Loading
IMZM-PDU-Descriptions.asn +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ InterferenceManagementInfoPerChannel ::= SEQUENCE { --! Type of the mitigation to be used in the interference management zone. interferenceManagementMitigationType InterferenceManagementMitigationType OPTIONAL, --! Time at which the validity of the interference management communication zone will expire. --! > This DE is present when the interference management is temporarily valid. --! > The `expiryTime` DE is present when the interference management is temporarily valid. expiryTime TimestampIts OPTIONAL, --! from ITS-Container ... } Loading
asn2md.py +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ def parseText(content, indent=None): lines = m[1].splitlines() for l in lines: l = re.sub(r'\s*\*', '', l, 1).rstrip() ret += l + '\n' ret += ''.ljust(indent or 0) + l + '\n' def repl_ref(m): return '[**{0}**]({1}#{0})'.format(m[1], extTypes.get(m[1],'')) c = re.sub(r'@ref\s+([\w-]+)', repl_ref, ret, 0, re.VERBOSE | re.MULTILINE) Loading
docs/IMZM-PDU-Descriptions.md +35 −35 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ Fields: Type of the mitigation to be used in the interference management zone. * expiryTime [**TimestampIts**](ITS-Container.md#TimestampIts) OPTIONAL<br> Time at which the validity of the interference management communication zone will expire. > This DE is present when the interference management is temporarily valid. > The `expiryTime` DE is present when the interference management is temporarily valid. ```asn1 InterferenceManagementInfoPerChannel ::= SEQUENCE { interferenceManagementChannel InterferenceManagementChannel, Loading