Commit 897b6b15 authored by Thomas Dodds's avatar Thomas Dodds Committed by canterburym
Browse files

TS 33.128 CR 0609 - Solution to allow multiple NCGIs to be sent in...

TS 33.128 CR 0609 - Solution to allow multiple NCGIs to be sent in IEFAssociationRecord and IEFDeassociationRecord.
parent b77703d3
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ IEFAssociationRecord ::= SEQUENCE
    sUCI            [7] SUCI OPTIONAL,
    pEI             [8] PEI OPTIONAL,
    fiveGSTAIList   [9] FiveGSTAIList OPTIONAL,
    gPSI            [10] GPSI OPTIONAL
    gPSI            [10] GPSI OPTIONAL,
    additionalCGIs  [11] AdditionalCGIs OPTIONAL
}

IEFDeassociationRecord ::= SEQUENCE
@@ -44,7 +45,8 @@ IEFDeassociationRecord ::= SEQUENCE
    fiveGGUTI       [2] FiveGGUTI,
    timestamp       [3] GeneralizedTime,
    nCGI            [4] NCGI,
    nCGITime        [5] GeneralizedTime
    nCGITime        [5] GeneralizedTime,
    additionalCGIs  [6] AdditionalCGIs OPTIONAL
}

IEFKeepaliveMessage ::= SEQUENCE
@@ -54,6 +56,16 @@ IEFKeepaliveMessage ::= SEQUENCE

FiveGGUTI ::= OCTET STRING (SIZE(10))

AdditionalCGIs ::= SEQUENCE
{
    additionalNCGIList [1] SEQUENCE (SIZE (1..MAX)) OF AdditionalNCGI OPTIONAL
}

AdditionalNCGI ::= SEQUENCE
{
    nCGI      [1] NCGI
}

NCGI ::= SEQUENCE
{
    pLMNID [1] PLMNID,