Commit ddeb664a authored by hawbakert's avatar hawbakert
Browse files

Updates from SvS's comments.

parent 1b611260
Loading
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ XIRIEvent ::= CHOICE
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- UDM events, see clause 7.2.2
    uDMLocationInformationResultRecord                  [904] UDMLocationInformationResultRecord,
    uDMUEInformationRequestRecord                       [905] UDMUEInformationRequestRecord,
@@ -353,6 +354,7 @@ IRIEvent ::= CHOICE
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- UDM events, see clause 7.2.2
    uDMLocationInformationResultRecord                  [904] UDMLocationInformationResultRecord,
    uDMUEInformationRequestRecord                       [905] UDMUEInformationRequestRecord,
@@ -1672,7 +1674,7 @@ UDMLocationInformationResultRecord ::= SEQUENCE
    vPLMNID                  [5] PLMNID OPTIONAL,
    currentLocationIndicator [6] BOOLEAN OPTIONAL,
    aMFInstanceID            [7] NFID OPTIONAL,
    sMSInstanceID            [8] NFID OPTIONAL,
    sMSFInstanceID            [8] NFID OPTIONAL,
    location                 [9] Location OPTIONAL,
    rATType                  [10] RATType OPTIONAL,
    problemDetails           [11] UDMProblemDetails OPTIONAL 
@@ -1740,7 +1742,7 @@ UDMAuthenticationInfoRequest ::= SEQUENCE
    servingNetworkName [4] PLMNID,
    aUSFInstanceID     [5] NFID OPTIONAL,
    cellCAGInfo        [6] CAGID OPTIONAL, 
    n5GCInd            [7] BOOLEAN OPTIONAL
    n5GCIndicator      [7] BOOLEAN OPTIONAL
}
UDMLocationInfoRequest ::= SEQUENCE
{
@@ -1786,13 +1788,13 @@ UDMProblemDetailsOtherCause ::= SEQUENCE
    detail               [4] UTF8String OPTIONAL,
    instance             [5] UTF8String OPTIONAL,
    cause                [6] UTF8String OPTIONAL, 
    uDMinvalidParameters [7] UDMInvalidParameters,
    uDMsupportedFeatures [9] UTF8String
    uDMInvalidParameters [7] UDMInvalidParameters,
    uDMSupportedFeatures [8] UTF8String
}

UDMInvalidParameters ::= SEQUENCE
{
    param    [1] UTF8String OPTIONAL,
    parameter    [1] UTF8String OPTIONAL,
    reason       [2] UTF8String OPTIONAL
}
-- ===================
@@ -3732,7 +3734,7 @@ Timestamp ::= GeneralizedTime
UEContextInfo ::= SEQUENCE
{
    supportVoPS         [1] BOOLEAN OPTIONAL,
    supportVoPSn3gpp    [2] BOOLEAN OPTIONAL,
    supportVoPSN3GPP    [2] BOOLEAN OPTIONAL,
    lastActiveTime      [3] Timestamp OPTIONAL,
    accessType          [4] AccessType OPTIONAL, 
    rATType             [5] RATType OPTIONAL