Loading DiameterRfRo/ttcn/DiameterRfRo_PIXITS.ttcn +6 −6 Original line number Original line Diff line number Diff line Loading @@ -286,32 +286,32 @@ module DiameterRfRo_PIXITS { group ocfContext { group ocfContext { /** /** * @desc The CC-Time AVP value * @desc The CC-Time AVP value, PIXIT item A-10/6 */ */ modulepar UInt32 PX_CC_TIME_VALUE := 32; modulepar UInt32 PX_CC_TIME_VALUE := 32; /** /** * @desc The CC-Time AVP value * @desc The CC-Time AVP value, PIXIT item A-10/7 */ */ modulepar UInt32 PX_CC_TIME_VALUE_USED := 16; modulepar UInt32 PX_CC_TIME_VALUE_USED := 16; /** /** * @desc The Service Context Identifier * @desc The Service Context Identifier, PIXIT item A-10/8 */ */ modulepar UTF8String PX_SERVICE_CONTEXT_ID := "ContextId"; modulepar UTF8String PX_SERVICE_CONTEXT_ID := "ContextId"; /** /** * @desc The Trigger-Type AVP value * @desc The Trigger-Type AVP value, PIXIT item A-10/9 */ */ modulepar Trigger_Type PX_TRIGGER_TYPE := CHANGEINQOS_TRAFFIC_CLASS_E; modulepar Trigger_Type PX_TRIGGER_TYPE := CHANGEINQOS_TRAFFIC_CLASS_E; /** /** * @desc The Redirect-Address-Type AVP value (e.g. IPv4) * @desc The Redirect-Address-Type AVP value (e.g. IPv4), PIXIT item A-10/10 */ */ modulepar Redirect_Address_Ty_Type PX_REDIRECT_ADDRESS_TYPE := IPV4_ADDRESS_E; modulepar Redirect_Address_Ty_Type PX_REDIRECT_ADDRESS_TYPE := IPV4_ADDRESS_E; /** /** * @desc The Redirect-Server-Address AVP value * @desc The Redirect-Server-Address AVP value, PIXIT item A-10/11 */ */ modulepar UTF8String PX_REDIRECT_SERVER_ADDRESS := "10.1.1.1"; modulepar UTF8String PX_REDIRECT_SERVER_ADDRESS := "10.1.1.1"; Loading Loading
DiameterRfRo/ttcn/DiameterRfRo_PIXITS.ttcn +6 −6 Original line number Original line Diff line number Diff line Loading @@ -286,32 +286,32 @@ module DiameterRfRo_PIXITS { group ocfContext { group ocfContext { /** /** * @desc The CC-Time AVP value * @desc The CC-Time AVP value, PIXIT item A-10/6 */ */ modulepar UInt32 PX_CC_TIME_VALUE := 32; modulepar UInt32 PX_CC_TIME_VALUE := 32; /** /** * @desc The CC-Time AVP value * @desc The CC-Time AVP value, PIXIT item A-10/7 */ */ modulepar UInt32 PX_CC_TIME_VALUE_USED := 16; modulepar UInt32 PX_CC_TIME_VALUE_USED := 16; /** /** * @desc The Service Context Identifier * @desc The Service Context Identifier, PIXIT item A-10/8 */ */ modulepar UTF8String PX_SERVICE_CONTEXT_ID := "ContextId"; modulepar UTF8String PX_SERVICE_CONTEXT_ID := "ContextId"; /** /** * @desc The Trigger-Type AVP value * @desc The Trigger-Type AVP value, PIXIT item A-10/9 */ */ modulepar Trigger_Type PX_TRIGGER_TYPE := CHANGEINQOS_TRAFFIC_CLASS_E; modulepar Trigger_Type PX_TRIGGER_TYPE := CHANGEINQOS_TRAFFIC_CLASS_E; /** /** * @desc The Redirect-Address-Type AVP value (e.g. IPv4) * @desc The Redirect-Address-Type AVP value (e.g. IPv4), PIXIT item A-10/10 */ */ modulepar Redirect_Address_Ty_Type PX_REDIRECT_ADDRESS_TYPE := IPV4_ADDRESS_E; modulepar Redirect_Address_Ty_Type PX_REDIRECT_ADDRESS_TYPE := IPV4_ADDRESS_E; /** /** * @desc The Redirect-Server-Address AVP value * @desc The Redirect-Server-Address AVP value, PIXIT item A-10/11 */ */ modulepar UTF8String PX_REDIRECT_SERVER_ADDRESS := "10.1.1.1"; modulepar UTF8String PX_REDIRECT_SERVER_ADDRESS := "10.1.1.1"; Loading