Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mncc: properly export osmo_mncc_name() | Harald Welte | 2018-05-24 | 1 | -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 dumper | Harald Welte | 2018-01-19 | 1 | -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 |