Commit 718496f4 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

TS_103_280.asn1: remove IPAddress (et al)

parent a21e3ee7
Loading
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -25,16 +25,6 @@ IMEICheckDigit ::= NumericString (SIZE(15))

IMEISV ::= NumericString (SIZE(16))

IPv4Address ::= UTF8String (SIZE (7..15))

IPv6Address ::= UTF8String (SIZE (39))

IPAddress ::= CHOICE
{
    iPv4Address [1] IPv4Address,
    iPv6Address [2] IPv6Address
}

TCPPort ::= INTEGER (1..65535)

TCPPortRange ::= SEQUENCE
@@ -63,12 +53,6 @@ PortRange ::= CHOICE
    uDPPortRange [1] UDPPortRange
}

IPAddressPort ::= SEQUENCE
{
    address [0] IPAddress,
    port    [1] Port
}

ShortString ::= UTF8String (SIZE (0..255))

LongString ::= UTF8String (SIZE (0..65535))