~binli/ubuntu/trusty/modemmanager/lp1441095

« back to all changes in this revision

Viewing changes to src/mm-modem-gsm-network.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-10-08 11:03:19 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20121008110319-wxd1vokudgaw2sep
Tags: 0.6.0.0.really-0ubuntu1
Upload the right tarball for 0.6.0.0 from upstream, which I somehow
mishandled before. Thanks to Marius B. Kotsbak for pointing out the issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#define MM_MODEM_GSM_NETWORK_ALLOWED_MODE      "allowed-mode"
31
31
#define MM_MODEM_GSM_NETWORK_ACCESS_TECHNOLOGY "access-technology"
 
32
#define MM_MODEM_GSM_NETWORK_SUPPORTED_BANDS   "dev-supported-bands"
32
33
 
33
34
typedef enum {
34
35
    MM_MODEM_GSM_NETWORK_PROP_FIRST = 0x1200,
35
36
 
36
37
    MM_MODEM_GSM_NETWORK_PROP_ALLOWED_MODE = MM_MODEM_GSM_NETWORK_PROP_FIRST,
37
38
    MM_MODEM_GSM_NETWORK_PROP_ACCESS_TECHNOLOGY,
 
39
    MM_MODEM_GSM_NETWORK_PROP_SUPPORTED_BANDS,
38
40
} MMModemGsmNetworkProp;
39
41
 
40
42
typedef struct _MMModemGsmNetwork MMModemGsmNetwork;