Commit eaf0aa91 authored by canterburym's avatar canterburym
Browse files

Fixes

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

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

LocationRecord ::= SEQUENCE 
{
    SUPI                        [1] SUPI,
    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="LocationAcquisitionResponseDetails"/>
          <xs:element name="ResponseDetails" type="LocationResponseDetails"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>