summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-10-20 18:09:31 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-10-20 18:09:31 +0000
commitf181a04121053c8d046cf41a98aa4abfc5c89fde (patch)
tree422173407709cef55a87e487ced1b1bdc17ccd12 /src/host/layer23/include/osmocom/bb/common
parent50be02f78e2009c8a75d1f3c6abf63b5f17931ad (diff)
[layer23] Completed GPS reading process
This includes "double" values of logitude and latitude, as well as time stamp, and if the values are valid or not (GPS fix).
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/logging.h b/src/host/layer23/include/osmocom/bb/common/logging.h
index 683c6858..eb9f4821 100644
--- a/src/host/layer23/include/osmocom/bb/common/logging.h
+++ b/src/host/layer23/include/osmocom/bb/common/logging.h
@@ -20,6 +20,7 @@ enum {
DSAP,
DSUM,
DSIM,
+ DGPS,
};
extern const struct log_info log_info;