diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-11-05 14:50:50 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-11-05 14:50:50 -0500 |
commit | 3c13d9aec86a310f7ac9ed2fef58500d5a3a720a (patch) | |
tree | cc8c71f77fc2fc4562915f1436aca4f15705520a /src/mm-auth-provider.h | |
parent | 2a98b2ae2d2541e78fad4d931a84094f3b00773a (diff) |
gsm: add preliminary USSD support (bgo #590798)
We currently convert to and from the modem's set charset and always pass
'15' as the data coding scheme. Passing the correct data coding scheme
as third argument to CUSD only upsets the network. This contradicts 3GPP
TS 23.038. Other tools like gsm-ussd handle it the same way.
Network responses that require further actions are not yet implemented.
(some fixes and cleanups by Dan Williams)
Diffstat (limited to 'src/mm-auth-provider.h')
-rw-r--r-- | src/mm-auth-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-auth-provider.h b/src/mm-auth-provider.h index 26ff340c..32082f09 100644 --- a/src/mm-auth-provider.h +++ b/src/mm-auth-provider.h @@ -26,6 +26,7 @@ #define MM_AUTHORIZATION_DEVICE_CONTROL "org.freedesktop.ModemManager.Device.Control" #define MM_AUTHORIZATION_CONTACTS "org.freedesktop.ModemManager.Contacts" #define MM_AUTHORIZATION_SMS "org.freedesktop.ModemManager.SMS" +#define MM_AUTHORIZATION_USSD "org.freedesktop.ModemManager.USSD" #define MM_AUTHORIZATION_LOCATION "org.freedesktop.ModemManager.Location" /******************/ |