bromelia icon indicating copy to clipboard operation
bromelia copied to clipboard

A Python micro framework for building Diameter protocol applications.

Results 20 bromelia issues
Sort by recently updated
recently updated
newest added

# What Make threads used by diameter class daemonic # Why if anything that calls the threads fail in the main script, it hangs endlessly. By setting the threads to...

Changed: - fix install requires - should be a list object - support multihoming ip avp validation - Cleanup whitespaces (apologies for this, my editor does this automatically, happy to...

Includes changes from https://github.com/heimiricmr/bromelia/pull/22 # What - bind to local_ip and port when running in client mode (already done for server mode) - if local port is not explicitly set,...

# What - Two updates to fix unit tests: - Also have whitespace cleanup, I can remove these if its unacceptable. I just have it enabled by default in my...

fixes the decode_from_tbcd() method calls for the MsisdnAVP and StnSrAVP additionally have some whitespace cleanup (my editor does this automatically, but i can remove if required) Before ``` >>> ula.subscription_data_avp.msisdn_avp.decode()...

Hi @heimiricmr , I am trying to add multiple specific_action AVP in AAR Rx Message, could not add it. please help to fix this issue ![Screenshot from 2023-12-14 14-22-05](https://github.com/heimiricmr/bromelia/assets/83060027/ad51b44e-5377-45e2-b1a4-23a7e579398e) Thanks...

In the diameter-app1, diameter_mme.py, I tried adding addtional AVPs like AuthApplicationIdAVP, AuthSessionStateAVP. But these AVPs are not getting passed. Please let me know how to get these avp passed.

Implementation of several missing 3gpp messages based on my own needs such as: - ISR - RSR/RSA I will probably add additional messages on the coming weeks.

This allow custom use cases for bromelia such as diameter apps that answer to multiple names/aliases, specific logging of recv messages, or implementing diameter messages proxying. The simplest use case...

Tried to connect multiple diameter clients to the Bromelia server but only one peer is coming up and other one is getting rejected The server is not responding back to...