Move the SysmoBTS source directory
This commit is contained in:
parent
203f92084c
commit
89c7f9ad59
36 changed files with 10 additions and 10 deletions
5
modules/rhizo_base/files/SysmoBTS/master/gpsd
Normal file
5
modules/rhizo_base/files/SysmoBTS/master/gpsd
Normal file
|
@ -0,0 +1,5 @@
|
|||
# If you must specify a non-NMEA driver, uncomment and modify the next line
|
||||
GPSD_SOCKET="/var/run/gpsd.sock"
|
||||
GPSD_OPTIONS="-n -G"
|
||||
GPS_DEVICES="/dev/ttyS2"
|
||||
|
16
modules/rhizo_base/files/SysmoBTS/master/ntp.conf
Normal file
16
modules/rhizo_base/files/SysmoBTS/master/ntp.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
driftfile /etc/ntp.drift
|
||||
|
||||
# GPS Serial data reference (NTP0)
|
||||
server 127.127.28.0
|
||||
fudge 127.127.28.0 refid GPS
|
||||
|
||||
# GPS PPS reference (NTP1)
|
||||
server 127.127.28.1 prefer
|
||||
fudge 127.127.28.1 refid PPS
|
||||
|
||||
# Defining a default security setting
|
||||
|
||||
restrict 127.0.0.1 mask 255.255.255.0
|
||||
restrict 0.0.0.0 netmask 0.0.0.0 nomodify notrap
|
||||
|
||||
logfile /var/log/ntp.log
|
Loading…
Add table
Add a link
Reference in a new issue