@@ -155,28 +155,6 @@ A collector only requires a small amount of configuration: a username and
155155password that can be used to authenticate against a local RabbitMQ instance,
156156and a flag to inform the collector that RabbitMQ output is enabled.
157157
158- ### Encoding Methods
159- OpenLI supports two methods for encoding the intercepted records and meta-data
160- so that they conform to the ETSI standard. The first method is DER encoding,
161- whereby all fields are encoded in the most space-efficient way. The advantage
162- of DER is that there is only one "correct" result for encoding a given input,
163- so it is less likely to be incompatible with what the receiver is expecting.
164- However, this encoding method is slower and therefore may limit your
165- maximum interception capability.
166-
167- The second method is BER encoding, which allows us to encode numeric values
168- using a fixed-width field, e.g. every integer consumes eight bytes, regardless
169- of whether it is a small number or a large one. This is less space-efficient
170- and relies on the receiver being prepared for fields that consume more space
171- than they might need, but is much faster for OpenLI to encode because each
172- record will have a relatively static structure.
173-
174- OpenLI versions prior to 1.0.9 supported DER encoding only, and this is the
175- default encoding method as it has been well tested in production deployments.
176- BER has the potential to be much more efficient, but we recommend doing some
177- specific testing with your local LEAs before switching over to BER as not all
178- LEA equipment may be able to decode it.
179-
180158### Target Identification for VOIP Intercepts
181159By default, OpenLI does NOT trust the "From:" field in SIP packets when it is
182160determining whether a SIP packet has been sent by an intercept target. This
@@ -209,8 +187,6 @@ The basic option keys are:
209187* interceptpointid -- set the interception point ID
210188* seqtrackerthreads -- set the number of threads to use for sequence number
211189 tracking (defaults to 1).
212- * encoding -- choose the encoding method to use, either ` ber ` or
213- ` der ` (defaults to ` der ` ).
214190* encoderthreads -- set the number of threads to use for encoding ETSI
215191 records (defaults to 2).
216192* forwardingthreads -- set the number of threads to use for forwarding
0 commit comments