Commit a323b131 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9e0cb47a
......@@ -3,7 +3,7 @@
# It mimics the way config files are generated during the build but runs much
# faster compared to full `slapos node software` + `slapos node instance` runs.
import zc.buildout.buildout # XXX workaround for bug in vvv
import zc.buildout.buildout # XXX workaround import bug in vvv
from slapos.recipe.template import jinja2_template
import json, copy, sys, pprint
......@@ -41,7 +41,7 @@ def j2render(config, jcfg):
f.write(r._render().decode())
# Instance ...
# Instance simulates configuration for an instance on SlapOS Master.
class Instance:
def __init__(self):
self.shared_instance_list = []
......@@ -58,7 +58,6 @@ class Instance:
return ishared
# ---- eNB ----
# 3 cells sharing SDR-based RU consisting of 2 SDR boards (4tx + 4rx ports max)
......@@ -241,7 +240,6 @@ def do_enb():
j2render('enb', json_params)
# ---- UE ----
def do_ue():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment