Commit 04a4f2f4 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0526' into 'meeting/SA100'

TS 33.128 CR0526 - Update of LI notification message

See merge request !172
parents 111d8cb4 5321117c
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4857,7 +4857,9 @@ LINotification ::= SEQUENCE
    appliedTargetID                     [2] TargetIdentifier OPTIONAL,
    appliedDeliveryInformation          [3] SEQUENCE OF LIAppliedDeliveryInformation OPTIONAL,
    appliedStartTime                    [4] Timestamp OPTIONAL,
    appliedEndTime                      [5] Timestamp OPTIONAL
    appliedEndTime                      [5] Timestamp OPTIONAL,
    appliedTargetIsLocal                [6] BOOLEAN OPTIONAL,
    appliedTargetIsNonLocal             [7] BOOLEAN OPTIONAL
}

-- ==========================