summaryrefslogtreecommitdiffabout
path: root/gammu/emb/gammu/depend/siemens/dsiemens.h
Unidiff
Diffstat (limited to 'gammu/emb/gammu/depend/siemens/dsiemens.h') (more/less context) (show whitespace changes)
-rw-r--r--gammu/emb/gammu/depend/siemens/dsiemens.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/gammu/emb/gammu/depend/siemens/dsiemens.h b/gammu/emb/gammu/depend/siemens/dsiemens.h
new file mode 100644
index 0000000..3db1c30
--- a/dev/null
+++ b/gammu/emb/gammu/depend/siemens/dsiemens.h
@@ -0,0 +1,34 @@
1/* (c) by Walek */
2
3#ifndef at_siemens_h
4#define at_siemens_h
5
6typedef struct {
7 intChFreq;
8 intRxLev;
9 intNB;
10} GSM_SAT_ChInfo;
11
12typedef struct {
13 bool BA_used;
14 bool DTX_used;
15 bool MeasValid;
16 int RXLEV_FullServicingCell;
17 int RXLEV_SubServicingCell;
18 unsigned charRXQUAL_FullServicingCell;
19 unsigned charRXQUAL_SubServicingCell;
20 unsigned charNO_NCELL_M;
21 GSM_SAT_ChInfoNeighbourCell[8];
22} GSM_SAT_Measure_results;
23
24void ATSIEMENSSATNetmon(int argc, char *argv[]);
25void ATSIEMENSNetmonitor(int argc, char *argv[]);
26void ATSIEMENSActivateNetmon(int argc, char *argv[]);
27
28#include "../../../common/gsmstate.h"
29
30#endif
31
32/* How should editor hadle tabs in this file? Add editor commands here.
33 * vim: noexpandtab sw=8 ts=8 sts=8:
34 */