Commit 2a6fd4ee authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/103280/0022' into 'meeting/LI61'

TS 103 280 CR022 - Addition of IPProtocol

See merge request !40
parents b65f6f53 0875cdb0
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -91,4 +91,6 @@ GPSINAI ::= NAI


NAI ::= UTF8String
NAI ::= UTF8String


IPProtocol ::= INTEGER (0..255)

END
END
+6 −0
Original line number Original line Diff line number Diff line
@@ -266,4 +266,10 @@
            <xs:pattern value="[0-9]{19,20}"/>
            <xs:pattern value="[0-9]{19,20}"/>
        </xs:restriction>
        </xs:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="IPProtocol">
        <xs:restriction base="xs:integer">
            <xs:minInclusive value="0"/>
            <xs:maxInclusive value="255"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>
</xs:schema>