Commit 432bdeef authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/103280/0025' into 'meeting/LI64'

TS 103 280 CR0025 - Add VLAN types

See merge request !113
parents e16c7c63 53b76c50
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -93,4 +93,6 @@ NAI ::= UTF8String

IPProtocol ::= INTEGER (0..255)

VLANID ::= INTEGER (0..4095)

END
+6 −0
Original line number Diff line number Diff line
@@ -272,4 +272,10 @@
            <xs:maxInclusive value="255"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="VLANID">
        <xs:restriction base="xs:integer">
            <xs:minExclusive value="0"/>
            <xs:maxInclusive value="4095"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>