Commit 6db000f3 authored by Lu Xu's avatar Lu Xu 👀

add redirect

parent aad18340
......@@ -88,7 +88,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = cd3a994ad2db0afab4231935f1d1372d
md5sum = 4af2fcd8ad0586ef6cd0b0b65eb7a7f2
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
......@@ -112,7 +112,7 @@ md5sum = 3b901e8733e6afff8940c6c318da4493
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum = f13db187ae877489de84b92ad9fbfb75
md5sum = 604a6aa9a28919e198b966e967103e99
[drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg
......
......@@ -397,6 +397,7 @@
},
drb_config: "{{ B('%s-drb.cfg' % cell_ref) }}",
rrc_redirect: ["{{ redirect }}"],
sib_sched_list: [
{
......
......@@ -219,6 +219,7 @@ extra-context =
key icell_dict :icell_dict
key ipeer_dict :ipeer_dict
key ipeercell_dict :ipeercell_dict
raw redirect {{ redirect_template }}
iru_dict = {{ dumps(rulib.iru_dict) }}
icell_dict = {{ dumps(rulib.icell_dict) }}
ipeer_dict = {{ dumps(ipeer_dict) }}
......
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