aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-06 15:39:21 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-09-07 16:24:32 +0200
commit320352f510293ed04ac1422f957a988f0b92c8db (patch)
tree7d9f704a61867dae9ac24dbcc759794e949cde07
parentc3751a389734945ba1d78f7665688372da87fce7 (diff)
SCCPlite Assignment Complete: include Speech Codec (Chosen)
Compose the Speech Codec (Chosen) IE not only for AoIP, but also for SCCPlite: place the code that assigns the codec to sc_ptr outside of the gscon_is_aoip() if scope. This way the MSC is told the chosen speech codec, which is mandatory for IP based user plane, and was missing until now. Related: OS#3528 Change-Id: Ibedade8d71a7994d25a63bc2faa2a24a10bfffa1
-rw-r--r--src/osmo-bsc/assignment_fsm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index e1da45bc4..63776f03f 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -163,12 +163,12 @@ static void send_assignment_complete(struct gsm_subscriber_connection *conn, str
return;
}
addr_local_p = &addr_local;
-
- /* Extrapolate speech codec from speech mode */
- gsm0808_speech_codec_from_chan_type(&sc, perm_spch);
- sc_ptr = &sc;
}
+
+ /* Extrapolate speech codec from speech mode */
/* FIXME: AMR codec configuration must be derived from lchan1! */
+ gsm0808_speech_codec_from_chan_type(&sc, perm_spch);
+ sc_ptr = &sc;
}
resp = gsm0808_create_ass_compl(lchan->abis_ip.ass_compl.rr_cause,