Questions tagged [diameter-protocol]

Diameter is an authentication, authorization and accounting protocol for computer networks, and an alternative to RADIUS

Diameter is an authentication, authorization and accounting protocol for computer networks, and an alternative to RADIUS

102 questions
0
votes
1 answer

In which case GSU can be greater than RSU (during the Voice call charging - diameter protocol)?

Is there any voice call or any other diameter charging scenario in which 'Granted Service Unit' (GSU) can be more than 'Requested Service Unit' (RSU) ?
Paresh
  • 1,140
  • 2
  • 12
  • 29
0
votes
0 answers

how to rectify the xml error "command not find declaration of element"?

I have the code below, its giving me the error near right angular bracket of scenario('>'). The error is "Can not find declaration of element 'scenario'. Some XML validators are saying that this document contains no errors and the others are…
Shameer
  • 11
  • 2
0
votes
1 answer

Unexpected first EAP message in Diameter

So I've been looking at adding support for Diameter EAP in my server. After reading up on rfc4072 and rfc3748 I was fooled to have a general idea. My expectation was that the client would pass a so called EAP-Start message (an empty EAP-Payload…
John Fear
  • 1,265
  • 2
  • 8
  • 10
0
votes
1 answer

CCFH - Do a retransmitted CCR message set the T bit during CCFH failover?

CCFH - Do a CCR message set the T bit during failover ? Scenario I have a client and 2 OCS servers. I didnt get the CCA response (CCA -I ) from first OCS. After my TX timer expiry I am retransmitting CCR I to second OCS. Question here is - Do the…
Nithin
  • 61
  • 1
  • 1
  • 3
0
votes
1 answer

PHP socket programming for Diameter protocol

I have to integrate a Diameter protocol based API for mobile billing in my PHP application and the Diameter client and the server has been established on servers. My questions is, can I use PHP socket functions in order to make request ? If not, is…
Shaolin
  • 2,541
  • 4
  • 30
  • 41
0
votes
1 answer

Way to validate a Diameter URI in Java?

I'm wondering if there are any nice simple ways to validate a Diameter URI (description below) using Java? Note, a Diameter URI must have one of the…
0
votes
1 answer

Java Diameter message not routable

I am using java diameter library to implement Charging client. Capabilities Exchange Answer from server is OK but when I send charging request. Client returns SimpleSyncClient.sendRequest(): not routable. I am using this library. Anybody have any…
-1
votes
1 answer

FreeRadius , How to exclude certain urls from accounting packet

I have many users doing Authentication + Accounting packet sent from Network Device [LNS] to freeradius server. in the accounting packet, client send's how much KB used in their current session. I have a limit for each user and this limit gets…
-1
votes
2 answers

Can Diameter Final unit indication avp be used over Gx interface?

Can the Diameter Final unit indication avp be used over Gx interface? I know its available over Gy, but can I use it between pcrf and pcef?
mhmn
  • 1
-1
votes
1 answer

Restcomm jDiameter: Event Charging Client

I'm new to Mobicents/Restcomm. We need to setup a basic DCCA client application which will receive REST request from clients and send CCR (Event Charging without reservation) to Billing server. Where can I find some detailed instructions (preferably…
-2
votes
1 answer

Diameter Protocol End-to-End identifier

In case of retry can the Diameter message have the same End-to-End identifier value as the original Diameter message initially sent. Seems RFC 3588 doesn't clearly say about this particular scenario
-4
votes
2 answers

Code of Unix (big endian) and same code on linux (little endian), creates different output diameter file

We had a Unix code to create diameter file from .xml file as input. As we have moved to Linux platform we need to create same utility, code was compiled successfully but utility is not creating output file content as expected the bits are reversed…
PU.
  • 148
  • 9
1 2 3 4 5 6
7