[abis] Warn if sw_load_segment is not implemented for the given bts type

This commit is contained in:
Holger Hans Peter Freyther 2009-12-28 09:21:18 +01:00
parent cf269a7f85
commit 64d9ddde5d
1 changed files with 1 additions and 0 deletions

View File

@ -1296,6 +1296,7 @@ static int sw_load_segment(struct abis_nm_sw *sw)
len = strlen(line_buf)+2;
break;
default:
LOGP(DNM, LOGL_ERROR, "sw_load_segment needs implementation for the BTS.\n");
/* FIXME: Other BTS types */
return -1;
}