Commit f5e3d9f6 authored by hawbakert's avatar hawbakert
Browse files

updates to establishment cause

parent 3fb82601
Loading
Loading
Loading
Loading
Loading
+16 −10
Original line number Diff line number Diff line
@@ -1225,8 +1225,9 @@ AMFRegistration ::= SEQUENCE
    nonIMEISVPEI                    [15] NonIMEISVPEI OPTIONAL,
    mACRestIndicator                [16] MACRestrictionIndicator OPTIONAL,
    pagingRestrictionIndicator      [17] PagingRestrictionIndicator OPTIONAL,
    nASTransportInitialInformation  [18] NASTransportInitialInformation OPTIONAL,
    nGInformation                   [19] NGInformation OPTIONAL
    rRCEstablishmentCause           [18] RRCEstablishmentCause OPTIONAL,
    nGInformation                   [19] NGInformation OPTIONAL,
    nASTransportInitialInformation  [20] NASTransportInitialInformation OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -1406,12 +1407,11 @@ ServiceAreaList ::= OCTET STRING (SIZE(4..112))
NASTransportInitialInformation ::= SEQUENCE
{
    rANUENGAPID             [1] RANUENGAPID,
    rRCEstablishmentCause   [2] RRCEstablishmentCause,
    iABNodeIndication       [3] BOOLEAN OPTIONAL,
    eDTSession              [4] BOOLEAN OPTIONAL,
    authenticatedIndication [5] BOOLEAN OPTIONAL,
    nPNAccessInformation    [6] CellCAGList OPTIONAL,
    rEDCAPIndication        [7] REDCAPIndication OPTIONAL
    iABNodeIndication       [2] BOOLEAN OPTIONAL,
    eDTSession              [3] BOOLEAN OPTIONAL,
    authenticatedIndication [4] BOOLEAN OPTIONAL,
    nPNAccessInformation    [5] CellCAGList OPTIONAL,
    rEDCAPIndication        [6] REDCAPIndication OPTIONAL
}

NGInformation ::= SEQUENCE
@@ -1438,9 +1438,15 @@ REDCAPIndication ::= ENUMERATED
    redCAP(1)
}

RRCEstablishmentCause ::= ENUMERATED
RRCEstablishmentCause ::= CHOICE
{
    emergencey(1),
    ePCEstablishmentCause    [1] EstablishmentCause,
    fiveGCEstablishmentCause [2] EstablishmentCause
}

EstablishmentCause ::= ENUMERATED
{
    emergency(1),
    highPriorityAccess(2),
    mtAccess(3),
    moSignalling(4),