aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mncc_sock.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-06misc: Fix compiler warning about incompatible pointersHolger Hans Peter Freyther1-2/+3
2011-01-06misc: Fix warning about the cast.Holger Hans Peter Freyther1-1/+1
2011-01-01mncc_sock: Fix potential segfault in case MNCC app diesHarald Welte1-0/+1
2011-01-01mncc_sock: Use proper logging directives and levels, don't printf.Harald Welte1-5/+14
2011-01-01mncc_sock: Add new 'mncc handler' functionHarald Welte1-0/+33
2011-01-01mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte1-1/+3
2011-01-01mncc_sock: Add an assert() in case our queue peek trick goes wrongHarald Welte1-2/+5
2011-01-01MNCC socket: Export MNCC interface via unix domain socketHarald Welte1-0/+288