lib: add lte-parser crate support

This'll let us convert a Gsmtap message into a fully parsed LTE
message.
This commit is contained in:
Will Greenberg
2024-01-31 17:49:56 -08:00
parent 97678bf8ca
commit 7e4511fdde
7 changed files with 113 additions and 336 deletions

View File

@@ -14,3 +14,4 @@ libc = "0.2.150"
log = "0.4.20"
pcap-file = "2.0.0"
thiserror = "1.0.50"
lte-parser = { path = "../lte-parser" }