Skip to content

Commit 56b1610

Browse files
authored
how to work with the Options-settings
1 parent fe4171f commit 56b1610

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

DMRplus_startup_options.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# DMRplus - Startup Options
2+
3+
## Introduction
4+
This file is to give an overview over the Options-parameter in MMDVM.ini [DMR Network]-section.
5+
6+
## Example
7+
You can pull some conection-info at startup to the DMRplus-Network to define the behavior of TS1 and TS2 in DMR-mode.
8+
An example of such a line would be following:
9+
10+
Options=StartRef=4013;RelinkTime=15;UserLink=1;TS1_1=262;TS1_2=1;TS1_3=20;TS1_4=110;TS1_5=270;
11+
12+
If an option is set, it overwrites the setting preset at the master, if an option is empty, it unsets a predefined setting from
13+
the master. If an option is not set, the default from the master would be taken over.
14+
15+
## What the parameters are about?
16+
17+
Here is a quick explaination about the options to be set:
18+
19+
* StartRef: This is the default reflector in TS2, in example: Refl. 4013
20+
* RelinkTime: This is the time to fall back to the default-reflector if linked to another one and no local traffic is done,
21+
not yet implemented, would come next
22+
* UserLink: This defines, if users are allowed to link to another reflector (other than defined as startreflector)
23+
* 1 = allow
24+
* 0 = disallow
25+
* TS1_1: This is the first of 5 talkgroups that could be set static, in example: TG262
26+
* TS1_2: This is the second of 5 talkgroups that could be set static, in example: TG1
27+
* TS1_3: This is the third of 5 talkgroups that could be set static, in example: TG20
28+
* TS1_4: This is the fourth of 5 talkgroups that could be set static, in example: TG110
29+
* TS1_5: This is the fifth of 5 talkgroups that could be set static, in example: TG270
30+
31+
---
32+
Info created by DG9VH 2016-11-11

0 commit comments

Comments
 (0)