Commit c8d70595 authored by chavanne's avatar chavanne Committed by canterburym
Browse files

TS 33.128 CR0825 - Add PLMN Location in the UserLocation type

parent c8a5ae93
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -7990,7 +7990,8 @@ UserLocation ::= SEQUENCE
    nRLocation                  [2] NRLocation OPTIONAL,
    n3GALocation                [3] N3GALocation OPTIONAL,
    uTRALocation                [4] UTRALocation OPTIONAL,
    gERALocation                [5] GERALocation OPTIONAL
    gERALocation                [5] GERALocation OPTIONAL,
    pLMNLocation                [6] PLMNLocation OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.8
@@ -8076,6 +8077,13 @@ GERALocation ::= SEQUENCE
    cellSiteInformation         [12] CellSiteInformation OPTIONAL
}

-- TS29.571 [17], clause 5.4.4.99
PLMNLocation ::= SEQUENCE
{
    pLMNID                       [1] PLMNID,
    nID                          [2] NID OPTIONAL
}

IMSLocation ::= SEQUENCE
{
    pANIHeaderInfo        [1] SEQUENCE OF PANIHeaderInfo OPTIONAL,