aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/sysinfo.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-05-30 12:49:40 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-07-15 07:38:09 +0200
commit3788b3e8a5051ab9ad7073d951ad3bb4969d2b87 (patch)
tree2c564d2140241ee80bdd855cb9400ee097debd53 /src/amps/sysinfo.h
parentd52f4cd29d0713d171a40321cfe739bc70cdbf67 (diff)
TACS support (variations added to AMPS code)
These are: - Bandwidth only 25 KHz, so lower deviations - Data rate only 8000 KHz - SID is called AID (Area ID) - MIN1 coding is different
Diffstat (limited to 'src/amps/sysinfo.h')
-rw-r--r--src/amps/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amps/sysinfo.h b/src/amps/sysinfo.h
index 211c128..bf16f65 100644
--- a/src/amps/sysinfo.h
+++ b/src/amps/sysinfo.h
@@ -86,6 +86,8 @@ struct sysinfo_reg_id {
};
typedef struct system_information {
+ /* how ofter repeat overhead train (in frames) */
+ int overhead_repeat;
/* all words */
uint8_t dcc;
/* VC assginment */