mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-21 21:10:36 +01:00
Correct indexing issue
This commit is contained in:
parent
04c3c55305
commit
d4a926e0d8
@ -3710,7 +3710,7 @@ class SidebandCore():
|
||||
else:
|
||||
sec_atl_long = self.config["hw_rnode_sec_atl_long"]
|
||||
|
||||
subint_config = [[0]*10 for i in range(2)]
|
||||
subint_config = [[0]*11 for i in range(2)]
|
||||
|
||||
# Primary modem
|
||||
subint_config[0][0] = "Primary modem" # Name of interface
|
||||
|
Loading…
Reference in New Issue
Block a user