Commit 6b1ed654 authored by canterburym's avatar canterburym
Browse files

TS 33128 v15.3.0 (2019-12-19) agreed at SA#86

parent 259c0764
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -924,8 +924,8 @@ NCGI ::= SEQUENCE

RANCGI ::= CHOICE
{
    eCGI                        [1] Ecgi,
    nCGI                        [2] Ncgi
    eCGI                        [1] ECGI,
    nCGI                        [2] NCGI
}

CellInformation ::= SEQUENCE 
@@ -969,10 +969,10 @@ RawMLPResponse ::= CHOICE
{
    -- The following parameter contains a copy of unparsed XML code of the 
    -- MLP response message, i.e. the entire XML document containing
    -- a <slia> (described in OMA-TS-MLP-V3-4-20150512-A [20], clause 5.2.3.2.2) or
    -- a <slirep> (described in OMA-TS-MLP-V3-4-20150512-A [20], clause 5.2.3.2.3) MLP message.
    -- a <slia> (described in OMA-TS-MLP-V3_5-20181211-C [20], clause 5.2.3.2.2) or
    -- a <slirep> (described in OMA-TS-MLP-V3_5-20181211-C [20], clause 5.2.3.2.3) MLP message.
    mLPPositionData             [1] UTF8String,
    -- OMA MLP result id, defined in OMA-TS-MLP-V3-4-20150512-A [20], Clause 5.4
    -- OMA MLP result id, defined in OMA-TS-MLP-V3_5-20181211-C [20], Clause 5.4
    mLPErrorCode                [2] INTEGER (1..699)
}