Commit 4d624226 authored by canterburym's avatar canterburym
Browse files

Lino's renumbering

parent 76139ddb
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -1366,11 +1366,11 @@ TLS12UAStarParams ::= SEQUENCE
DTLS12UAStarParams ::= SEQUENCE
{
    tLS12CommonParams [1] TLS12UAStarParams,
    -- RFC 6347 [X_DTLS12] clause 4.1
    -- RFC 6347 [142] clause 4.1
    clientEpoch       [2] INTEGER,
    -- RFC 6347 [X_DTLS12] clause 4.1
    -- RFC 6347 [142] clause 4.1
    serverEpoch       [3] INTEGER,
    -- RFC 9146 [X_CONNID]
    -- RFC 9146 [143]
    connectionID      [4] OCTET STRING (SIZE(0..255)) OPTIONAL
}

@@ -1640,15 +1640,15 @@ TLS13UAStarParams ::= SEQUENCE
DTLS13UAStarParams ::= SEQUENCE
{
    tLS13CommonParams [1] TLS13UAStarParams,
    -- RFC9147 [X_DTLS13] clause 4.2
    -- RFC9147 [144] clause 4.2
    clientEpoch       [2] INTEGER,
    -- RFC9147 [X_DTLS13] clause 4.2
    -- RFC9147 [144] clause 4.2
    serverEpoch       [3] INTEGER,
    -- RFC9147 [X_DTLS13] clause 4.2.3
    -- RFC9147 [144] clause 4.2.3
    clientSnKey       [4] OCTET STRING (SIZE(1..65535)) OPTIONAL,
    -- RFC9147 [X_DTLS13] clause 4.2.3
    -- RFC9147 [144] clause 4.2.3
    serverSnKey       [5] OCTET STRING (SIZE(1..65535)) OPTIONAL,
    -- RFC9146 [X_CONNID]
    -- RFC9146 [143]
    connectionID      [6] OCTET STRING (SIZE(0..255)) OPTIONAL
}

+14 −14
Original line number Diff line number Diff line
@@ -328,11 +328,11 @@ XIRIEvent ::= CHOICE
    aMFIdentifierDeassociation                          [186] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [187] MMEIdentifierDeassociation,

    -- 5G Personal IoT events, see clause 7.X.2
    -- 5G Personal IoT events, see clause 7.18.2
    fiveGPINAPPMessage                                  [188] FiveGPINAPPMessage,
    fiveGStartOfInterceptionWithPINClientInPIN          [189] FiveGStartOfInterceptionWithPINClientInPIN,

    -- Charging data event records, see clause 7.X
    -- Charging data event records, see clause 7.19
    chargingDataEvent                                   [190] ChargingDataEvent
}

@@ -645,11 +645,11 @@ IRIEvent ::= CHOICE
    aMFIdentifierDeassociation                          [186] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [187] MMEIdentifierDeassociation,

    -- 5G Personal IoT events, see clause 7.X.3
    -- 5G Personal IoT events, see clause 7.18.3
    fiveGPINAPPMessage                                  [188] FiveGPINAPPMessage,
    fiveGStartOfInterceptionWithPINClientInPIN          [189] FiveGStartOfInterceptionWithPINClientInPIN,

    -- Charging data event records, see clause 7.X
    -- Charging data event records, see clause 7.19
    chargingDataEvent                                   [190] ChargingDataEvent
}

@@ -1449,11 +1449,11 @@ TLS12UAStarParams ::= SEQUENCE
DTLS12UAStarParams ::= SEQUENCE
{
    tLS12CommonParams [1] TLS12UAStarParams,
    -- RFC 6347 [X_DTLS12] clause 4.1
    -- RFC 6347 [144] clause 4.1
    clientEpoch       [2] INTEGER,
    -- RFC 6347 [X_DTLS12] clause 4.1
    -- RFC 6347 [144] clause 4.1
    serverEpoch       [3] INTEGER,
    -- RFC 9146 [X_CONNID]
    -- RFC 9146 [145]
    connectionID      [4] OCTET STRING (SIZE(0..255)) OPTIONAL
}

@@ -1723,15 +1723,15 @@ TLS13UAStarParams ::= SEQUENCE
DTLS13UAStarParams ::= SEQUENCE
{
    tLS13CommonParams [1] TLS13UAStarParams,
    -- RFC9147 [X_DTLS13] clause 4.2
    -- RFC9147 [146] clause 4.2
    clientEpoch       [2] INTEGER,
    -- RFC9147 [X_DTLS13] clause 4.2
    -- RFC9147 [146] clause 4.2
    serverEpoch       [3] INTEGER,
    -- RFC9147 [X_DTLS13] clause 4.2.3
    -- RFC9147 [146] clause 4.2.3
    clientSnKey       [4] OCTET STRING (SIZE(1..65535)) OPTIONAL,
    -- RFC9147 [X_DTLS13] clause 4.2.3
    -- RFC9147 [146] clause 4.2.3
    serverSnKey       [5] OCTET STRING (SIZE(1..65535)) OPTIONAL,
    -- RFC9146 [X_CONNID]
    -- RFC9146 [145]
    connectionID      [6] OCTET STRING (SIZE(0..255)) OPTIONAL
}

@@ -6019,7 +6019,7 @@ FiveGProSeMessage ::= CHOICE
-- 5G PIN Server definitions
-- =========================

-- See clause 7.X.2.2 for details of this structure
-- See clause 7.18.2.2 for details of this structure
FiveGPINAPPMessage ::= SEQUENCE
{
    pINEIdentities            [1] PINEIdentities,
@@ -6029,7 +6029,7 @@ FiveGPINAPPMessage ::= SEQUENCE
    pINAPPMessage             [5] XMLType
}

-- See clause 7.X.2.3 for details of this structure
-- See clause 7.18.2.3 for details of this structure
FiveGStartOfInterceptionWithPINClientInPIN ::= CHOICE
{
    pINClientInPINS         [1] PINClientInPINS,