|
| 1 | +openli (1.1.9-1) unstable; urgency=medium |
| 2 | + |
| 3 | + * RADIUS: fix crash that can occur under very rare circumstances due to |
| 4 | + a dangling user record pointer in an old unmatched request. |
| 5 | + * RADIUS: fix bug where CINs for all RADIUS sessions were zero. |
| 6 | + * Fix potential silent exit in collector if a packet cannot be |
| 7 | + copied to be sent to another thread. |
| 8 | + * Mobile data: move processing of GTP traffic / sessions into separate worker |
| 9 | + threads. |
| 10 | + * Mobile data: add (experimental) support for intercepting GTP-U traffic for |
| 11 | + sessions where the GTP-C identity matches an intercept target. |
| 12 | + Only applies to GTPv2 sessions -- no CC interception is performed for |
| 13 | + GTPv1 sessions (i.e UMTS-CCs). |
| 14 | + * Mobile data: add support for intercepting GTP-C traffic for intercept |
| 15 | + targets and encoding it as either EPS-IRIs (for GTPv2) or UMTS-IRIs |
| 16 | + (for GTPv1). |
| 17 | + * Mobile data: IP-based mobile intercepts are now encoded as EPS-CCs, |
| 18 | + instead of UMTS-CCs. |
| 19 | + * Mediator: allow RabbitMQ internal password to be specified using |
| 20 | + either "RMQlocalpass" OR "RMQinternalpass" config options, so |
| 21 | + as to match the existing documentation. |
| 22 | + * SIP: fix bug where RTP would not be intercepted if the SIP traffic |
| 23 | + is proxied back to the original source IP. |
| 24 | + * SIP: fix assertion failure when reassembling TCP SIP traffic that |
| 25 | + happens to have trailing bytes (such as an extra '\r\n' sequence). |
| 26 | + * SIP: fix double frees that could occur when reassembling TCP SIP |
| 27 | + traffic. |
| 28 | + * Removed some internally defined OID consts and replaced them with |
| 29 | + ones defined by libwandder. |
| 30 | + |
| 31 | + -- Shane Alcock < [email protected]> Fri, 27 Sep 2024 10:47:19 +1200 |
| 32 | + |
1 | 33 | openli (1.1.8-1) unstable; urgency=medium |
2 | 34 |
|
3 | 35 | * Collector: fix crash in sync_voip thread if an invalid SIP packet |
|
0 commit comments