BSC: Make encryption a5 a puppet param

This commit is contained in:
Keith Whyte 2021-06-22 20:22:09 +02:00
parent cf353bc8cd
commit 8ed7cac7cd
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ class rhizo_base::osmocom {
$network_name = $rhizo_base::network_name $network_name = $rhizo_base::network_name
$mcc = $rhizo_base::mcc $mcc = $rhizo_base::mcc
$mnc = $rhizo_base::mnc $mnc = $rhizo_base::mnc
$a5 = "1"
$bts = hiera('rhizo::bts') $bts = hiera('rhizo::bts')
$smsc_password = $rhizo_base::smsc_password $smsc_password = $rhizo_base::smsc_password

View file

@ -63,7 +63,7 @@ cs7 instance 0
network network
network country code <%= @mcc %> network country code <%= @mcc %>
mobile network code <%= @mnc %> mobile network code <%= @mnc %>
encryption a5 1 encryption a5 <%= @a5 %>
neci 1 neci 1
paging any use tch 0 paging any use tch 0
handover 0 handover 0