Skip to content
GitLab
Explore
Sign in
Commits on Source (3)
Update file TS33128Payloads.asn
· cd862cb1
hawbakert
authored
Jul 02, 2025
cd862cb1
Update file TS33128Payloads.asn
· 50b8ffd9
hawbakert
authored
Jul 02, 2025
50b8ffd9
Resolving merge conflict
· 1d6ec8e5
canterburym
authored
Aug 05, 2025
1d6ec8e5
Show whitespace changes
Inline
Side-by-side
33128/r19/TS33128Payloads.asn
View file @
1d6ec8e5
...
@@ -2471,7 +2471,8 @@ SMFPDUSessionEstablishment ::= SEQUENCE
...
@@ -2471,7 +2471,8 @@ SMFPDUSessionEstablishment ::= SEQUENCE
ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL,
ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL,
satelliteBackhaulCategory [28] SBIType OPTIONAL,
satelliteBackhaulCategory [28] SBIType OPTIONAL,
gEOSatelliteID [29] GEOSatelliteID OPTIONAL,
gEOSatelliteID [29] GEOSatelliteID OPTIONAL,
alternativeNSSAI [30] AlternativeNSSAIList OPTIONAL
alternativeNSSAI [30] AlternativeNSSAIList OPTIONAL,
aNDSPRules [31] ANDSPRules OPTIONAL
}
}
-- See clause 6.2.3.2.3 for details of this structure
-- See clause 6.2.3.2.3 for details of this structure
...
@@ -2500,7 +2501,8 @@ SMFPDUSessionModification ::= SEQUENCE
...
@@ -2500,7 +2501,8 @@ SMFPDUSessionModification ::= SEQUENCE
satelliteBackhaulCategory [21] SBIType OPTIONAL,
satelliteBackhaulCategory [21] SBIType OPTIONAL,
gEOSatelliteID [22] GEOSatelliteID OPTIONAL,
gEOSatelliteID [22] GEOSatelliteID OPTIONAL,
proSeRemoteUEsReport [23] ProSeRemoteUEsReport OPTIONAL,
proSeRemoteUEsReport [23] ProSeRemoteUEsReport OPTIONAL,
alternativeNSSAI [24] AlternativeNSSAIList OPTIONAL
alternativeNSSAI [24] AlternativeNSSAIList OPTIONAL,
aNDSPRules [25] ANDSPRules OPTIONAL
}
}
-- See clause 6.2.3.2.4 for details of this structure
-- See clause 6.2.3.2.4 for details of this structure
...
@@ -3164,6 +3166,16 @@ PortRange ::= SEQUENCE
...
@@ -3164,6 +3166,16 @@ PortRange ::= SEQUENCE
portEnd [2] INTEGER (0..65535)
portEnd [2] INTEGER (0..65535)
}
}
ANDSPRules ::= SEQUENCE (SIZE(1..MAX)) OF ANDSPRule
-- see clause 6.2.3.2.2 for details.
ANDSPRule ::= CHOICE
{
wLANSP [1] OCTET STRING,
n3ANNodeConfiguration [2] OCTET STRING
}
-- ================================
-- ================================
-- PGW-C + SMF PDNConnection Events
-- PGW-C + SMF PDNConnection Events
-- ================================
-- ================================
...
...