aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-10-06 13:53:54 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-10-17 12:13:25 +0000
commitd71edd16c508a9b2017c6895810b13704e13f240 (patch)
tree30665fb3d2241bb32b95b381172c361a35dbc834 /example
parent7fbfc8a190a95885311e155e980bec56b9a802ce (diff)
modem: Implement voice calls in modem and add voice suite
Diffstat (limited to 'example')
-rw-r--r--example/resources.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/resources.conf b/example/resources.conf
index 3daf677..70c1c35 100644
--- a/example/resources.conf
+++ b/example/resources.conf
@@ -60,7 +60,7 @@ modem:
ki: '80A37E6FDEA931EAC92FFA5F671EFEAD'
auth_algo: 'xor'
ciphers: [a5_0, a5_1]
- features: ['sms']
+ features: ['sms', 'voice']
- label: sierra_2
path: '/sierra_2'
@@ -68,7 +68,7 @@ modem:
ki: '00969E283349D354A8239E877F2E0866'
auth_algo: 'xor'
ciphers: [a5_0, a5_1]
- features: ['sms']
+ features: ['sms', 'voice']
- label: gobi_0
path: '/gobi_0'