Commit 8ae31f14 authored by mewburn's avatar mewburn
Browse files

fix references in files imported from TS 101 671

Update the references to use existing references from TS 102 232-1
(if present), or a new [XX..] reference to be updated in sync
with additions to TS 102 232-1 clause 2.

The translation is shown below.
In some cases, a newer document is used (e.g., 3GPP instead of GSM).
If the document ID isn't given for the new reference,
use the existing document ID.

Old                             New
---                             ---
TS 101 671 [81]                 [4]
3GPP TS 33.108 [61]             [9]
ISO 3166-1 [67]                 [10]
ITU-T Recommendation X.680 [33] Recommendation ITU-T X.680 [11]
TS 101 909-20-01 [69]           TS 101 909-20-1 [33]

ES 201 671 [i.5]                [i.XX1]
EN 301 040 [72]                 [XX2]
ITU-T Q.850 [31]                Recommendation ITU-T Q.850 [XX3]
3GPP TS 23.003 [76]             [XX4]
EN 300 356 [5]                  [XX5]
TS GSM 09.02 [32]               3GPP TS 29.002 [XX6]
RFC 3261 [59]                   IETF RFC 3261 [XX7]
RFC 3966 [68]                   IETF RFC 3966 [XX8]
EN 300 403-1 [6]                [XX9]
3GPP TS 24.008 [41]             [XX10]
3GPP 25.413 [82]                3GPP TS 25.413 [XX11]
3GPP TS 29.118 [83]             [XX12]
EN 300 392-1 [40]               [XX13]
3GPP TS 03.32 [57]              3GPP TS 23.032 [XX14]
EN 300 097-1 [14]               [XX15]
EN 300 286-1 [23]               [XX16]
EN 300 185-1 [19]               [XX17]
EN 300 130-1 [16]               [XX18]
EN 300 188-1 [20]               [XX19]
EN 300 369-1 [25]               [XX20]
EN 300 207-1 [21]               [XX21]
3GPP TS 03.33 [42]              [XX22]          Use 3GPP TS 33.108 [9] ?
parent 8d00cca7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ IMPORTS
        FROM Remote-Operations-Information-Objects
        {joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}

    -- from clause D.5
    CommunicationIdentifier,
    TimeStamp,
    LawfulInterceptionIdentifier
@@ -77,7 +76,7 @@ Notification ::= SEQUENCE
    communicationIdentifier         [2] CommunicationIdentifier OPTIONAL,
        -- Only the NWO/PA/SvPIdentifier is provided (the one provided with the Lawful
        -- authorization).
        -- Called "callIdentifier" in V1.1.1 of ES 201 671
        -- Called "callIdentifier" in V1.1.1 of ES 201 671 [i.XX1]
    timeStamp                       [3] TimeStamp,
        -- date and time of the report.
    ...,
@@ -98,7 +97,7 @@ Alarm-Indicator ::= SEQUENCE
        -- date and time of the report.
    alarm-information               [3] OCTET STRING (SIZE (1..256)),
        -- Provides information about alarms (free format).
        -- Until ASN.1 version 6 (document version v3.12.1) the octet string
        -- Until ASN.1 version 6 (TS 101 671 V3.12.1 [4]) the octet string
        -- was limited to a size of 25
    ...,
    lawfulInterceptionIdentifier    [4] LawfulInterceptionIdentifier OPTIONAL,
@@ -112,7 +111,7 @@ National-HI1-ASN1parameters ::= SEQUENCE
    domainID        [0] OBJECT IDENTIFIER (hi1OperationId) OPTIONAL,
        -- Once using FTP delivery mechanism.
    countryCode     [1] PrintableString (SIZE (2)),
        -- Country Code according to ISO 3166-1 [67],
        -- Country Code according to ISO 3166-1 [10],
        -- the country to which the parameters inserted after the extension marker apply.
    ...
        -- In case a given country wants to use additional national parameters according to its law,
+119 −119

File changed.

Preview size limit exceeded, changes collapsed.