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:
Holger Hans Peter Freyther
2011-03-29 17:08:27 +02:00
parent 6110a3f3fa
commit fcac2911cf

View File

@@ -77,7 +77,7 @@ static int config_write_msc(struct vty *vty)
if (data->audio_length != 0) {
int i;
vty_out(vty, " codec_list ");
vty_out(vty, " codec-list ");
for (i = 0; i < data->audio_length; ++i) {
if (i != 0)
vty_out(vty, ", ");