Commit 92306f5a authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 597da3e2
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
@@ -4586,8 +4586,7 @@ UTRALocation ::= SEQUENCE
    uELocationTimestamp         [6] Timestamp OPTIONAL,
    geographicalInformation     [7] UTF8String OPTIONAL,
    geodeticInformation         [8] UTF8String OPTIONAL,
    globalNGENbID               [9] GlobalRANNodeID OPTIONAL,
    cellSiteInformation         [10] CellSiteInformation OPTIONAL
    cellSiteInformation         [9] CellSiteInformation OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.53
@@ -4598,8 +4597,8 @@ GERALocation ::= SEQUENCE
    rAI                         [3] RAI OPTIONAL,
    sAI                         [4] SAI OPTIONAL,
    lAI                         [5] LAI OPTIONAL,
    vLRNumber                   [6] E164Number OPTIONAL,
    mSCNumber                   [7] IPAddress OPTIONAL,
    vLRNumber                   [6] VLRNNumber OPTIONAL,
    mSCNumber                   [7] MSCNumber OPTIONAL,
    ageOfLocationInfo           [8] INTEGER OPTIONAL,
    uELocationTimestamp         [9] Timestamp OPTIONAL,
    geographicalInformation     [10] UTF8String OPTIONAL,
@@ -4649,6 +4648,20 @@ CGI ::= SEQUENCE
    cellID [2] CellID
}

-- TS 23.003 [19], clause 5.1
MSCNumber ::= CHOICE
{
    e164Number          [1] E164Number,
    signallingPointCode [2] UTF8String
}

-- TS 23.003 [19], clause 5.1
VLRNumber ::= CHOICE
{
    e164Number          [1] E164Number,
    signallingPointCode [2] UTF8String
}

LAI ::= SEQUENCE
{
    pLMNID [1] PLMNID,