Commit c87fc83e authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 8934a1cc
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -6052,6 +6052,12 @@ SIPGeolocationHeaderInfo ::= SEQUENCE

SIPAccessInfo ::= UTF8String

SIPCellularAccessInfo ::= SEQUENCE
{
    accessInfo  [1] SIPAccessInfo,
    cellInfoAge [2] INTEGER (0..999999999)
}

SIPLocationInfo ::= SEQUENCE
{
    locationInfo [1] LocationInfo OPTIONAL
@@ -6077,11 +6083,10 @@ SIPCNIHeaderInfo ::= SEQUENCE
    cNILocation                [3] SEQUENCE OF SIPLocationInfo OPTIONAL
}

SIPCellularAccessInfo ::= SEQUENCE
SIPCellularNetworkInfo ::= SEQUENCE
{
    accessType  [1] UTF8String,
    servingPLMN [2] PLMNID OPTIONAL,
    cellInfoAge [3] INTEGER (0..999999999)
    servingPLMN [2] PLMNID OPTIONAL
}

--The following types used in this CR are defined in companion CRs.