aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-02-11 21:45:19 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-02-11 21:47:15 +0700
commit9b2f7c420ee5303b78f730ea18b16243f02edcf5 (patch)
treef333b6220801e3b3d77fa75a001a2a3972e680f5 /tests
parent5574a58cd6466adff75c7b96a82ef1173bdcf4e2 (diff)
tests/rlcmac: mark Packet Polling Request as malformed
It contails no valid identity, and thus violates the specs. Let's keep it 'as-is' to check that decoder actually fails. Change-Id: I663edfdaac0c065e08ab7b6dc50d2f18e433433c Related: OS#4392
Diffstat (limited to 'tests')
-rw-r--r--tests/rlcmac/RLCMACTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp
index 04c06cf9..1f74e412 100644
--- a/tests/rlcmac/RLCMACTest.cpp
+++ b/tests/rlcmac/RLCMACTest.cpp
@@ -106,7 +106,7 @@ void testRlcMacDownlink(void *test_ctx)
"400820001a3904df0680efb3300b2b2b2b2b2b2b2b2b2b", // Packet Downlink Assignment (EGPRS)
"40284f0000001009810c826f4406809dcecb2b2b2b2b2b", // Packet Uplink Assignment (EGPRS)
"4024030f2f0000000087b0042b2b2b2b2b2b2b2b2b2b2b", // Packet Uplink Ack Nack (EGPRS)
- "4913e00850884013a8048b2b2b2b2b2b2b2b2b2b2b2b2b", // Polling Request?
+ "4913e00850884013a8048b2b2b2b2b2b2b2b2b2b2b2b2b", // Polling Request (malformed)
"412430007fffffffffffffffefd19c7ba12b2b2b2b2b2b", // Packet Uplink Ack Nack?
"41942b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b", // System Info 13?
};