Make osmo-bsc config more like current defaults
Just helps to see any difference if write is used from the vty.
This commit is contained in:
parent
c1e043fdd2
commit
01ceebd641
2 changed files with 21 additions and 5 deletions
|
@ -7,8 +7,9 @@ log stderr
|
|||
logging color 1
|
||||
logging print category-hex 0
|
||||
logging print category 1
|
||||
logging print level 1
|
||||
logging print thread-id 0
|
||||
logging timestamp 0
|
||||
logging print level 1
|
||||
logging print file 1
|
||||
logging level rll notice
|
||||
logging level mm notice
|
||||
|
@ -29,6 +30,9 @@ log stderr
|
|||
logging level ts notice
|
||||
logging level as notice
|
||||
logging level cbs notice
|
||||
logging level lcs notice
|
||||
logging level reset notice
|
||||
logging level loop notice
|
||||
logging level lglobal notice
|
||||
logging level llapd notice
|
||||
logging level linp notice
|
||||
|
@ -48,6 +52,12 @@ log stderr
|
|||
logging level lmgcp notice
|
||||
logging level ljibuf notice
|
||||
logging level lrspro notice
|
||||
logging level lns notice
|
||||
logging level lbssgp notice
|
||||
logging level lnsdata notice
|
||||
logging level lnssignal notice
|
||||
logging level liuup notice
|
||||
logging level lpfcp notice
|
||||
!
|
||||
stats interval 10
|
||||
stats reporter statsd
|
||||
|
@ -82,9 +92,9 @@ network
|
|||
handover2 maximum distance 10
|
||||
handover2 min rxlev -95
|
||||
handover2 min rxqual 5
|
||||
handover2 min-free-slots tch/h 2
|
||||
handover2 penalty-time failed-ho 5
|
||||
handover2 penalty-time failed-assignment 5
|
||||
handover2 min-free-slots tch/h 2
|
||||
handover2 congestion-check 30
|
||||
<% if @mncc_codec == 'AMR' -%>
|
||||
dyn_ts_allow_tch_f 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue