From d71edd16c508a9b2017c6895810b13704e13f240 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 6 Oct 2017 13:53:54 +0200 Subject: modem: Implement voice calls in modem and add voice suite Change-Id: Ib402effc830db293f27a877658894e454a93a606 --- example/resources.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') 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' -- cgit v1.2.3