Commit c8178fa3 authored by Joanne Hugé's avatar Joanne Hugé

simpleran: lower max default root_sequence_index to 137

parent 7ce2e567
......@@ -16,7 +16,7 @@
[template]
filename = instance.cfg
md5sum = 0a1be770b8ed414344f3d61a09cacb0e
md5sum = 109828c2a97c09b0976d266aaba00328
[template-ors]
filename = instance-ors.cfg
......
......@@ -180,7 +180,7 @@ init =
options['gnb_pci'] = sn % 1008
options['enb_cell_id'] = "0x{:02X}".format(sn % 2**8)
options['gnb_cell_id'] = "0x{:02X}".format((sn + 2**7) % 2**8)
options['root_sequence_index'] = sn % 834
options['root_sequence_index'] = sn % 138
def to_int(x):
try:
......
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