laforge
/
openbts-osmo
Archived
1
0
Fork 0

config: modify example defaults

Lower the default setting to ERROR for main and TRX
logs. This makes the log friendlier for embedded
installations.

With default setting of midpoint and WBX board on
N200, the overall receive gain comes out to 19 dB.

Signed-off-by: Thomas Tsou <ttsou@vt.edu>
This commit is contained in:
Thomas Tsou 2011-05-25 17:03:05 -07:00
parent a3bd572e45
commit acdb4969d5
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 # The initial global logging level: ERROR, WARN, NOTICE, INFO, DEBUG, DEEPDEBUG
Log.Level NOTICE Log.Level ERROR
# Logging levels can also be defined for individual source files. # Logging levels can also be defined for individual source files.
# This example set shows normal operations in the control layer (L3). # This example set shows normal operations in the control layer (L3).
Log.Level.MobilityManagement.cpp INFO Log.Level.MobilityManagement.cpp ERROR
$optional Log.Level.MobilityManagement.cpp $optional Log.Level.MobilityManagement.cpp
Log.Level.CallControl.cpp INFO Log.Level.CallControl.cpp ERROR
$optional Log.Level.CallControl.cpp $optional Log.Level.CallControl.cpp
Log.Level.RadioResource.cpp INFO Log.Level.RadioResource.cpp ERROR
$optional Log.Level.RadioResource.cpp $optional Log.Level.RadioResource.cpp
# The log file path. If not set, logging goes to stdout. # The log file path. If not set, logging goes to stdout.
@ -91,7 +91,7 @@ $static TRX.Path
# TRX logging. # TRX logging.
# Logging level. # Logging level.
# IF TRX.Path IS DEFINED, THIS MUST ALSO BE DEFINED. # IF TRX.Path IS DEFINED, THIS MUST ALSO BE DEFINED.
TRX.LogLevel NOTICE TRX.LogLevel ERROR
$static TRX.LogLevel $static TRX.LogLevel
# Logging file. If not defined, logs to stdout. # Logging file. If not defined, logs to stdout.
TRX.LogFileName test.TRX.out 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 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 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 # With RxGain 37, -43.6dBm <-> 0dB RSSI, -113dBm <-> -63.1dB RSSI, -120dBm <-> -65.4dB RSSI
GSM.RxGain 47 GSM.RxGain 19
# Downlink adaptive power management. # Downlink adaptive power management.