bsc: Complain about unimplemented stuff.

This commit is contained in:
Holger Hans Peter Freyther 2010-11-03 18:46:52 +01:00
parent 77cd95d5b5
commit 1999cf11b9
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static int msc_sccp_read(struct msgb *msgb, unsigned int length, void *data)
switch (bs->type) {
case BSSAP_MSG_BSS_MANAGEMENT:
LOGP(DMSC, LOGL_ERROR, "BSS management not implemented.\n");
break;
default:
LOGP(DMSC, LOGL_ERROR, "Unimplemented msg type: %d\n", bs->type);