Commit 3db36046 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

Add roaming indicator and Old PLMNID.

parent dc476bfa
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2246,7 +2246,9 @@ UDMServingSystemMessage ::= SEQUENCE
    gUMMEI                      [5] GUMMEI OPTIONAL,
    pLMNID                      [6] PLMNID OPTIONAL,
    servingSystemMethod         [7] UDMServingSystemMethod,
    serviceID                   [8] ServiceID OPTIONAL
    serviceID                   [8] ServiceID OPTIONAL,
    roamingIndicator            [9] RoamingIndicator OPTIONAL,
    oldPLMNID                   [10] PLMNID OPTIONAL
}

UDMSubscriberRecordChangeMessage ::= SEQUENCE
@@ -2405,6 +2407,9 @@ UDMInvalidParameters ::= SEQUENCE
    parameter    [1] UTF8String OPTIONAL,
    reason       [2] UTF8String OPTIONAL
}

RoamingIndicator ::= BOOLEAN

-- ===================
-- 5G SMSF definitions
-- ===================