Commit e40f8bc4 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0663' into 'meeting/SA104'

TS 33.128 CR 0663 - Clarification of reporting of translated numbers.

See merge request !267
parents 4b8c311e f0465896
Loading
Loading
Loading
Loading
Loading
+24 −6
Original line number Diff line number Diff line
@@ -4234,7 +4234,8 @@ IMSMessage ::= SEQUENCE
    -- Tag [5] is not used.
    location                     [6] Location OPTIONAL,
    accessNetworkInformation     [7] SEQUENCE OF SIPAccessNetworkInformation OPTIONAL,
    cellularNetworkInformation [8] SEQUENCE OF SIPCellularNetworkInformation OPTIONAL
    cellularNetworkInformation   [8] SEQUENCE OF SIPCellularNetworkInformation OPTIONAL,
    numberTranslationInformation [9] SEQUENCE OF NumberTranslation OPTIONAL
}

-- See clause 7.12.4.2.2 for details of this structure
@@ -4286,6 +4287,18 @@ ModifiedSIPMessage ::= SEQUENCE
    modifications      [2] PayloadModifications
}

NumberTranslation ::= SEQUENCE
{
    partyIndication  [1] PartyIndication,
    translationInput [2] TranslationInput
}

PartyIndication ::= ENUMERATED
{
    callingParty(1),
    calledParty(2)
}

SIPMessage ::= SEQUENCE
{
    iPSourceAddress       [1] IPAddress,
@@ -4293,6 +4306,11 @@ SIPMessage ::= SEQUENCE
    sIPContent            [3] OCTET STRING
}

TranslationInput ::= CHOICE
{
    iMSIdentities [1] IMSSubscriberIDs
}

VoIPRoamingIndication ::= ENUMERATED
{
    roamingLBO(1),