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

Error using openblox diameter server in Spring MVC?

Bit of a specific one this.. I'm having trouble using the Openblox diameter stack when using Spring MVC, specifically the init method call on the transport stack: import com.traffix.openblox.core.transport.TransportStack; Stack stack = new…
Rory
  • 1,805
  • 7
  • 31
  • 45
0
votes
0 answers

The issue of Jdiameter

org.jdiameter.api.RouteException: Unable to find valid connection to peer[172.17.13.31] in realm[exchange.example.org] at org.jdiameter.client.impl.router.RouterImpl.getPeer(RouterImpl.java:381) at…
0
votes
0 answers

Is it possible in seagull load generator to send the the avp2 or avp3 in diameter response which is dependent on the value of avp1 in request?

I want to send the value of server-name avp which depends whether the public-id avp was received in previous UAR request. If public-id was received in previous request then I have to send the same value in user-name avp else a new grouped avp…
0
votes
1 answer

Seagull simulator : How to send AVP 'Originator-SCCP-Address' in E-164 encoding format in diameter request?

Network is sending AVP 'Originator-SCCP-Address' in E-164 encoding format and we are able to parse it properly. In Seagull dictionary, this AVP is defined as :
0
votes
0 answers

Diameter Gx RAR getting failed at Seagull in Throttling QoS scenarios

I am doing testing for the Gx interface in cloud native environment through seagull where I had to consume the data balance completely and the QoS should get updated through Throttling PCC Rule. In the seagull simulator I getting all the Diameter…
0
votes
0 answers

Read thread is stopped for socket

The below log messages indicate that the connection between my client and the server is being closed by the server since i am getting "Read thread is stopped for socket" from the Wireshark the message indicates that the server is closing the…
Dimitris
  • 11
  • 1
0
votes
0 answers

Routing CxDx messages in FreeDiameter?

I am trying to send CxDx Messages from Kamailio(I-CSCF) to our HSS in production, the issue is that HSS accepts SCTP whilst the Kamailio Diameter module (CDP) only supports TCP (grrr)..... I came up with the great idea of using freeDiameter as a DRA…
0
votes
0 answers

sending 2 CCR same time using seagull tool

i am trying to use seagull tool to simulate diameter message. i want flow like that. after diameter server send CCAi, seagull client will send 2 CCRu after that. CER CER CCRi CCAi CCRu CCRu Seagull Ro Server (Ro Client) start | …
0
votes
1 answer

How to use Wireshark to capture traffic coming from VMWare

I have installed Seagull to create client traffic simulation of diameter base protocol. I installed it on VMWare running Fedora Server since I found difficulty during my installation on my MacOS laptop but there are many tutorials how to install it…
0
votes
1 answer

When should a Device-Watchdog-Request be sent?

RFC6733 Options: always by timeout when there is no messaging when there is an error from the diameter-server It is not clear from the RFC.
0
votes
1 answer

Setting Digest-HA1 AVP in MAA(Diameter) using Seagull

I was trying to use Seagull as a Diameter server for Cx interface. In response to a MAR request, the script needs to send a MAA response with “Digest-HA1” AVP (part of the grouped SIP-Digest-Authenticate AVP, which in turn is part of the…
Agnivesh
  • 18
  • 1
0
votes
1 answer

Diameter: Unknown Application Id upon decoding using tshark

I am trying to decode raw frames of a diameter call using tshark, all the fields: Command code, Application Id, AVPs are labelled as 'Unknown'. This labelling is followed by a sentence 'if you know what this is you can add it to dictionay.xml'. Am I…
0
votes
2 answers

Seagull Diameter Request simulation,

Can someone please suggest what should be a value of in the seagull script so that Wireshark correctly decodes MNC-030 and MCC-234?
0
votes
1 answer

Seagull Traffic Generator. AVP length

Is there a way to set AVP length forcefully in Seagull Diameter Traffic Generator? I have set it in base_cc.xml but it didn't help, AVP length stayed the same as it was before. Here's is how my cfg looks like:
0
votes
1 answer

What should I include in Granted Service Units in CCR-U? All rating groups or reported rating groups or requested services?

I couldn't find specific scenario related this case in RFC 4006(Obsolate). They have made it clear in latest RFC 8506. For example I granted quota for rating group 0 and 1(CCA-I). Now gateway reports used quota(CCR-U) for rating group 0. Should I…
Kartik73
  • 503
  • 6
  • 19