Commit 9aca71ea authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent ab22a866
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -6334,10 +6334,16 @@ OGCURN ::= UTF8String
-- TS 29.572 [24], clause 6.1.6.2.15
MethodCode ::= INTEGER (16..31)

--The following types used in this CR are defined in companion CRs.
SIPAccessNetworkInformation ::= SEQUENCE
{
    accessNetworkInfo [1] UTF8String,
    servingPLMN       [2] PLMNID OPTIONAL
}

--CR 496
SIPAccessNetworkInformation ::= NULL
SIPCellularNetworkInformation ::= NULL
SIPCellularNetworkInformation ::= SEQUENCE
{
    cellularNetworkInfo  [1] UTF8String,
    servingPLMN          [2] PLMNID OPTIONAL
}

END