Commit 79e5432a authored by nikolajev's avatar nikolajev
Browse files

No commit message

No commit message
parent d76ab83a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ group BasicTypesAndConstants{
		type record length (4) of UInt8  IPv4Addr;
		type record length (8) of UInt16 IPv6Addr;
		
        type universal charstring UTF8String;
        type /*universal*/ charstring UTF8String;
        
	}// end group NumberTypes

@@ -509,8 +509,8 @@ group BasicTypesAndConstants{
    			}
    			
    			type record IP_AddressMask{
    				integer ipno, //ipv4 or ipv6
    				//UTF8String addr,
    				//integer ipno, //ipv4 or ipv6
    				UTF8String addr,
    				UTF8String mask optional,
    				UTF8String ports optional
    			}