diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-04-01 13:55:51 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-04-01 15:22:14 +0200 |
commit | c04528cb1fabe970f7ac28ca98fcfbfbc9e9c41f (patch) | |
tree | ac438295edbd16aca963013e9431308dee5d7c8a /example/scenarios | |
parent | 7225d52e39c7aa305e27d6642942b6bb6b4b5ea3 (diff) |
Make amarisoft license server optional
* Since license_server_addr logic is generic among all amarisoft
software, let's move it to its own config category "amarisoft", which
all amarisoft classes (amarisoft_{enb,epc}.py as of now) will import
during configure().
* The license server is disabled by default (value 0.0.0.0) since the
usual case is to have a license in the local system.
* the license server can be enabled using scenario
cfg-amarisoft-license@A.B.C.D where A.B.C.D is the address to use.
Change-Id: Id5456ad9497e91370857b80ff9a389111d3611ff
Diffstat (limited to 'example/scenarios')
-rw-r--r-- | example/scenarios/cfg-amarisoft-license@.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/scenarios/cfg-amarisoft-license@.conf b/example/scenarios/cfg-amarisoft-license@.conf new file mode 100644 index 0000000..3e4813b --- /dev/null +++ b/example/scenarios/cfg-amarisoft-license@.conf @@ -0,0 +1,3 @@ +config: + amarisoft: + license_server_addr: ${param1} |