aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/trau
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2014-01-31 09:02:01 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-20 22:36:16 +0100
commitf78fc4e76e961ae6c0a9d57c2d7e28b10b262510 (patch)
treefc5d530d8a18936454c7d3e0ed5219ddc7222636 /openbsc/tests/trau
parentf50f70452fca8e049f18be68343c176b4717e540 (diff)
mncc: Complete definitions for all speech traffic frames at MNCC interface
The new definitions are: half rate and AMR Change of definition name for bad frame, because it applies to all types of traffic, not only TCH/F. Increase MNCC interface version to 4. Version 3 is skipped, because it was used by older version of Linux-Call-Router which is incompatible with the current version of the MNCC interface.
Diffstat (limited to 'openbsc/tests/trau')
-rw-r--r--openbsc/tests/trau/trau_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/trau/trau_test.c b/openbsc/tests/trau/trau_test.c
index f8a48dbd8..b95f1e876 100644
--- a/openbsc/tests/trau/trau_test.c
+++ b/openbsc/tests/trau/trau_test.c
@@ -57,7 +57,7 @@ void test_trau_fr_efr(unsigned char *data)
msg = trau_decode_efr(1, &tf);
OSMO_ASSERT(msg != NULL);
frame = (struct gsm_data_frame *)msg->data;
- OSMO_ASSERT(frame->msg_type == GSM_TCHF_BAD_FRAME);
+ OSMO_ASSERT(frame->msg_type == GSM_BAD_FRAME);
msgb_free(msg);
}