don't execve() a shell process but always double-fork and then exec the program directly
[lcr.git] / default / gsm.conf
1 # LCR GSM options
2 #################
3
4 # interfaces-bsc and interface-lcr has been moved to options.conf!
5
6 # Enable debugging of OpenBSC library.
7 # Refer to OpenBSC project for debugging options.
8 # By default, debugging is turned off.
9 #debug DRLL:DCC:DMM:DRR:DRSL:DNM:DSMS:DMNCC:DMNSMS:DPAG:DMUX:DMEAS
10
11 # Give openbsc.cnf config file
12 # It will be located at /usr/local/lcr by default.
13 #config openbsc.cfg
14
15 # Give database of Home Location Register (HLR)
16 # HLR stores all subscribers. It will be used to grant access to the network.
17 # It is an Sqlite3 database. Refer to OpenBSC project for handling.
18 # The database is located at /usr/local/lcr by default.
19 #hlr hlr.sqlite3
20
21 # To keep layer 2 connection to BS11 when quitting, use this option.
22 # It is only usefull for developing. TRX will stay on.
23 # Also changes in frequency, mcc, mnc, lac while keeping layer 2 will cause
24 # malefunction of BSC.
25 # Warning: Keeping layer 2 link may prevent emergency calls. (See below)
26 #keep-l2
27
28 # Write BTS-Link traffic to PCAP file.
29 #pcapfile pcap
30
31