aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/mncc.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24mncc: properly export osmo_mncc_name()Harald Welte1-4/+0
For some strange reason, the osmo_mncc_name() inline function was not in the mncc.h header, but in the mncc.c file. Let's fix that. Change-Id: I2c3666510c981dffa4ba25bed517fd7ebd1250f5
2018-01-19MNCC: Add MNCC to string dumperHarald Welte1-0/+416
As MNCC is rather hard to debug (wireshark cannot trace UNIX domain sockets), let's add our own decoder that we can use from related debug log statements in the respective programs. Change-Id: I216aaf70868ba5f3860a60c4b2442957531a3011