Commit 3b345732 authored by Andrea Sgambelluri's avatar Andrea Sgambelluri
Browse files

last fix

parent 0eee8ed3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ def map_rate_to_slot(rate):
        return op, slots
    elif rate == 800:
        mod = "DP-16QAM"
        #todo: check slot width
        slots = 12 #150GHz
        op = map_modulation_to_op(mod, rate)
        return op, slots