osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/31263 )
Change subject: test_gsm0808_enc_dec_channel_type -> …_speech
......................................................................
test_gsm0808_enc_dec_channel_type -> …_speech
Rename the function in preparation for a new test for _data.
Related: OS#4393
Change-Id: Ifa6654cc0a38f160268698efaa4bb867be3f7701
---
M tests/gsm0808/gsm0808_test.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/63/31263/1
diff --git a/tests/gsm0808/gsm0808_test.c b/tests/gsm0808/gsm0808_test.c
index f68d560..a9f1311 100644
--- a/tests/gsm0808/gsm0808_test.c
+++ b/tests/gsm0808/gsm0808_test.c
@@ -1086,7 +1086,7 @@
msgb_free(msg);
}
-static void test_gsm0808_enc_dec_channel_type(void)
+static void test_gsm0808_enc_dec_channel_type_speech(void)
{
struct gsm0808_channel_type enc_ct = {
.ch_indctr = GSM0808_CHAN_SPEECH,
@@ -2579,7 +2579,7 @@
test_gsm0808_enc_dec_speech_codec_with_cfg();
test_gsm0808_enc_dec_speech_codec_list();
test_gsm0808_enc_dec_empty_speech_codec_list();
- test_gsm0808_enc_dec_channel_type();
+ test_gsm0808_enc_dec_channel_type_speech();
test_gsm0808_dec_channel_type_err();
test_gsm0808_enc_dec_encrypt_info();
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/31263
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ifa6654cc0a38f160268698efaa4bb867be3f7701
Gerrit-Change-Number: 31263
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange