From 445b9de0d9ad6334945a32700795a625b7dbbc9d Mon Sep 17 00:00:00 2001 From: hawbaker Date: Wed, 10 Aug 2022 11:51:38 +0000 Subject: [PATCH 1/2] Add roaming Indicator and old plmn id --- 33128/r17/TS33128Payloads.asn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index d125b1b8..48288119 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -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 -- =================== -- GitLab From e402651b62efec9270c634b14e7e83eaea997abf Mon Sep 17 00:00:00 2001 From: hawbaker Date: Wed, 31 Aug 2022 08:37:08 +0000 Subject: [PATCH 2/2] remove oldPLMNID --- 33128/r17/TS33128Payloads.asn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index 48288119..84d18bfa 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -2189,8 +2189,7 @@ UDMServingSystemMessage ::= SEQUENCE pLMNID [6] PLMNID OPTIONAL, servingSystemMethod [7] UDMServingSystemMethod, serviceID [8] ServiceID OPTIONAL, - roamingIndicator [9] RoamingIndicator OPTIONAL, - oldPLMNID [10] PLMNID OPTIONAL + roamingIndicator [9] RoamingIndicator OPTIONAL } UDMSubscriberRecordChangeMessage ::= SEQUENCE -- GitLab