From 86a7d1e0aacd95320759c49d8110f6f73e2367e8 Mon Sep 17 00:00:00 2001 From: hawbakert Date: Mon, 27 Apr 2026 18:24:28 +0000 Subject: [PATCH 1/2] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index cc67438..4e5bbd4 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -2529,7 +2529,8 @@ SMFPDUSessionEstablishment ::= SEQUENCE satelliteBackhaulCategory [28] SBIType OPTIONAL, gEOSatelliteID [29] GEOSatelliteID OPTIONAL, alternativeNSSAI [30] AlternativeNSSAIList OPTIONAL, - aNDSPRules [31] ANDSPRules OPTIONAL + aNDSPRules [31] ANDSPRules OPTIONAL, + serviceLevelAAContainer [32] OCTET STRING (SIZE(4..65538)) OPTIONAL } -- See clause 6.2.3.2.3 for details of this structure @@ -2559,7 +2560,8 @@ SMFPDUSessionModification ::= SEQUENCE gEOSatelliteID [22] GEOSatelliteID OPTIONAL, proSeRemoteUEsReport [23] ProSeRemoteUEsReport OPTIONAL, alternativeNSSAI [24] AlternativeNSSAIList OPTIONAL, - aNDSPRules [25] ANDSPRules OPTIONAL + aNDSPRules [25] ANDSPRules OPTIONAL, + serviceLevelAAContainer [26] OCTET STRING (SIZE(4..65538)) OPTIONAL } -- See clause 6.2.3.2.4 for details of this structure -- GitLab From b135f89f687c7491f760a11fbbba07e25d6df68e Mon Sep 17 00:00:00 2001 From: hawbakert Date: Wed, 13 May 2026 14:15:21 +0000 Subject: [PATCH 2/2] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 4e5bbd4..0f5bcb4 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -2530,7 +2530,7 @@ SMFPDUSessionEstablishment ::= SEQUENCE gEOSatelliteID [29] GEOSatelliteID OPTIONAL, alternativeNSSAI [30] AlternativeNSSAIList OPTIONAL, aNDSPRules [31] ANDSPRules OPTIONAL, - serviceLevelAAContainer [32] OCTET STRING (SIZE(4..65538)) OPTIONAL + serviceLevelAAContainer [32] ServiceLevelAAContainer OPTIONAL } -- See clause 6.2.3.2.3 for details of this structure @@ -2561,7 +2561,7 @@ SMFPDUSessionModification ::= SEQUENCE proSeRemoteUEsReport [23] ProSeRemoteUEsReport OPTIONAL, alternativeNSSAI [24] AlternativeNSSAIList OPTIONAL, aNDSPRules [25] ANDSPRules OPTIONAL, - serviceLevelAAContainer [26] OCTET STRING (SIZE(4..65538)) OPTIONAL + serviceLevelAAContainer [26] ServiceLevelAAContainer OPTIONAL } -- See clause 6.2.3.2.4 for details of this structure -- GitLab