Commit bcb3a29b authored by znaty's avatar znaty
Browse files

Update file TS33128Payloads.asn

parent be3f68ab
Loading
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -2530,7 +2530,8 @@ SMFPDUSessionEstablishment ::= SEQUENCE
    gEOSatelliteID                [29] GEOSatelliteID OPTIONAL,
    alternativeNSSAI              [30] AlternativeNSSAIList OPTIONAL,
    aNDSPRules                    [31] ANDSPRules OPTIONAL,
    serviceLevelAAContainer       [32] ServiceLevelAAContainer OPTIONAL
    serviceLevelAAContainer       [32] ServiceLevelAAContainer OPTIONAL,
    servingSatelliteID            [33] SatelliteID OPTIONAL
}

-- See clause 6.2.3.2.3 for details of this structure
@@ -2561,7 +2562,8 @@ SMFPDUSessionModification ::= SEQUENCE
    proSeRemoteUEsReport        [23] ProSeRemoteUEsReport OPTIONAL,
    alternativeNSSAI            [24] AlternativeNSSAIList OPTIONAL,
    aNDSPRules                  [25] ANDSPRules OPTIONAL,
    serviceLevelAAContainer     [26] ServiceLevelAAContainer OPTIONAL
    serviceLevelAAContainer     [26] ServiceLevelAAContainer OPTIONAL,
    servingSatelliteID          [27] SatelliteID OPTIONAL
}

-- See clause 6.2.3.2.4 for details of this structure
@@ -2616,7 +2618,8 @@ SMFStartOfInterceptionWithEstablishedPDUSession ::= SEQUENCE
    pFDDataForApps                                     [26] PFDDataForApps OPTIONAL,
    satelliteBackhaulCategory                          [27] SBIType OPTIONAL,
    gEOSatelliteID                                     [28] GEOSatelliteID OPTIONAL,
    remoteUEsContextConnected                          [29] RemoteUEContextList OPTIONAL
    remoteUEsContextConnected                          [29] RemoteUEContextList OPTIONAL,
    servingSatelliteID                                 [30] SatelliteID OPTIONAL
}

-- See clause 6.2.3.2.6 for details of this structure
@@ -2854,7 +2857,8 @@ AccessInfo ::= SEQUENCE
    aNTypeToReactivate        [6] AccessType OPTIONAL,
    gTPTunnelInfo             [7] GTPTunnelInfo OPTIONAL,
    satelliteBackhaulCategory [8] SBIType OPTIONAL,
    gEOSatelliteID            [9] GEOSatelliteID OPTIONAL
    gEOSatelliteID            [9] GEOSatelliteID OPTIONAL,
    servingSatelliteID        [10] SatelliteID OPTIONAL
}

-- see Clause 6.1.2 of TS 24.193[44] for the details of the ATSSS container contents.
@@ -3235,6 +3239,9 @@ ANDSPRule ::= CHOICE
    n3ANNodeConfiguration      [2] OCTET STRING
}

-- See table 5.4.2-1 of TS 29.571 [17]
SatelliteID ::= UTF8String

-- ================================
-- PGW-C + SMF PDNConnection Events
-- ================================