summaryrefslogtreecommitdiffstats
path: root/src/gsm/mncc.c
Commit message (Collapse)AuthorAgeFilesLines
* mncc: properly export osmo_mncc_name()Harald Welte2018-05-241-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
* MNCC: Add MNCC to string dumperHarald Welte2018-01-191-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