LCR now compiles with current version of OpenBSC.
[lcr.git] / default / gsm.conf
1 # LCR GSM options
2 #################
3
4 # Enable debugging of OpenBSC library.
5 # Refer to OpenBSC project for debugging options.
6 # By default, debugging is turned off.
7 #debug DRLL:DCC:DMM:DRR:DRSL:DNM:DSMS:DMNCC:DMNSMS:DPAG:DMUX:DMEAS
8
9 # Two Loopback interfaces for audio transfer between OpenBSC and mISDN.
10 # The first interface must provide B-channelis for each call mobile call.
11 # The seond interface links them to LCR.
12 # Use 30 B-channels unless you need more due to many TRXs.
13 # -> Load with: "modprobe mISDN_l1loop pri=1 nchannel=30"
14 # By default "mISDN_l1loop.1" and "mISDN_l1loop.2" is used.
15 #interface-bsc mISDN_l1loop.1
16 #interface-lcr mISDN_l1loop.2
17
18 # Give openbsc.cnf config file
19 # It will be located at /usr/local/lcr by default.
20 #config openbsc.cfg
21
22 # Give database of Home Location Register (HLR)
23 # HLR stores all subscribers. It will be used to grant access to the network.
24 # It is an Sqlite3 database. Refer to OpenBSC project for handling.
25 # The database is located at /usr/local/lcr by default.
26 #hlr hlr.sqlite3
27
28 # How to reject unknown subscribers.
29 #reject-cause 0
30
31 # To keep layer 2 connection to BS11 when quitting, use this option.
32 # It is only usefull for developing. TRX will stay on.
33 # Also changes in frequency, mcc, mnc, lac while keeping layer 2 will cause
34 # malefunction of BSC.
35 # Warning: Keeping layer 2 link may prevent emergency calls. (See below)
36 #keep-l2
37
38 # Shutdown on emergency calls:
39 # This option will prevent a shutdown if an emergency call is received. In
40 # case of an emergency, a mobile phone may log onto you GSM network and may
41 # use it to set up an emergency call.
42 # The received emergency call will have 'emergency' as dialed number. But this
43 # number can't be dialed on PSTN networks without chaning.
44 # If you disable shutdown, be sure to provide routing of emergency calls to
45 # emergency facility. If you can't do that, don't touch it!
46 #no-emergency-shutdown
47
48 # Write BTS-Link traffic to PCAP file.
49 #pcapfile pcap
50
51