Commit 67a3cc93 authored by canterburym's avatar canterburym Committed by canterburym
Browse files

Adding linting exception so we can remove unneeded XIRI event tag

parent 8ca85391
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -345,11 +345,9 @@ XIRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse,
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse

    -- Tag 198 is reserved because there is no equivalent mDFDeviceInformationReport in XIRIEvent
    mDFDeviceInformationReport                          [199] MDFDeviceInformationReport

}

-- ==============
+2 −1
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@
        "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE",
        "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE",
        "Tag 161 XIRIEvent field 'iPIRIPacketReport' is not present in IRIEvent",
        "Tag 161 missing in IRIEvent"
        "Tag 161 missing in IRIEvent",
        "Tag 199 IRIEvent field 'mDFDeviceInformationReport' is not present in XIRIEvent"
    ]
}