X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=4360cf12c6f7295ee3d8294d2c919003022a3985;hp=61676de8d9b5ed1c1a1cdc309982dc1ce6797c01;hb=6bf7c7f9db360d6031417b012dcb0e90e2251cd6;hpb=063d622d53ff5e7818ee75658ba8539016788941 diff --git a/gsm.h b/gsm.h index 61676de..4360cf1 100644 --- a/gsm.h +++ b/gsm.h @@ -21,6 +21,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 {