Commit 0bff44a7 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

removal of eps subscription data for now

parent fd942d18
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -4481,8 +4481,7 @@ HSSServingSystemMessage ::= SEQUENCE
HSSStartOfInterceptionWithRegisteredTarget ::= SEQUENCE
{
    hSSIdentities              [1] HSSIdentities,
    ePSSubscriptionDataSets    [2] SBIType OPTIONAL,
    iMSSubscriptionDataSets    [3] SBIType OPTIONAL
    SubscriptionDataSets       [2] SubscriptionDataSets
}

HSSIdentities ::= SEQUENCE
@@ -4491,6 +4490,11 @@ HSSIdentities ::= SEQUENCE
    iMSSubscriberIDs          [2] IMSSubscriberIDs OPTIONAL
}

SubscriptionDataSets ::= CHOICE
{
    iMSSubscriptionData [1] SBIType
}

-- =================
-- Common Parameters
-- =================