Minor fix for GSM HR codec negotiation: Add missing 'break'. jolly/handover origin/jolly/handover
authorAndreas Eversberg <jolly@eversberg.eu>
Fri, 13 Dec 2013 14:50:56 +0000 (15:50 +0100)
committerAndreas Eversberg <jolly@eversberg.eu>
Tue, 15 Dec 2015 19:54:51 +0000 (20:54 +0100)
gsm.cpp

diff --git a/gsm.cpp b/gsm.cpp
index 6d98bd0..6063a9b 100644 (file)
--- a/gsm.cpp
+++ b/gsm.cpp
@@ -581,6 +581,7 @@ void Pgsm::modify_lchan(int media_type)
                add_trace("speech", "version", "Half Rate given");
                mode->lchan_mode = 0x01; /* GSM V1 */
                mode->lchan_type = 0x03; /* TCH/H */
+               break;
        default:
                add_trace("speech", "version", "Full Rate given");
                mode->lchan_mode = 0x01; /* GSM V1 */