Commit 5bddb8de authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 6ab17525
Loading
Loading
Loading
Loading
+14 −7
Original line number Diff line number Diff line
@@ -214,11 +214,14 @@ InterferenceManagementInfoPerChannel ::= SEQUENCE {

Fields:
* centreFrequency **INTEGER**  (1 .. 99999)<br>
    Center of the channel frequency in 10exp+2 Hz (where exp is exponent)
    Center of the channel frequency<br>
    Units:  10exp+2 Hz (where exp is exponent)
* channelWidth **INTEGER**  (0 .. 9999)<br>
    Width of the channel frequence band in 10exp Hz (where exp is exponent)
    Width of the channel frequence band<br>
    Units: 10exp Hz (where exp is exponent)
* exponent **INTEGER**  (0 .. 15) <br>
    Exponent of the power of 10 in Mhz
    Exponent of the power of 10<br>
    Units: MHz
```asn1
InterferenceManagementChannel ::= SEQUENCE {
    centreFrequency INTEGER (1 .. 99999),
@@ -306,13 +309,17 @@ Fields:
* accessTechnologyClass [**AccessTechnologyClass**](#AccessTechnologyClass) <br>
    Channel access technology in which this mitigation is applied.
* lowDutyCycle **INTEGER**  (0 .. 10000) OPTIONAL<br>
    Duty cycle limit in 0.01% steps
    Duty cycle limit<br>
    Units: 0.01% of steps
* powerReduction **INTEGER**  (0 .. 30) OPTIONAL<br>
    Power reduction in dB
    Power reduction<br>
    Units: dB
* dmcToffLimit **INTEGER**  (0 .. 1200) OPTIONAL<br>
    Idle time limit in ms as defined in ETSI TS 103 175.
    Idle time limit, as defined in ETSI TS 103 175.<br>
    Units: ms
* dmcTonLimit **INTEGER**  (0 .. 20) OPTIONAL<br>
    Transmission duration limit in ms, as defined in ETSI EN 302 571.
    Transmission duration limit, as defined in ETSI EN 302 571.<br>
    Units: ms
```asn1
MitigationPerTechnologyClass ::= SEQUENCE {
   accessTechnologyClass  AccessTechnologyClass,