Commit 1d6ec8e5 authored by canterburym's avatar canterburym
Browse files

Resolving merge conflict

parents 4b2eb097 50b8ffd9
Loading
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -2471,7 +2471,8 @@ SMFPDUSessionEstablishment ::= SEQUENCE
    ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL,
    satelliteBackhaulCategory     [28] SBIType 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
@@ -2500,7 +2501,8 @@ SMFPDUSessionModification ::= SEQUENCE
    satelliteBackhaulCategory   [21] SBIType OPTIONAL,
    gEOSatelliteID              [22] GEOSatelliteID 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
@@ -3164,6 +3166,16 @@ PortRange ::= SEQUENCE
    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
-- ================================