Commit 72859f1a authored by canterburym's avatar canterburym
Browse files

Corrections to match plenary submission

parent 9e0ccf26
Loading
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -160,7 +160,8 @@ AMFRegistration ::= SEQUENCE
    gPSI                        [7] GPSI OPTIONAL,
    gUTI                        [8] FiveGGUTI,
    location                    [9] Location OPTIONAL,
    non3GPPAccessEndpoint       [10] UEEndpointAddress OPTIONAL
    non3GPPAccessEndpoint       [10] UEEndpointAddress OPTIONAL,
    fiveGSTAIList               [11] TAIList OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -201,7 +202,8 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE
    gUTI                        [8] FiveGGUTI,
    location                    [9] Location OPTIONAL,
    non3GPPAccessEndpoint       [10] UEEndpointAddress OPTIONAL,
    timeOfRegistration          [11] Timestamp OPTIONAL
    timeOfRegistration          [11] Timestamp OPTIONAL,
    fiveGSTAIList               [12] TAIList OPTIONAL
}

-- See clause 6.2.2.2.6 for details of this structure
@@ -345,7 +347,8 @@ SMFStartOfInterceptionWithEstablishedPDUSession ::= SEQUENCE
    requestType                 [15] FiveGSMRequestType,
    accessType                  [16] AccessType OPTIONAL,
    rATType                     [17] RATType OPTIONAL,
    sMPDUDNRequest              [18] SMPDUDNRequest OPTIONAL
    sMPDUDNRequest              [18] SMPDUDNRequest OPTIONAL,
    timeOfSessionEstablishment  [19] Timestamp OPTIONAL
}

-- See clause 6.2.3.2.6 for details of this structure
@@ -790,7 +793,6 @@ SUCI ::= SEQUENCE
    routingIndicatorLength      [7] INTEGER (1..4) OPTIONAL
       -- shall be included if different from the number of meaningful digits given
       -- in routingIndicator

}

SUPI ::= CHOICE
@@ -933,6 +935,8 @@ TAI ::= SEQUENCE
    tAC                         [2] TAC
}

TAIList ::= SEQUENCE OF TAI

-- TS 29.571 [17], clause 5.4.4.5
ECGI ::= SEQUENCE
{
+4 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns="urn:3GPP:ns:li:3GPPX1Extensions"
           targetNamespace="urn:3GPP:ns:li:3GPPX1Extensions"
           xmlns="urn:3GPP:ns:li:3GPPX1Extensions:r15:v1"
           targetNamespace="urn:3GPP:ns:li:3GPPX1Extensions:r15:v1"
           elementFormDefault="qualified">

  <xs:element name="X1Extensions" type="X1Extension"></xs:element>
  <xs:complexType name="X1Extensions">
    <xs:sequence>
      <xs:element name="Extension" type="X1Extension" minOccurs="1" maxOccurs="unbounded"></xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:element name="UPFLIT3TargetIdentifierExtensions" type="UPFLIT3TargetIdentifierExtensions"></xs:element>
  <xs:complexType name="UPFLIT3TargetIdentifierExtensions">
    <xs:sequence>
      <xs:element name="UPFLIT3TargetIdentifier" type="UPFLIT3TargetIdentifier" minOccurs="1" maxOccurs="unbounded"></xs:element>
+14 −14
Original line number Diff line number Diff line
@@ -186,10 +186,10 @@ XIRIEvent ::= CHOICE
    uDMUEInformationResponse                            [109] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [110] UDMUEAuthenticationResponse,

    -- AMF events, see 6.2.2.2.X
    -- AMF events, see 6.2.2.2.8
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.X
    -- MME Events, see clause 6.3.2.2.8
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer
}

@@ -369,10 +369,10 @@ IRIEvent ::= CHOICE
    uDMUEInformationResponse                            [109] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [110] UDMUEAuthenticationResponse,

    -- AMF events, see 6.2.2.2.X
    -- AMF events, see 6.2.2.2.8
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.X
    -- MME Events, see clause 6.3.2.2.8
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer
}

@@ -1217,7 +1217,7 @@ AMFUnsuccessfulProcedure ::= SEQUENCE
    location                    [9] Location OPTIONAL
}

-- See clause 6.2.2.2.X on for details of this structure
-- See clause 6.2.2.2.8 on for details of this structure
AMFPositioningInfoTransfer ::= SEQUENCE
{
    sUPI                        [1] SUPI,
@@ -2943,7 +2943,7 @@ IMSMessage ::= SEQUENCE
    voIPRoamingIndication [3] VoIPRoamingIndication OPTIONAL,
    location              [6] Location OPTIONAL
}
-- See clause 7.12.4.2.3 for details of this structure
-- See clause 7.12.4.2.2 for details of this structure
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
{
    originatingId         [1] SEQUENCE OF IMPU,
@@ -2954,7 +2954,7 @@ StartOfInterceptionForActiveIMSSession ::= SEQUENCE
    location              [7] Location OPTIONAL
}

-- See clause 7.12.4.2.X for the details. 
-- See clause 7.12.4.2.3 for the details. 
IMSCCUnavailable ::= SEQUENCE
{ 
    cCUnavailableReason   [1] UTF8String,
@@ -3265,7 +3265,7 @@ MMEUnsuccessfulProcedure ::= SEQUENCE
    location            [7] Location OPTIONAL
}

-- See clause 6.3.2.2.X for details of this structure
-- See clause 6.3.2.2.8 for details of this structure
MMEPositioningInfoTransfer ::= SEQUENCE
{
    iMSI                [1] IMSI,