top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Diameter AVP Query about the validity time?

+1 vote
1,035 views

The validity time is defined by IETF in Credit-control answer, but the same AVP is not used in 3GPP specification, but for my use case, can use it as IETF defined or make it customized AVP?

posted May 14, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes

Let me first define the Validity Time: Whenever Validity-Time is expired, the Diameter credit-control client MUST send a new Credit-Control-Request to the credit-control server.

Now coming to CCA and validity time, following is the CCA format -

   <Credit-Control-Answer> ::= < Diameter Header: 272, PXY >
                                  < Session-Id >
                                  { Result-Code }
                                  { Origin-Host }
                                  { Origin-Realm }
                                  { Auth-Application-Id }
                                  { CC-Request-Type }
                                  { CC-Request-Number }
                                  [ User-Name ]
                                  [ CC-Session-Failover ]
                                  [ CC-Sub-Session-Id ]
                                  [ Acct-Multi-Session-Id ]
                                  [ Origin-State-Id ]
                                  [ Event-Timestamp ]
                                  [ Granted-Service-Unit ]
                                 *[ Multiple-Services-Credit-Control ]
                                  [ Cost-Information]
                                  [ Final-Unit-Indication ]
                                  [ Check-Balance-Result ]
                                  [ Credit-Control-Failure-Handling ]
                                  [ Direct-Debiting-Failure-Handling ]
                                  [ Validity-Time]
                                 *[ Redirect-Host]
                                  [ Redirect-Host-Usage ]
                                  [ Redirect-Max-Cache-Time ]
                                 *[ Proxy-Info ]
                                 *[ Route-Record ]
                                 *[ Failed-AVP ]
                                 *[ AVP ]

which has Validity-Time as optional AVP (AVP-Code - 448), you you have the option of include or exclude in CCA.

Now coming to your query in case of 3GPP and IETF mismatch in format (though I have not checked) in this case you have the option to have user defined AVP (custom AVP) and use as per your need. Please let me know if you have any further doubt.

PS: Registered user has better chances of problem resolution as compare to unregistered user.

answer May 14, 2014 by Salil Agrawal
How do you know that Validity Time AVP is optional? is it established in the RFC's?
Not check RFC now but I believe its a "MAY" field and AVP is not present then the associated quota is valid indefinitely.
+2 votes

Ro (Gy - 32.299) uses Validity-Time AVP in CCA- at least the newer versions.
If you want to use it in some other interface like Gx, it is fine, CCA can be extended - as long as the peer (client) knows that it will get this AVP and can handle it.

answer May 14, 2014 by Rathnakumar Kayyar
Similar Questions
+2 votes

Does the GGSN have an internal validity time configuration to terminate a gprs session?

+1 vote

I am not able to understand the significance of this AVP from rfc3588. Can someone please explain in simple word ?

0 votes

Are there any benefits from adding a randomized value to CCA Validity-Time in order to reduce reporting storm to PCEF for voice calls. I think there is for non - duration grants - i.e data since number of data sessions are larger than voice calls.

+3 votes

I saw Capabilities-Exchange-Request and Capabilities-Exchange-Answer messages. In CER message there are two places where Vendor-Id AVP is present, one as an independent AVP and the other one as part of Vendor-Specific-Application-Id AVP. If both of them are present in request message then both will be having same value or can hold different values.

...