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

Clarification on "Credit-Control-Failure-Handling " AVP

I need clarification on "Credit-Control-Failure-Handling" AVP, and I'd be appreciated if someone can explain about its enumerated values. So, as I understand if CCFH is in TERMINATE mode (0), and the client doesn't receive CCA within Tx timer…
atari83
  • 489
  • 1
  • 5
  • 15
0
votes
2 answers

How to generate session-id in Diameter Base Protocol

As per RFC 6733 (https://www.rfc-editor.org/rfc/rfc6733#section-8.8) session-id should be in below format: ;;[;] DiameterIdentity can be FQDN/Realm but we need to set some high and low…
Sandeep
  • 61
  • 1
  • 1
0
votes
1 answer

freediameter - how to handle request messages outside of dispatch function

So, I've advertised for DCCA application in my extension via fd_disp_register and I can parse and prepare the response message and at the end sending them from my callback function with no issue. This always works if the answer message is prepared…
atari83
  • 489
  • 1
  • 5
  • 15
0
votes
1 answer

how to handle when validity time expire in Credit Control Server?

*i want to know that what happen when validity time expire, some think that know is change state IDLE and remove from session, but what kind of request we send to client *
raman
  • 25
  • 4
0
votes
2 answers

How to capture full hierarchy of specific fields from the diameter packet using tshark or python

I am trying to add all Input / Output Octet AVPs to calculate total data used against each Rating-Group. The problem is, not always both Input / Output Octet AVPs will present in each Service-Data-Container AVP. While using tshark command with…
Patz
  • 294
  • 4
  • 18
0
votes
1 answer

How to create Session-Id for Diameter Stack in java?

I want to know how I can generate a Session-Id. Some time Diameter Accept Request that do not have session id so, I want to create Session-Id for those request like Cancel location request.
raman
  • 25
  • 4
0
votes
0 answers

Can apache camel support the telecom diameter?

all. I am considering for real-time data traffic diameter interface on telecommunications. I want to use apache camel for the interfaces. Can camel support this industry? Mobile service for data require diameter protocol including gy, ro, so and so…
0
votes
2 answers

Where can I find message for Update-Location-Request?

I hope you all doing well! I need message format for the Update Location request
raman
  • 25
  • 4
0
votes
1 answer

Where can I find a all avp Pcap for Credit-Control-Request?

hello everyone if anyone has CCR related pcap file please share with me
Kamal Kumar
  • 194
  • 12
0
votes
1 answer

Diameter request is not received by seagull server

I have an erlang client and seagull server for testing Sy-interface. Capability exchange is done properly and tested by pcaps. When I send SLR using diameter:call(?SERVICE_NAME, ?APP_ALIAS, SLR, []) prepare_request is called when I call server…
Sachith Muhandiram
  • 2,819
  • 10
  • 45
  • 94
0
votes
0 answers

Capability exchange fails between erlang client and seagull server

I have an erlang client and seagull server. When CER is sent by erlang and its captured by seagull server. Hop-by-Hop and End-to-End identifiers are same in captured pcap file. But erlang client keeps sending CER to seagull and seagull server does…
Sachith Muhandiram
  • 2,819
  • 10
  • 45
  • 94
0
votes
2 answers

how to handle DPR in diameter and when DPR will send? is any condition for sending DPR?

I want to know that: how to send DPR in diameter. Is there any particular condition for sending DPR? In my code I have already done DWR & DWA and CEA & CER. DPR is sent after CER or before CEA.
Kamal Kumar
  • 194
  • 12
0
votes
1 answer

How can send diameter commands in two sessions

Hi i'm designing a seagull scenario look like: Client --------------- Server --- CER --> <-- CEA --- --- AAR --> // the first session <-- AAA --- --- AAR --> <-- AAA -- …
Kevin
  • 37
  • 1
  • 6
0
votes
1 answer

capabilities exchange request - application id header

I read that CER has to send multiple vendor specific application ids to advertise all the applications that the diameter node supports. If that is true then what is the application id value in the diameter header. Also I dont understand when when…
0
votes
2 answers

Why MME sends PUR right after successful ULA

We are working on an HSS project for a client, and are stuck on a strange issue. Right now we are in POC stage. When we send ULA to MME, right after it, MME sends PUR to us for the same subscriber and the UE does not attach to 'network' (obviously).…
Aakash
  • 2,029
  • 14
  • 22