aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rlcmac/RLCMACTest.ok
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-03-06 08:26:16 +0700
committerfixeria <axilirator@gmail.com>2020-03-11 19:55:55 +0000
commit773cb74ec8d4f0236e59bba0912b60d0f485af9a (patch)
treea023d20c071529a7aaf754ccad5d1a10084e1110 /tests/rlcmac/RLCMACTest.ok
parent40d4e35fb399f3d5cbaeef552396fdeb99a9d7d0 (diff)
rlcmac: fix encode_gsm_*(): do not suppress encoding errors
Diffstat (limited to 'tests/rlcmac/RLCMACTest.ok')
-rw-r--r--tests/rlcmac/RLCMACTest.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rlcmac/RLCMACTest.ok b/tests/rlcmac/RLCMACTest.ok
index 438417f6..27ce8795 100644
--- a/tests/rlcmac/RLCMACTest.ok
+++ b/tests/rlcmac/RLCMACTest.ok
@@ -136,7 +136,7 @@ vector1 == vector2 : TRUE
GPRS multislot class = 3
EGPRS multislot class = 0
=== Test encoding of MS RA Capability ===
-encode_gsm_ra_cap() returns 0
+encode_gsm_ra_cap() returns -5
vector1 (len_ind=29) = 13 a5 14 62 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
vector2 (len_ind=65) = 18 25 14 62 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=== Test decoding of a malformed vector (short length indicator) ===