mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
BSC VTY: Remove extraneous 'else' from write_ts_single()
This caused the E1 parameters not to be displayed in case the channel was using frequency hopping.
This commit is contained in:
@@ -332,7 +332,7 @@ static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
|
||||
vty_out(vty, " hopping arfcn add %u%s",
|
||||
i, VTY_NEWLINE);
|
||||
}
|
||||
} else
|
||||
}
|
||||
config_write_e1_link(vty, &ts->e1_link, " ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user