blob: f38d7309d817fbdf8e8cd9ec51d5cc7ff83f627e [file] [log] [blame]
Holger Hans Peter Freyther4299c052014-10-02 21:27:24 +02001Testing LLME allocations
Jacob Erlbeck33b6dad2014-11-12 10:12:11 +01002Testing core subscriber data API
Neels Hofmeyr0e5d8072017-01-10 00:49:56 +01003llist_count(gprs_subscribers) == 0
4llist_count(gprs_subscribers) == 1
5llist_count(gprs_subscribers) == 1
6llist_count(gprs_subscribers) == 2
7llist_count(gprs_subscribers) == 3
8llist_count(gprs_subscribers) == 2
9llist_count(gprs_subscribers) == 1
10llist_count(gprs_subscribers) == 0
Jacob Erlbeck7921ab12014-12-08 15:52:00 +010011Testing authentication triplet handling
Neels Hofmeyr241bda02016-06-20 18:26:15 +020012Testing subscriber GSUP handling
Holger Hans Peter Freytherfe921332014-10-02 22:24:47 +020013Testing GMM detach
Jacob Erlbeck189999d2014-10-27 14:34:13 +010014Testing GMM detach (power off)
Jacob Erlbeck5a38f642014-10-21 13:09:55 +020015Testing GMM detach (no MMCTX)
Jacob Erlbeckde4bbc72014-11-24 15:04:15 +010016Testing GMM detach accept (unexpected)
Jacob Erlbeck14ae5822014-10-28 09:47:03 +010017Testing GMM Status (no MMCTX)
Jacob Erlbeckbe2c8d92014-11-12 10:18:09 +010018Auth policy 'closed': Testing GMM attach
19Auth policy 'remote': Testing GMM attach
Jacob Erlbeck2e5e94c2014-12-08 15:26:47 +010020Auth policy 'remote', auth faked: Testing GMM attach
Jacob Erlbeck98a95ac2014-11-28 14:55:25 +010021Auth policy 'remote', triplet based auth: Testing GMM attach
Jacob Erlbeck3d722452014-12-19 18:26:09 +010022Auth policy 'remote', GSUP based auth: Testing GMM attach
Jacob Erlbeck7660ffa2014-12-19 18:30:41 +010023Auth policy 'remote', GSUP based auth: Testing GMM attach with retry
Jacob Erlbeckc157ee72015-01-09 15:07:16 +010024Auth policy 'remote', real GSUP based auth: Testing GMM attach
Jacob Erlbeck80d07e32014-11-06 13:43:41 +010025Testing GMM reject
26 - Attach Request (invalid MI length)
27 - Attach Request (invalid MI type)
28 - Routing Area Update Request (valid)
29 - Routing Area Update Request (invalid type)
30 - Routing Area Update Request (invalid CAP length)
Jacob Erlbeck98647ca2014-11-11 14:47:38 +010031Testing cancellation
Jacob Erlbeckf6e7d992014-11-06 15:43:10 +010032Testing P-TMSI allocation
33 - sgsn_alloc_ptmsi
34 - Repeated Attach Request
35 - Repeated RA Update Request
Jacob Erlbeck13304782016-01-04 18:43:37 +010036Testing routing area changes
37 - Attach Request (RA 1)
38 - RA Update Request (RA 1 -> RA 1)
39 - RA Update Request (RA 1 -> RA 2)
Jacob Erlbeck13304782016-01-04 18:43:37 +010040 - RA Update Request (RA other -> RA 2)
41 - Attach Request (RA 2)
42 - RA Update Request (RA 2 -> RA 2)
Jacob Erlbeckcb1db8b2015-02-03 13:47:53 +010043Testing APN matching
Jacob Erlbeck277b71e2015-02-02 18:03:05 +010044Testing GGSN selection
Holger Hans Peter Freyther4299c052014-10-02 21:27:24 +020045Done