mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
Introduce new configuration option bscs-config-file which includes BSC configuration from the given file. Both absolute and relative (to the main config file) paths are supported. Add 'show bscs-config' command to display current BSC configuration. Note: it is still possible to have BSC configuration in the main file (provided proper index number is used) and in runtime but BSC configuration is no longer saved automatically. The management of included configuration file is left to external tools. Update configuration examples. Fixes: OS#1669 Sponsored-by: On-Waves ehf
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
nat
|
|
bsc 0
|
|
token lol
|
|
location_area_code 1234
|
|
description bsc
|
|
max-endpoints 32
|
|
paging forbidden 0
|
|
bsc 1
|
|
token wat
|
|
location_area_code 5678
|
|
description bsc
|
|
max-endpoints 32
|
|
paging forbidden 0
|