comparison cmu200/band.h @ 68:3ec82dc1dbda

fc-cmu200d: implemented reading and parsing of cable config files (-c arg)
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jul 2017 04:34:15 +0000
parents e2db512abbee
children
comparison
equal deleted inserted replaced
67:3f92d88fbb1c 68:3ec82dc1dbda
13 struct band { 13 struct band {
14 char *name; 14 char *name;
15 int secaddr; 15 int secaddr;
16 struct arfcn_range *arfcn_range; 16 struct arfcn_range *arfcn_range;
17 struct arfcn_range *arfcn_range_ext; 17 struct arfcn_range *arfcn_range_ext;
18 unsigned ul_cable_loss;
19 unsigned dl_cable_loss;
18 }; 20 };