aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc/examples/osmo-nitb/rbs2308
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17Move DTX settings to BTSMax1-1/+0
* Add per-BTS DTX settings * Configure Uplink and Downlink DTX separately * Deprecate global DTX option (it was never tested/used anyway) * Use libosmocore function for DTX indicator in System Information (previously it was incorrectly assigned for half-rate channels) Related: OS#22 Change-Id: I3d55168475ad47044b6238b55846ea22bdd518a4 Reviewed-on: https://gerrit.osmocom.org/40 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
2016-01-28fix bsc_vty out: timeslot indented too deeply.Neels Hofmeyr1-128/+128
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.
2012-12-23lchan: Introduce T3109 handling for the release procedureHolger Hans Peter Freyther1-1/+1
T3109 is started when the SACCH is deactivated. It is stopped when the phones sends the DISC/UA/UM on LAPDm for the main signalling link. In case of timeout the abnormal release procedure will be initiated. Make sure to not issue the SACCH Deactivate twice to avoid confusing the equipment. This is still not fully spec compliant. In case of a timeout the abnormal release handling will be started which involves starting T3111+2. The error handling should be split out of the rf channel release method, e.g. lchan_release should be called and check if the channel release was already initiated.
2011-05-11examples: automatically copy all examples in dist and install it to docdirHarald Welte1-0/+221