mirror of https://gerrit.osmocom.org/osmo-dev
net/templates: split off common osmo-bts.cfg part
Change-Id: I4d318942ef07c246e05fd1c59ff0b32c219a45e1changes/40/27440/1
parent
f4ecc8d670
commit
d268ec105b
|
@ -0,0 +1,26 @@
|
|||
line vty
|
||||
no login
|
||||
|
||||
phy 0
|
||||
instance 0
|
||||
osmotrx ip local 127.0.0.1
|
||||
osmotrx ip remote 127.0.0.1
|
||||
|
||||
bts 0
|
||||
band ${BTS_BAND}
|
||||
gsmtap-sapi ccch
|
||||
gsmtap-sapi pdtch
|
||||
trx 0
|
||||
phy 0 instance 0
|
||||
|
||||
${foreach(LOG_OUTPUT)}
|
||||
log ${LOG_OUTPUTn_TYPE}
|
||||
${include(common_logging)}
|
||||
logging level set-all notice
|
||||
logging level meas error
|
||||
logging level pag error
|
||||
logging level l1c error
|
||||
logging level l1p error
|
||||
logging level dsp error
|
||||
logging level abis error
|
||||
${foreach_end}
|
|
@ -1,30 +1,6 @@
|
|||
${include(common_template_warning)}
|
||||
|
||||
line vty
|
||||
no login
|
||||
|
||||
phy 0
|
||||
instance 0
|
||||
osmotrx ip local 127.0.0.1
|
||||
osmotrx ip remote 127.0.0.1
|
||||
${include(common_osmo_bts)}
|
||||
|
||||
bts 0
|
||||
band ${BTS_BAND}
|
||||
ipa unit-id ${BTS0_IPA_UNIT}
|
||||
oml remote-ip ${BSC0_IP}
|
||||
gsmtap-sapi ccch
|
||||
gsmtap-sapi pdtch
|
||||
trx 0
|
||||
phy 0 instance 0
|
||||
|
||||
${foreach(LOG_OUTPUT)}
|
||||
log ${LOG_OUTPUTn_TYPE}
|
||||
${include(common_logging)}
|
||||
logging level set-all notice
|
||||
logging level meas error
|
||||
logging level pag error
|
||||
logging level l1c error
|
||||
logging level l1p error
|
||||
logging level dsp error
|
||||
logging level abis error
|
||||
${foreach_end}
|
||||
|
|
Loading…
Reference in New Issue