Remove the last commit, because it was in the wrong branch.
[lcr.git] / default / gsm.conf
1 # LCR GSM options
2 #################
3
4 # Two Loopback interfaces for audio transfer between OpenBSC and mISDN.
5 # They are also used for any Osmocom-BB interface, if exists.
6 # The first interface must provide B-channelis for each call mobile call.
7 # The seond interface links them to LCR.
8 # Use 30 B-channels unless you need more due to many TRXs or mobile stations.
9 # -> Load with: "modprobe mISDN_l1loop pri=1 nchannel=30"
10 # By default "mISDN_l1loop.1" and "mISDN_l1loop.2" is used.
11 #interface-bsc mISDN_l1loop.1
12 #interface-lcr mISDN_l1loop.2
13
14 # Enable debugging of OpenBSC library.
15 # Refer to OpenBSC project for debugging options.
16 # By default, debugging is turned off.
17 #debug DRLL:DCC:DMM:DRR:DRSL:DNM:DSMS:DMNCC:DMNSMS:DPAG:DMUX:DMEAS
18
19 # Give openbsc.cnf config file
20 # It will be located at /usr/local/lcr by default.
21 #config openbsc.cfg
22
23 # Give database of Home Location Register (HLR)
24 # HLR stores all subscribers. It will be used to grant access to the network.
25 # It is an Sqlite3 database. Refer to OpenBSC project for handling.
26 # The database is located at /usr/local/lcr by default.
27 #hlr hlr.sqlite3
28
29 # To keep layer 2 connection to BS11 when quitting, use this option.
30 # It is only usefull for developing. TRX will stay on.
31 # Also changes in frequency, mcc, mnc, lac while keeping layer 2 will cause
32 # malefunction of BSC.
33 # Warning: Keeping layer 2 link may prevent emergency calls. (See below)
34 #keep-l2
35
36 # Write BTS-Link traffic to PCAP file.
37 #pcapfile pcap
38
39