From 215b8f7e5d31ad9b8aa22e3daa819eb8aeeb12be Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Fri, 10 Jun 2011 11:23:56 -0700 Subject: [PATCH] Revert "config: modify example defaults" This reverts commit acdb4969d50f5c54ea09fa320a0943edd3acac50. 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 --- public-trunk/apps/OpenBTS.config.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public-trunk/apps/OpenBTS.config.example b/public-trunk/apps/OpenBTS.config.example index a31444a..f13d271 100644 --- a/public-trunk/apps/OpenBTS.config.example +++ b/public-trunk/apps/OpenBTS.config.example @@ -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.