Commit e31cfe05 authored by canterburym's avatar canterburym
Browse files

Updating

parent eaf0aa91
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3724,12 +3724,12 @@ SeparatedLocationReporting ::= SEQUENCE

LocationResponseDetails ::= SEQUENCE 
{
    sUPI                        [1] SUPI,
    locations                   [1] SEQUENCE OF LocationRecord
}

LocationRecord ::= SEQUENCE 
{
    sUPI                        [1] SUPI,
    location                    [2] Location
}

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
    <xs:complexContent>
      <xs:extension base="x1:X1ResponseMessage">
        <xs:sequence>
          <xs:element name="ResponseDetails" type="LocationResponseDetails"/>
          <xs:element name="ResponseDetails" type="LocationResponseDetails" minOccurs="0"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>