blob: f38d7309d817fbdf8e8cd9ec51d5cc7ff83f627e [file] [log] [blame]
Holger Hans Peter Freyther49dbcd92014-10-02 21:27:24 +02001Testing LLME allocations
Jacob Erlbecke8b69682014-11-12 10:12:11 +01002Testing core subscriber data API
Neels Hofmeyre2c94d62017-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 Erlbeckb1332b62014-12-08 15:52:00 +010011Testing authentication triplet handling
Neels Hofmeyr2b91ce22016-06-20 18:26:15 +020012Testing subscriber GSUP handling
Holger Hans Peter Freyther94246842014-10-02 22:24:47 +020013Testing GMM detach
Jacob Erlbeck0b2da872014-10-27 14:34:13 +010014Testing GMM detach (power off)
Jacob Erlbeck42d284f2014-10-21 13:09:55 +020015Testing GMM detach (no MMCTX)
Jacob Erlbeck021a0d12014-11-24 15:04:15 +010016Testing GMM detach accept (unexpected)
Jacob Erlbeckb35ee6b2014-10-28 09:47:03 +010017Testing GMM Status (no MMCTX)
Jacob Erlbeckd04f7cc2014-11-12 10:18:09 +010018Auth policy 'closed': Testing GMM attach
19Auth policy 'remote': Testing GMM attach
Jacob Erlbeckd8126992014-12-08 15:26:47 +010020Auth policy 'remote', auth faked: Testing GMM attach
Jacob Erlbeck828059f2014-11-28 14:55:25 +010021Auth policy 'remote', triplet based auth: Testing GMM attach
Jacob Erlbeckdebbdd72014-12-19 18:26:09 +010022Auth policy 'remote', GSUP based auth: Testing GMM attach
Jacob Erlbeck803ebfa2014-12-19 18:30:41 +010023Auth policy 'remote', GSUP based auth: Testing GMM attach with retry
Jacob Erlbeck0d2cf602015-01-09 15:07:16 +010024Auth policy 'remote', real GSUP based auth: Testing GMM attach
Jacob Erlbeck6f4bbd42014-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 Erlbeckbf0b8742014-11-11 14:47:38 +010031Testing cancellation
Jacob Erlbecke06476a2014-11-06 15:43:10 +010032Testing P-TMSI allocation
33 - sgsn_alloc_ptmsi
34 - Repeated Attach Request
35 - Repeated RA Update Request
Jacob Erlbeckf703f152016-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 Erlbeckf703f152016-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 Erlbeck9b3ca642015-02-03 13:47:53 +010043Testing APN matching
Jacob Erlbeck3400f112015-02-02 18:03:05 +010044Testing GGSN selection
Holger Hans Peter Freyther49dbcd92014-10-02 21:27:24 +020045Done