You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
517 B
30 lines
517 B
;
|
|
; Asterisk OpenBSC channel driver configuration
|
|
;
|
|
|
|
[general]
|
|
|
|
; Path to OpenBSC config
|
|
config_file = /path/to/openbsc.cfg
|
|
|
|
; Path to OpemBSC HLR db file
|
|
db_file = /path/to/hlr.sqlite3
|
|
|
|
; Debugging option (empty to disable, colon separated values)
|
|
; debug = DRLL:DCC:DMM:DRR:DRSL:DNM
|
|
|
|
; Color log
|
|
; debug_color = yes
|
|
|
|
; Timestamped log
|
|
; debug_timestamp = no
|
|
|
|
; Custom reject cause for LOCATION UPDATING REJECT
|
|
; reject_cause = 0
|
|
|
|
; PCAP file
|
|
; pcap_file = /path/to/log.pcap
|
|
|
|
; Bind Address
|
|
; bindaddr = 192.168.0.1
|