aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg
AgeCommit message (Collapse)AuthorFilesLines
2017-07-20GSM timers: User reasonable defaults; don't save if equal defaultHarald Welte1-2/+0
A number of the GSM timers (including T3109) had no reasonable default values if not specified in the VTY / config file. Together with unconditional writing to the config file, this created config files with a persistent setting for important timers as '0'. To make things worse, many of our example cofig files suffered from the same problem. Let's avoid this from happening by * having reasonable defaults if nothing specified in the config file * conditionally savingg timers only if they differ from default * reject any timer values that state zero during start-up (see previous commit) Change-Id: Iaac0bfca423852b61d8b9eb1438157ef00d0d8c8 Closes: OS#2380
2016-01-28fix bsc_vty out: timeslot indented too deeply.Neels Hofmeyr1-48/+48
In 'show running-config', timeslot appears as a sub-element of rsl, but it is a direct child of trx. Fix the timeslot section in vty_out by removing one space of idention. Adjust various config examples. Rationale: it's not relevant for function, but confuses human operators. Fixing it will save the next hacker some time.
2011-05-11examples: automatically copy all examples in dist and install it to docdirHarald Welte1-0/+84