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

temp doc files

parent fcdcb5b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ...
}
+1 −1
Original line number Diff line number Diff line
@@ -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)
+35 −35
Original line number Diff line number Diff line
@@ -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,