Loading ttcn/LibDiameter_TypesAndValues.ttcn +17 −2 Original line number Diff line number Diff line Loading @@ -146,6 +146,12 @@ group BasicTypesAndConstants{ SemicolonParam_List uriParameters optional } type record IP_AddressMask{ integer ipno, //ipv4 or ipv6 UTF8String addr, UTF8String mask optional } type record IPFilterRule_Type{ //TODO RFC3588 Define this type!!! /* Action actions permit - Allow packets that match the rule. Loading @@ -159,10 +165,19 @@ group BasicTypesAndConstants{ Aaddr_mask src and dst <address/mask> [ports] */ UTF8String action_, UTF8String direction, UTF8String proto, IP_AddressMask src, IP_AddressMask dst, UTF8String ports, UTF8String options optional } type record QoSFilterRule{ //TODO RFC3588 Define this type!!! } type UInt32 AVP_Code [1..c_uInt32Max]; //type Bit8 AVP_Flags; Loading Loading
ttcn/LibDiameter_TypesAndValues.ttcn +17 −2 Original line number Diff line number Diff line Loading @@ -146,6 +146,12 @@ group BasicTypesAndConstants{ SemicolonParam_List uriParameters optional } type record IP_AddressMask{ integer ipno, //ipv4 or ipv6 UTF8String addr, UTF8String mask optional } type record IPFilterRule_Type{ //TODO RFC3588 Define this type!!! /* Action actions permit - Allow packets that match the rule. Loading @@ -159,10 +165,19 @@ group BasicTypesAndConstants{ Aaddr_mask src and dst <address/mask> [ports] */ UTF8String action_, UTF8String direction, UTF8String proto, IP_AddressMask src, IP_AddressMask dst, UTF8String ports, UTF8String options optional } type record QoSFilterRule{ //TODO RFC3588 Define this type!!! } type UInt32 AVP_Code [1..c_uInt32Max]; //type Bit8 AVP_Flags; Loading