Commit Graph

7 Commits

Author SHA1 Message Date
Eric Wild 58111310e6 add rat tracking so we don't get duplicate nas/rrc messages for != 2G 2020-05-12 17:03:50 +02:00
Eric Wild a8ea2dc983 v#1 2020-05-11 19:15:00 +02:00
Harald Welte 1570b9f38b decode L2 channel type 2017-01-21 11:15:50 +01:00
Harald Welte 0512d9d266 decoder for RLC-EPDAN, MDSP-CMD, L2-STATE and L2-TRANSM-STATUS 2017-01-21 11:01:45 +01:00
Harald Welte ccea8dd51c Add GPLv2-or-later license text + headers + rename to osmo-qcdiag-log 2016-12-24 10:31:07 +01:00
Harald Welte 84ec50f901 header file restructuring
Move all protocol definitions to protocol/*.h and keep only
definitions related to our implementation as *.h in the top directory.

Also, remove some header files to reduce header file proliferation.
2016-12-24 10:16:00 +01:00
Harald Welte faea754d39 re-structure the LOG dispatcher
we now have a nice structure for dispatching log messages to various
handlers, each self-contained.  As an added benefit, we remove the need
to manually enable all the various log codes, as we simply auto-generate
the default config from all the message types we support.

Furthermore, we reduce computational complexity by avoiding linear
iteration over the array of registered log handlers.
2016-12-24 01:21:03 +01:00