cosmetic: adjust resource_test to comp128v1

Since libosmocore doesn't support XOR at all, it seems weird to use it in the
test, even though it's just a selftest without libosmocore involved...

Change-Id: I51edec255e7ef277907817b3187c2f492465467f
diff --git a/selftest/conf/resources.conf b/selftest/conf/resources.conf
index 9e4e015..51f4abc 100644
--- a/selftest/conf/resources.conf
+++ b/selftest/conf/resources.conf
@@ -65,7 +65,7 @@
   path: '/sierra_1'
   imsi: '901700000009031'
   ki: '80A37E6FDEA931EAC92FFA5F671EFEAD'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
@@ -74,7 +74,7 @@
   path: '/sierra_2'
   imsi: '901700000009029'
   ki: '00969E283349D354A8239E877F2E0866'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
@@ -83,7 +83,7 @@
   path: '/gobi_0'
   imsi: '901700000009030'
   ki: 'BB70807226393CDBAC8DD3439FF54252'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'
@@ -92,7 +92,7 @@
   path: '/gobi_3'
   imsi: '901700000009032'
   ki: '2F70DCA43C45ACB97E947FDD0C7CA30A'
-  auth_algo: 'xor'
+  auth_algo: 'comp128v1'
   ciphers:
   - 'a5_0'
   - 'a5_1'