Improve resource requirements in suite.conf

Change-Id: I10fd47f53509f04abe1e2a39036e5d97c781ddab
diff --git a/suites/aoip_encryption/suite.conf b/suites/aoip_encryption/suite.conf
index 3cdc525..d6d0eee 100644
--- a/suites/aoip_encryption/suite.conf
+++ b/suites/aoip_encryption/suite.conf
@@ -3,8 +3,14 @@
   - times: 5 # msc, bsc, hlr, stp, mgw
   bts:
   - times: 1
+    ciphers:
+      - a5_0
+      - a5_1
   modem:
   - times: 1
+    ciphers:
+      - a5_0
+      - a5_1
 
 defaults:
   timeout: 120s
diff --git a/suites/aoip_smpp/suite.conf b/suites/aoip_smpp/suite.conf
index 46f8d09..688fe0a 100644
--- a/suites/aoip_smpp/suite.conf
+++ b/suites/aoip_smpp/suite.conf
@@ -5,6 +5,8 @@
   - times: 1
   modem:
   - times: 1
+    features:
+    - sms
 
 defaults:
   timeout: 60s
diff --git a/suites/aoip_sms/suite.conf b/suites/aoip_sms/suite.conf
index 216d3ea..677a95e 100644
--- a/suites/aoip_sms/suite.conf
+++ b/suites/aoip_sms/suite.conf
@@ -5,3 +5,5 @@
   - times: 1
   modem:
   - times: 2
+    features:
+    - sms
diff --git a/suites/smpp/suite.conf b/suites/smpp/suite.conf
index eb59abb..eb5dc01 100644
--- a/suites/smpp/suite.conf
+++ b/suites/smpp/suite.conf
@@ -5,6 +5,8 @@
   - times: 1
   modem:
   - times: 1
+    features:
+    - sms
 
 defaults:
   timeout: 60s
diff --git a/suites/sms/suite.conf b/suites/sms/suite.conf
index 376f6cd..485402b 100644
--- a/suites/sms/suite.conf
+++ b/suites/sms/suite.conf
@@ -5,6 +5,8 @@
   - times: 1
   modem:
   - times: 2
+    features:
+    - sms
 
 defaults:
   timeout: 60s