BSC: Make encryption a5 a puppet param
This commit is contained in:
parent
cf353bc8cd
commit
8ed7cac7cd
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ class rhizo_base::osmocom {
|
|||
$network_name = $rhizo_base::network_name
|
||||
$mcc = $rhizo_base::mcc
|
||||
$mnc = $rhizo_base::mnc
|
||||
$a5 = "1"
|
||||
$bts = hiera('rhizo::bts')
|
||||
|
||||
$smsc_password = $rhizo_base::smsc_password
|
||||
|
|
|
@ -63,7 +63,7 @@ cs7 instance 0
|
|||
network
|
||||
network country code <%= @mcc %>
|
||||
mobile network code <%= @mnc %>
|
||||
encryption a5 1
|
||||
encryption a5 <%= @a5 %>
|
||||
neci 1
|
||||
paging any use tch 0
|
||||
handover 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue