X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=a4653e11bcac24a9149c60d3f68c739ce258f86c;hp=61676de8d9b5ed1c1a1cdc309982dc1ce6797c01;hb=7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7;hpb=20a671d76854520ad9d5ea9d481e008240465e62 diff --git a/gsm.h b/gsm.h index 61676de..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 */ @@ -21,6 +24,7 @@ struct gsm_conf { int numbts; /* number of BTS' */ struct bts_conf bts[8]; /* configure BTS' */ int noemergshut; /* don't shut down on emergency */ + char pcapfile[128]; /* open capture file for BS11 links */ }; struct lcr_gsm {