blob: eda1f36cff616953a6a4ba83a6a1a0da02f32352 [file] [log] [blame]
Holger Hans Peter Freyther6721a082011-06-23 17:53:27 -04001Testing gprs_llc_is_retransmit.
2N(U) = 0, V(UR) = 0 => new
3N(U) = 0, V(UR) = 1 => retransmit
4N(U) = 0, V(UR) = 1 => retransmit
5N(U) = 511, V(UR) = 1 => retransmit
6N(U) = 483, V(UR) = 1 => retransmit
7N(U) = 482, V(UR) = 1 => retransmit
8N(U) = 481, V(UR) = 1 => new
9N(U) = 0, V(UR) = 240 => new
10N(U) = 0, V(UR) = 511 => new
11N(U) = 1, V(UR) = 511 => new
12N(U) = 511, V(UR) = 511 => new
13N(U) = 510, V(UR) = 511 => retransmit
14N(U) = 481, V(UR) = 511 => retransmit
15N(U) = 479, V(UR) = 511 => new
Jacob Erlbeckdce45012014-12-11 11:01:46 +010016Test shift functions
Jacob Erlbeckef8e30a2014-12-11 16:54:14 +010017Test GSUP message decoding/encoding
18 Testing Send Authentication Info Request
19 Testing Send Authentication Info Error
20 Testing Send Authentication Info Result
21 Testing Update Location Request
22 Testing Update Location Error
23 Testing Update Location Result
24 Testing Location Cancellation Request
25 Testing Location Cancellation Error
26 Testing Location Cancellation Result
Holger Hans Peter Freyther6721a082011-06-23 17:53:27 -040027Done.