Commit fcb4e9e3 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0257' into 'meeting/SA94e'

TS 33.128 CR0257 - HR LI: The case of post PDU session/PDN connection HR LI enabling

See merge request !106
parents 74f0f51f 4719d811
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -408,7 +408,8 @@ N9HRMessageCause ::= ENUMERATED
    pDUSessionReleased(3),
    updatedLocationAvailable(4),
    sMFChanged(5),
    other(6)
    other(6),
    hRLIEnabled(7)
}

S8HRMessageCause ::= ENUMERATED
@@ -419,7 +420,8 @@ S8HRMessageCause ::= ENUMERATED
    pDNDisconnected(4),
    updatedLocationAvailable(5),
    sGWChanged(6),
    other(7)
    other(7),
    hRLIEnabled(8)
}

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