Commit 5ad31823 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/TS33128/CR0327' into integration/SA95e

parents 3e85cc2b 822cd89c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3000,7 +3000,8 @@ HeaderOnlyIndication ::= BOOLEAN
-- See clause 7.11.2.1.2 for details of this structure
STIRSHAKENSignatureGeneration ::= SEQUENCE
{
    pASSporTs [1] SEQUENCE OF PASSporT
    pASSporTs                 [1] SEQUENCE OF PASSporT,
    encapsulatedSIPMessage    [2] SIPMessage OPTIONAL 
}

-- See clause 7.11.2.1.3 for details of this structure
@@ -3010,7 +3011,8 @@ STIRSHAKENSignatureValidation ::= SEQUENCE
    rCDTerminalDisplayInfo    [2] RCDDisplayInfo OPTIONAL,
    eCNAMTerminalDisplayInfo  [3] ECNAMDisplayInfo OPTIONAL,
    sHAKENValidationResult    [4] SHAKENValidationResult,
    sHAKENFailureStatusCode   [5] SHAKENFailureStatusCode OPTIONAL
    sHAKENFailureStatusCode   [5] SHAKENFailureStatusCode OPTIONAL,
    encapsulatedSIPMessage    [6] SIPMessage OPTIONAL
}

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