Martin Cederlöf

Results 13 issues of Martin Cederlöf

The Diameter Types are not logged correctly. They are all converted to the Basic AVP Data Formats. But the log should also show the Common Derived AVP Data Formats from...

Creation of a new DataSource for the OCS gateway. This will make it possible to use different DataSource for CCR-I, CCR-U or CCR-T

Using deferred to wait for all async calls to end instead of using a CountDownLatch.

When an instance is shutdown it should first stop receiving new CCR and finish outstanding CCA before shutting down.

There is an option in graceful service termination that will let you set a list of IP addresses that should still be available when a user is blocked from the...

It would be nice if there was a way to enable more verbose logging for a msisdn. This can be achieved by a filter in logback. We can make this...

OCS-gw currenly does not support errors on pubsub. We should consider having gRPC as a backup channel in case there is an error detected on pubsub. We should handle malformed...

bug

Each CCR/CCA has a validity time for the requested bucket. There should be a timer to clear the reservation incase the P-GW does not update after the time has passed....

enhancement

Cloud Pub/Sub guarantees at-least-once message delivery, which means that occasional duplicates are to be expected. In the OCS gateway we detect duplicates as the request-Id is tracked and if we...