Commit 7df642e2 authored by marthy's avatar marthy
Browse files

Update RDMessage.asn

parent bdaca351
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -2113,26 +2113,26 @@ PaniHeaderInfo ::= SEQUENCE

CellularNetworkInfo  ::= SEQUENCE
{
    accessType          [1] OCTET STRING OPTIONAL,
    accessType          [1] UTF8String OPTIONAL,
    -- ASCII string "3GPP-GERAN","3GPP-UTRAN-FDD", ... : see ETSI TS 124 229 [xx] clause 7.2.15.3
    cellularAccessInfo  [2] CellularAccessInfo OPTIONAL,
    cniHeaderContent    [3] OCTET STRING OPTIONAL,
    cniHeaderContent    [3] UTF8String OPTIONAL,
    -- Complete content of the Cellular-Network-Info header field
    ...
}

CellularAccessInfo  ::= SEQUENCE
{
    cgi3gpp             [1] OCTET STRING OPTIONAL,
    -- cgi-3gpp parameter. See ETSI TS 124 229 [xx] clause 7.2.15.3
    utranCellId3gpp     [2] OCTET STRING OPTIONAL,
    -- utran-cell-id-3gpp parameter. See ETSI TS 124 229 [xx] clause 7.2.15.3
    ci3gpp2             [3] OCTET STRING OPTIONAL,
    -- ci-3gpp2 parameter: see ETSI TS 124 229 [xx] clause 7.2.15.3
    ci3gpp2femto        [4] OCTET STRING OPTIONAL,
    -- ci-3gpp2-femto parameter: see ETSI TS 124 229 [xx] clause 7.2.15.3
    cgi3gpp             [1] UTF8String OPTIONAL,
    -- cgi-3gpp parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3
    utranCellId3gpp     [2] UTF8String OPTIONAL,
    -- utran-cell-id-3gpp parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3
    ci3gpp2             [3] UTF8String OPTIONAL,
    -- ci-3gpp2 parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3
    ci3gpp2femto        [4] UTF8String OPTIONAL,
    -- ci-3gpp2-femto parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3
    cellInfoAge         [5] INTEGER OPTIONAL,
    -- cell-info-age parameter: see ETSI TS 124 229 [xx] clause 7.2.15.3
    -- cell-info-age parameter. See ETSI TS 124 229 [xx] clause 7.2.15.3
    ...
}