Skip to content

OpenLI 1.1.0

Compare
Choose a tag to compare
@salcock salcock released this 04 Jul 23:33
· 312 commits to master since this release

Please note the significant changes to the mediator component listed below. We expect that the upgrade process from recent 1.0.X versions will be straight-forward but please raise an issue on the repo if you run into any problems.

  • Mediator now uses rabbitmq for buffering intercept records before sending them on to their respective agency.
  • Mediator now dedicates separate threads to receiving data from each collector, and separate threads to forwarding intercepts on to each agency. This will make better use of multiple cores on a mediator device.
  • Added support for email interception (as per ETSI TS 102 232-2 standard).
  • Added ability to configure intercepts (of any type) to export only IRIs, or only CCs.
  • Include target-Information field in HI1 Operation messages.
  • Fixed bug where encoded raw IP data (e.g. intercepted GTP) was missing a preceding LIID when sent to the mediator.
  • Fixed REST API bug that prevented DELETE requests from working for the coreserver endpoint.
  • Fixed bug where IPMM IRIs were using the IRI type "IRI-Report" instead of the expected "IRI-Continue".
  • Fixed bug where VoIP intercepts would not produce CCs if the corresponding SIP session included a 183 message without any RTP port or IP information in it.
  • Fixed bug where endtimes for VOIP intercepts could not be modified using the REST API.