Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasb committed Feb 25, 2012
1 parent 374cbfd commit 9d89abf
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/default.pp
Expand Up @@ -18,6 +18,9 @@
ensure => latest,
require => Exec['addgnuarmrepo'],
}
exec { '/bin/mkdir -p /home/vagrant/.osmocom/bb && ln -sf /vagrant/mobile.cfg /home/vagrant/.osmocom/bb/mobile.cfg' :
alias => 'mobilecfg'
}
}

include base
66 changes: 66 additions & 0 deletions mobile.cfg
@@ -0,0 +1,66 @@
!
! OsmocomBB () configuration saved from vty
!!
!
line vty
no login
!
gps device /dev/ttyACM0
gps baudrate default
no gps enable
!
no hide-default
!
ms 1
layer2-socket /tmp/osmocom_l2
sap-socket /tmp/osmocom_sap
sim reader
network-selection-mode auto
imei 000000000000000 0
imei-random 15
no emergency-imsi
no sms-service-center
no call-waiting
no auto-answer
no clip
no clir
tx-power auto
no simulated-delay
no stick
location-updating
neighbour-measurement
codec full-speed prefer
codec half-speed
no abbrev
support
sms
a5/1
a5/2
p-gsm
e-gsm
no r-gsm
no gsm-850
dcs
no pcs
class-900 4
class-850 4
class-dcs 1
class-pcs 1
channel-capability sdcch+tchf+tchh
full-speech-v1
full-speech-v2
half-speech-v1
min-rxlev -106
dsc-max 90
no skip-max-per-band
exit
test-sim
imsi 001010000000000
ki xor 00 00 00 00 00 00 00 00 00 00 00 00
no barred-access
no rplmn
hplmn-search foreign-country
exit
no shutdown
exit
!

0 comments on commit 9d89abf

Please sign in to comment.