laforge
/
openbts-osmo
Archived
1
0
Fork 0

Revert "config: modify example defaults"

This reverts commit acdb4969d5.

The example log level was dropped down ERROR in order
to be extra nice to embedded devices, but NOTICE level
is still a more useful default setting for broader
issues.

Signed-off-by: Thomas Tsou <ttsou@vt.edu>
This commit is contained in:
Thomas Tsou 2011-06-10 11:23:56 -07:00
parent 96710c8077
commit 215b8f7e5d
1 changed files with 6 additions and 6 deletions

View File

@ -28,14 +28,14 @@
#
# The initial global logging level: ERROR, WARN, NOTICE, INFO, DEBUG, DEEPDEBUG
Log.Level ERROR
Log.Level NOTICE
# Logging levels can also be defined for individual source files.
# This example set shows normal operations in the control layer (L3).
Log.Level.MobilityManagement.cpp ERROR
Log.Level.MobilityManagement.cpp INFO
$optional Log.Level.MobilityManagement.cpp
Log.Level.CallControl.cpp ERROR
Log.Level.CallControl.cpp INFO
$optional Log.Level.CallControl.cpp
Log.Level.RadioResource.cpp ERROR
Log.Level.RadioResource.cpp INFO
$optional Log.Level.RadioResource.cpp
# The log file path. If not set, logging goes to stdout.
@ -91,7 +91,7 @@ $static TRX.Path
# TRX logging.
# Logging level.
# IF TRX.Path IS DEFINED, THIS MUST ALSO BE DEFINED.
TRX.LogLevel ERROR
TRX.LogLevel NOTICE
$static TRX.LogLevel
# Logging file. If not defined, logs to stdout.
TRX.LogFileName test.TRX.out
@ -305,7 +305,7 @@ GSM.MaxExpectedDelaySpread 1
# With RxGain 57, -71.0dBm <-> 0dB RSSI, -113dBm <-> -38.2dB RSSI, -120dBm <-> -41.4dB RSSI
# With RxGain 47, -57.4dBm <-> 0dB RSSI, -113dBm <-> -51.3dB RSSI, -120dBm <-> -54.5dB RSSI
# With RxGain 37, -43.6dBm <-> 0dB RSSI, -113dBm <-> -63.1dB RSSI, -120dBm <-> -65.4dB RSSI
GSM.RxGain 19
GSM.RxGain 47
# Downlink adaptive power management.