X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=a4653e11bcac24a9149c60d3f68c739ce258f86c;hp=4360cf12c6f7295ee3d8294d2c919003022a3985;hb=7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7;hpb=4ec1520c572c4099b478897e4a6ee3a28622ca44 diff --git a/gsm.h b/gsm.h index 4360cf1..a4653e1 100644 --- a/gsm.h +++ b/gsm.h @@ -1,6 +1,9 @@ +extern "C" { +#include +} struct bts_conf { - int type; /* type of BTS */ + gsm_bts_type type; /* type of BTS */ int card; /* E1 card number of BS11 BTS */ int numtrx; /* up to 8 TRXs */ int frequency[8]; /* up to 8 frequencies for TRXs */