Commit 445b9de0 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

Add roaming Indicator and old plmn id

parent ad3631af
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2188,7 +2188,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
@@ -2347,6 +2349,9 @@ UDMInvalidParameters ::= SEQUENCE
    parameter    [1] UTF8String OPTIONAL,
    reason       [2] UTF8String OPTIONAL
}

RoamingIndicator ::= BOOLEAN

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