aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol/diag_log_gsm.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19const struct value_string *[]: remove static array sizeHEADmasterVadim Yanitskiy1-3/+3
Change-Id: I806c5053a36f9c74c6b80ac2f7541dad3da58900
2021-11-19protocol: fix: properly declare value_string arraysVadim Yanitskiy1-5/+5
Change-Id: I62b2977d6a130d5b1ea25ddf88b3475f0c6024ef
2017-01-21fix various compilation warnings all over the codeHarald Welte1-1/+1
2017-01-21decode L2 channel typeHarald Welte1-0/+12
2017-01-21decoder for RLC-EPDAN, MDSP-CMD, L2-STATE and L2-TRANSM-STATUSHarald Welte1-1/+96
2017-01-09add LLC XID information decodeHarald Welte1-0/+30
2017-01-01WIP: gsmtapHarald Welte1-0/+13
2016-12-24header file restructuringHarald Welte1-0/+211
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.