mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-21 14:18:41 +00:00
bsc: Fix the generation of the config file, fix indention
Fix the indention of codec-list, bsc-welcome-text, mid-call-text and the mid-call-timeout. Fix the name of the codec-list in the write method.
This commit is contained in:
@@ -77,7 +77,7 @@ static int config_write_msc(struct vty *vty)
|
|||||||
if (data->audio_length != 0) {
|
if (data->audio_length != 0) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
vty_out(vty, " codec_list ");
|
vty_out(vty, " codec-list ");
|
||||||
for (i = 0; i < data->audio_length; ++i) {
|
for (i = 0; i < data->audio_length; ++i) {
|
||||||
if (i != 0)
|
if (i != 0)
|
||||||
vty_out(vty, ", ");
|
vty_out(vty, ", ");
|
||||||
|
|||||||
Reference in New Issue
Block a user