/****************************************************************************** * Copyright (c) 2000-2019 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * * Contributors: * Roland Gecse - initial implementation and initial documentation * Akos Pernek * Antal Wuh.Hen.Chang * Attila Fulop * Balazs Barcsik * Bence Molnar * Csaba Koppany * David Juhasz * Eduard Czimbalmos * Elemer Lelik * Endre Kiss * Endre Kulcsar * Gabor Szalai * Gabor Tatarka * Gergely Futo * Istvan Sandor * Krisztian Pandi * Kulcsár Endre * Laszlo Tamas Zeke * Norbert Pinter * Roland Gecse * Tibor Bende * Tibor Szabo * Timea Moder * Zoltan Medve * Zsolt Nandor Torok * Zsolt Szalai ******************************************************************************/ // // File: Verizon_Specific_AVPs.ddf // Description: Verizon specific AVP definitions // Rev: R55A // Prodnr: CNL 113 462 /////////////////////////////////////////////// // APPLICATION-NAME: V // APPLICATION_REVISION: V1 // Verizon Idle-To-Connected-Transition-Count // AVP: Idle-To-Connected-Transition-Count (5001) Verizon (12951) type AVP_Unsigned32 Idle_To_Connected_Transition_Count; // Verizon Connected-Duration // AVP: Connected-Duration (5002) Verizon (12951) type AVP_Unsigned32 Connected_Duration; // Verizon Charging-Gateway-Function-Host // AVP: Charging-Gateway-Function-Host (6068) Verizon (12951) type AVP_OctetString Charging_Gateway_Function_Host; // Verizon Operator-String // AVP: Operator-String (6079) Verizon (12951) type AVP_UTF8String Operator_String; // Verizon Charging-Group-ID // AVP: Charging-Group-ID (6069) Verizon (12951) type AVP_UTF8String Charging_Group_ID; // Verizon Self-Activation-Status // AVP: Self-Activation-Status (6115) Verizon (12951) type AVP_Unsigned32 Self_Activation_Status; // Verizon PGW-Relocation-Indication // AVP: PGW-Relocation-Indication (6114) Verizon (12951) type AVP_Grouped PGW_Relocation_Indication; // Verizon Origination-TimeStamp // AVP: Origination-TimeStamp (7102) Verizon (12951) type AVP_Unsigned64 Origination_TimeStamp; // Verizon Max-Wait-Time // AVP: Max-Wait-Time (7103) Verizon (12951) type AVP_Unsigned32 Max_Wait_Time;