Loading ttcn/LibDiameter_TypesAndValues.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -511,11 +511,12 @@ group BasicTypesAndConstants{ type record IP_AddressMask{ integer ipno, //ipv4 or ipv6 UTF8String addr, UTF8String mask optional UTF8String mask optional, UTF8String ports optional } type record IPFilterRule_Type{ //TODO RFC3588 Define this type!!! //RFC3588 /* Action actions permit - Allow packets that match the rule. deny - Drop packets that match the rule. Loading @@ -530,9 +531,8 @@ group BasicTypesAndConstants{ UTF8String action_, UTF8String direction, UTF8String proto, IP_AddressMask src, IP_AddressMask dst, UTF8String ports optional, IP_AddressMask src, //including optional ports IP_AddressMask dst, //including optional ports UTF8String options optional } Loading Loading
ttcn/LibDiameter_TypesAndValues.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -511,11 +511,12 @@ group BasicTypesAndConstants{ type record IP_AddressMask{ integer ipno, //ipv4 or ipv6 UTF8String addr, UTF8String mask optional UTF8String mask optional, UTF8String ports optional } type record IPFilterRule_Type{ //TODO RFC3588 Define this type!!! //RFC3588 /* Action actions permit - Allow packets that match the rule. deny - Drop packets that match the rule. Loading @@ -530,9 +531,8 @@ group BasicTypesAndConstants{ UTF8String action_, UTF8String direction, UTF8String proto, IP_AddressMask src, IP_AddressMask dst, UTF8String ports optional, IP_AddressMask src, //including optional ports IP_AddressMask dst, //including optional ports UTF8String options optional } Loading